/* 新着情報 */
.news {
	width:265px;
	float:left;
	margin-bottom:20px;
}
.news dl {
	width:249px;
	padding:10px 8px 0px 8px;
	clear:both;
}
.news dt {
	margin:0;
	font-size:72%;
}
.news dd .title{
	margin:0;
	line-height:1.0;
	font-weight:bold;
	text-align:left;
	padding:0 0 5px 12px;
	background-image: url(../common/list.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
}
.news dd .text{
	line-height:1.0;
	font-weight:normal;
	padding-left:12px;
	}



/* お知らせ */
#topics {
	width:265px;
	float:right;
	margin-bottom:20px;
}
#topics ul {
	width:247px;
	padding:0px;
	margin:0px;
	}
#topics ul li{
	font-weight:bold;
	height:80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:10px 0px;
	clear:both;
}
#topics ul li img{
	width:105px;
	float:left;
	margin-bottom:10px;
	padding-right:5px;
	border:none;
}

#topics ul li a{font-weight:normal;}