@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ------------------------------------------------------------
	Content
   ------------------------------------------------------------ */

#mainBg{
	height: 490px;
	background: url(../images/index_images/main_bg.jpg) 50% 0 no-repeat;
	margin-bottom: 30px;
}
#mainBg div{
	padding-top: 80px;
}

#area{
	font-weight: bold;
	padding: 20px;
	background: url(../images/index_images/area_image.gif) 98% 20px no-repeat;
	background-color: #f1f1f1;
	margin-bottom: 30px;
}

#bnArea li{
	float: left;
	width: 210px;
}
#bnArea li a{
	text-decoration: none;
}
#bnArea li img{
	margin-bottom: 5px;
}
#bnCenter{
	margin: 0 30px;
}

#news dl{
	overflow: hidden;
	margin-bottom: 15px;
}
#news dt{
	float: left;
	width: 100px;
	background: url(../images/index_images/icon.gif) 0 5px no-repeat;
	padding-left: 25px;
}
#news dd{
	float: right;
	width: 540px;
}
