@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}
#content p.no1{
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------*/
#mainimg {
	background:url(../image/top_bg.jpg) left top repeat-x;
}
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 23px;
}
#greeting .image {
	margin-left:25px;
	padding-top:5px;
}
/*-------------------------------------------------------------------
	.fir
-------------------------------------------------------------------*/
#content ul.fir{
	overflow:hidden;
	zoom:1;
	clear:both;
	padding-bottom: 30px;
}
#content ul.fir li{
	float: left;
	margin: 0 20px 20px 0;
}
#content ul.fir li:nth-child(3n), 
#content ul.fir li.none{
	margin-right:0;
}
/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 50px;
}
#voice p{
	text-align:right;
	padding-top:9px;
}
#voice .box {
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
	background:url(../image/side_voice_bg.jpg) left top repeat;
}
#voice .imgleft ul li,
#voice .imgright ul li {
	width: 160px;
	text-align: center;
	padding: 5px 0 5px;
}
#voice .imgleft .text {
	margin-left: 175px;
}
#voice dl dt {
	margin-bottom: 5px;
	border-bottom: 1px solid #F1EFE7;
	overflow: hidden;
	/zoom: 1;
	padding-bottom: 4px;
}
#voice dl dd{
	font-size:0.86em;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 160px;
	margin-bottom: 48px;
	line-height: 1.6;
	overflow-y: scroll;
	background:url(../image/side_voice_bg.jpg) left top repeat;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 10px 10px 9px 10px;
	border-bottom: 1px solid #F1EFE7;
	line-height:1.4;
}
#topics dt {
	float: left;
	font-size:1.03em;
	padding-left: 11px;
	background:url(../image/news_arrow.png) left center no-repeat;
}
#topics dd {
	padding: 0 0 0 117px;
}