
/*ニュース・イベントなどのリスト
----------------------------------------*/	
.topicsList {
	padding-top: 5px;
	background: url(../img/line_dot_l.gif) top repeat-x;
}


/*■日付とタイトルを繋げるとき*/
.topicsList ul {
}


.topicsList li {
	padding-bottom: 5px;
	background: url(../img/line_dot_l.gif) bottom repeat-x;
}


/*■日付とタイトルを分けるとき*/
.topicsList dl {
	width: 100%;
	padding-bottom: 5px;
	display: inline-block;
	background: url(../img/line_dot_l.gif) bottom repeat-x;
}


.topicsList dl:after {
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}


.topicsList dt {
	float:left;
	width:13%;/*★記事全体の幅によって調整*/
}


.topicsList dd {
	float:right;
	width:86%;/*★記事全体の幅によって調整*/
}


/*■記事の内容を見せるとき*/
.topicsList dt img {
	margin-top: 5px;
}

