@charset "utf-8";


#mainImg{
	background:url(../img/mainImg_bg.jpg) repeat-x left bottom;
	text-align:center;
	line-height:0px;
	font-size:0px;
}

#cont01 .f_right{
	padding-left:10px;
	padding-bottom:10px;
}

#topicsWrap{
	width:620px;
	overflow:hidden;
}
#topicsWrap dt{
	width:100px;
	float:left;
	padding-left:20px;
	background:url(../common/img/icon_circle.gif) no-repeat 5px 14px;
	font-weight:bold;
	line-height:1.1em;
	padding-top:10px;
	padding-bottom:10px;
}
#topicsWrap dd{
	padding-left:120px;
	border-bottom:1px dotted #999;
	line-height:1.1em;
	padding-top:10px;
	padding-bottom:10px;
}
.smallTopic{
	margin-top:5px;
	line-height:1.5em;
	font-size:85%;
	display:block;
}
