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

#mainimg{
	background: url(../image/main_bg.jpg) no-repeat;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 80px;
}

#greeting h4{
	color: #EA7308;
	font-weight: bold;
	font-size: 1.14em;
	margin-bottom: 16px;
}
#greeting p{
	margin-bottom: 24px;
}
#greeting .cl_003386{
	color: #003386;
	font-weight: bold;
}
#greeting .cl_EA7308{
	color: #EA7308;
	font-weight: bold;
}
#greeting .aside{
	margin-top: 40px;
	margin-bottom: 0;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {

	margin-bottom: 80px;
	line-height: 1.6;
	overflow: hidden;
	height: 160px;
}
#topics p{
	float: left;
}
#topics .box{
	overflow-y: scroll;
	height: 160px;
}

#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 9px 0 9px 20px;
}
#topics dl.even {
	background: #E3E3E3;
}
#topics dt {
	float: left;
	background: url(../image/topics_icon.jpg) left top 7px no-repeat;
	padding-left: 10px;
}
#topics dd {
	padding: 0 0 0 120px;
}
#topics dd a{
	color: #EA7308;
	font-weight: bold;
}
#area{
	background: url(../image/area.jpg) no-repeat;
	margin-bottom: 80px;
}
#area dl{
	width: 318px;
	margin-bottom: 30px;
}
#area dl dt{
	font-weight: bold;
}