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

#mainimg {
	background-image:url(../image/main.jpg),url(../image/main_bg.jpg);
}

#content ul.btn {
	overflow: hidden;
 /zoom: 1;
}
#content ul.btn li{
	float:left;
	margin:0 20px 50px 0;
}
#content ul.btn li.none{
	float:left;
	margin:0 0 50px 0;
}
#greeting p.top{
	margin:0 0 25px;
}
#greeting {
	margin:0 0 30px;
}
#content .same {
	margin:0 0 40px;
}
#content .same ul{
	background:#E8E9ED url(../image/bg1.jpg) right top no-repeat;
	padding:20px;
	margin:0 0 15px;
}

#content .same ul li {
	margin:0 0 10px;
	font-size: 1.15em;
	line-height: 1.0;
	padding:3px 0 3px 34px;
	font-weight:bold;
	color:#000;
	background:url(../image/icon02.jpg) left center no-repeat;
}
#content .same ul li.last {
	margin-bottom:0;
}
/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/

#voice .box {
	border: 1px solid #283553;
	padding: 9px;
	margin-bottom: 20px;
	background:#121D34;
}
#voice .imgleft ul li,
#voice .imgright ul li {
	width: 160px;
	text-align: center;
}
#content .imgleft .image li.last{
	margin-bottom:0;
}
#voice .imgleft .text {
	margin-left: 180px;
}
#voice dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	background:url(../image/icon03.jpg) left center no-repeat;
	color:#fff;
	padding:0 0 0 25px;
	border-bottom:1px dotted #666;
}

#content p.btn{
	margin: 20px 0 45px;
	text-align:right;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
	border:1px solid #283553;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 4px 0 3px 22px;
}
#topics dl dt {
	float: left;
}
#topics dl dd {
	padding: 0 0 0 105px;
}

/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#info #map {
	float: left;
	width: 240px;
	height: 160px;
}
#info .text {
	margin-left: 260px;
}
#info .text dl dt{
	margin-bottom: 5px;
}