@charset "utf-8";
/* ニュース＆トピックス一覧カテゴリー個別設定用CSS Document */


#topics h1{
	height:71px;
	margin-bottom:45px;
}
#topics #contents dl {
	margin:20px 0;
	padding:10px 0 0 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#topics #contents dl dt {
	width:7em;
	float:left;
	font-weight:bold;
}
#topics #contents dl dd {
	margin:0 0 10px 0;
	padding:0 0 10px 8em;
	border-bottom:1px dotted #969696;
}
#topics #contents dl dd.last {
	border-bottom:none;
}
#topics .pagebutton {
	text-align:right;
	width:254px;
	margin-left:446px;
}

#topics .pagebutton ul li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	list-style:none;
	white-space:nowrap;
}

#topics .pagebutton ul li.back {
	margin-right:10px;
}
#topics .pagebutton ul li.next {
	margin-left:10px;
}