@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#first {
	margin-bottom:35px;
}
#first dl dt {
	margin-bottom:15px;
}
#first dl dd {
	margin-bottom:20px;
}
#about{
	overflow: hidden;
	/zoom: 1;
}
#about dl{
	float: left;
	width:150px;
	margin:0 13px 30px 0;
}
#about dl dd{
	margin-top: 5px;
	font-size: 1.27em;
	padding: 0 0 0 15px;
	background:url(../image/icon02.jpg) left center no-repeat;
	font-weight:bold;
	color:#376D10;
}
#about dl.none{
	margin:0 0 30px 0;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 150px;
	margin-bottom: 40px;
	line-height: 1.6;
	overflow-y: scroll;
	border:1px solid #8BAD3D;
}
#topics dl {
	overflow: hidden;
	/zoom: 1;
	padding: 5px 0 3px 20px;
}
#topics dl.even {
	background:#EEF1C7;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 110px;
}
#content p.t01 {
	padding:10px 0 40px;
}