@charset "utf-8";
/* CSS Document */

/*main_img
------------------------*/

#bg_main_img {
	background: url(../images/index/bg_main_img.jpg) repeat-x center;
	height: 320px;
}
#main_img {
	background: url(../images/index/main_img.jpg) no-repeat center;
	height: 320px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	display: block;
}

/*banner
------------------------*/

.banner_wrap {
	width: 670px;
	margin-bottom: 15px;
}
.banner_box {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.banner_box_end {
	float: left;
	width: 210px;
}
.banner_title {
	font-size: 1.2em;
	color: #672A13;
	font-weight: bold;
	margin-bottom: 5px;
}

/*topics
------------------------*/

#topics_title {
	background: url(../images/index/topics_title.gif) no-repeat;
	height: 35px;
	width: 670px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.date {
	float: left;
	width: 80px;
}
.topics_text {
	float: right;
	width: 570px;
}
#topics_box {
	width: 650px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#topics_wrap {
	height: 160px;
	width: 670px;
	overflow: auto;
}

