@charset "euc-jp";
/* CSS Document */

.topics_area
{
	background-color:#ffffff;
	padding:0 4 4 4;
	border: 1px #F06 solid;
	width: 578px;
	margin-top: 16px;
	margin-bottom: 10px;
	padding:10px;
}

.sub_topics {
	background-color:#ffffff;
	left:0px;
	height: 48px;
	text-align: left;
	font-size: 15px;
	color: #990000;
	border-bottom: 1px #228B22 solid;
	font-weight: bold;
	text-indent: 5px;
}
.topics_text {
	font-size: 14px;
	line-height:1.5em;
	text-align:left;
	text-indent:18px;
	color: #666666;
	background-image: url(img/allow_b.gif);
	background-repeat: no-repeat;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding:16 6 16 20;
	background-position: 8 6;
}
