@charset "UTF-8";

div.topics{
	border:solid 5px #f8e7a3;
	min-width:500px;
	max-width:800px;
}
.btm_line, .line_none{
	overflow:hidden;
	clear:both;
	min-width:500px;
	max-width:800px;
	line-height:1.5em;
	border-bottom:solid 2px #f8e7a3;
}
.line_none{
	border:none;
}
#topics .topics dt{
	clear:both;
	min-width:100px;
	font-size:0.85em;
	padding:23px 5px 12px 22px;
}
.topics dd{
	width:480px;
	line-height:1.8em;
}
.topics dd span{
	color:#ff0000;
	font-weight:bold;
}

#main div.topics dd span,
#main div.topics dd a{
	display:block;
	float:left;
}
#main div.topics dd span{
	width:10%;
}
#main div.topics dd a,
#main div.topics dd span.text{
	width:90%;
}
#main div.topics dd span.text{
	color:#333;
	line-height:125%;
}

