@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#main #pagetop {
	padding: 20px 0 35px 0;
}
/*-------------------------------------------------------------------
	.topics
-------------------------------------------------------------------*/
.topics {
	margin-bottom:30px;
	line-height: 1.6;
}
.topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 9px 0 8px 20px;
	border-bottom:1px #999 dotted;
	background:url(../image/icon01.jpg) no-repeat 10px 18px;
}
.topics dt {
	float: left;
}
.topics dd {
	padding: 0 0 0 108px;
}
