@charset "UTF-8";

/*----- topics -----*/

#topics h1{
	width:595px;
	height:45px;
	margin:0 auto 15px;
	background:url(images/title_topics.gif) no-repeat;
	text-indent:-9999px;
}

.topics{
	width:578px;
	margin:15px 0 15px 18px;
	padding:6px 0 15px;
	border:1px solid #ccc;
}

.topics p{
	font-size:14px;
}
.oshirase1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 15px;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #3C0;
	color: #F30;
	margin-top: 8px;
	margin-bottom: 8px;
}


.topics p span{
	margin-left:20px;
	font-size:24px;
	color:#FF0000;
}

.topics ol{
	width:550px;
	margin:7px auto 0;
	background:#EFEFEF;
}

.topics ol li{
	width:530px;
	margin:0 auto;
	border-bottom:1px dashed #CCCCCC;
}

.topics ol li dl{
	width:520px;
	margin:0 auto;
	padding:5px 0;
	font-size:13px;
}

.topics ol li dt{
	float:left;
	width:60px;
	padding:2px 0 0 15px;
	background:url(images_top/top_tpics_indent.gif) no-repeat left center;
}

.topics ol li dd{
	width:430px;
	padding-top:2px;
	float:right;
}

.topics ol li.list_end{
	border:none;
}
