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


#first p.t01 {
	margin:20px 0 30px;
	text-align:center;
}
#first dl{
	background:url(../image/bg1.jpg) right top no-repeat;
}
#first dl dt{
	font-size: 1.27em;
	background:url(../image/icon01.jpg) left center no-repeat;
	padding:0 0 0 19px;
	font-weight:bold;
	color:#7E9633;
	line-height:1.4;
	margin-bottom:5px;
}
#first dl dd{
	margin:0 0 20px;
}
#first dl dd.last{
	margin-bottom:0;
}
#first p.btn {
	margin:20px 0 40px;
	text-align:center;
}
#content .same ul {
	overflow: hidden;
 /zoom: 1;
}
#content .same ul li {
	float: left;
	margin:0 20px 30px 0;
}
#content .same ul li.last {
	margin:0 0 30px 0;
}
#content .same p.btn {
	text-align:center;
	margin:0 0 40px;
}
#content p.last {
	margin:15px 0 40px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	overflow-y: scroll;
	margin-bottom:40px;
	line-height:1.6;
	border:1px solid #ccc;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 4px 0 3px 20px;
	border-bottom:1px dotted #ccc;
	background:url(../image/icon02.jpg) 10px center no-repeat;
	
}
#topics dt {
	float: left;
}
#topics dd {
	margin-left: 105px;
}
