/* CSS Document */
#mainwrap h2 {
	width:800px;
	height:84px;
	text-indent:-9999px;
	background:url(../images/h2_topics_tit.jpg) no-repeat;
}


#topicsArea {
	width:492px;
	margin-left:7px;
}



/*トピックス一覧追加100531*/
ul#topicsList {
	margin:0;
	padding:0;
	list-style:none;
}

ul#topicsList li {
	padding:3px;
	border-bottom:1px dashed #cccccc;
}

.topics-list {
	background:url(../../images/common/icon_link.gif) no-repeat 0 0.2em;
	padding-left:12px;
}



.rcol_contens {
	padding:20px;
}



.mb20 { margin-bottom:20px;}
.ml25 { margin-left:25px;}
.mr15 { margin-right:15px;}