@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content #cms{
 margin-bottom:30px;
}

#content #cms p{
 margin:-3px 0 4px 2px;
}

#content #topics {
 margin-bottom:31px;
 height: 148px;
 overflow-y: scroll;
}

#content #topics dl{
 border-bottom:1px dashed #ACA899;
}

#content #topics dt{
 float: left;
 clear: left;
 padding: 5px 0 5px 12px;
 margin-right:20px;
}

#content #topics dd{
	padding: 5px 0 5px 92px;
	_text-indent: -3px;
}