/* CSS Document */
/* English Version */


/*@------------------ center section ------------------@*/
.center_section1{
	float: left;
	margin: 10px 0px 10px 0px;
	height: 130px;
	width: 320px;
	background-image: url(../img/index/section1_back.jpg);
}
.center_section2{
	float: left;
	margin: 10px 0px 10px 0px;
	height: 130px;
	width: 300px;
	background-image: url(../img/index/book_all.jpg);
}
.center_section3{
	float: right;
	margin: 10px 0px 10px 0px;
	height: 130px;
	width: 320px;
	background-image: url(../img/index/section2_back.jpg);
}
.section_midashi{
	padding: 12px 15px;
	font-size: 16px;
	color: #FFFFFF;
}

/*@------------------ bottom section ------------------@*/
.bottom_section_area{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.bottom_section_left{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 380px;
}
.bottom_section_banner1{
	float: left;
	margin: 0px 0px 0px 10px;
	height: 145px;
	width: 280px;
}
.bottom_section_banner2{
	float: left;
	margin: 0px 0px 0px 10px;
	height: 145px;
	width: 280px;
}

/*@------------------ news ------------------@*/
.news_area{
	padding: 5px 10px;
}
.news_font{
	font-size: 12px;
	line-height: 120%;
	color: #333333;
}
.news_list{
	list-style-type: none;
	padding: 0; 
	margin: 0; 
	clear: left;
}
.news_date{
	float: left; 
	width: 75px; 
	margin-right: 5px; 
	padding: 2px;  
}
.news_detail{
	float: left; 
	width: 260px; 
	margin-right: 5px; 
	padding: 2px;  
}
.clear_l{
	clear: left;
}



