@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 27px;
}

#conts dl {
	padding: 0 0 0 10px;
	background: url(/images/topics/line.gif) no-repeat left bottom;
}

#conts dl dt {
	width: 120px;
	float: left;
	word-break: break-all;
	font-weight: bold;
	font-size: 12px;
}

#conts dl dd {
	padding: 0 0 29px 125px;
	_padding-left: 122px;
}

#conts dl dd a {
	padding: 0 0 0 13px;
	background: url(/images/topics/icon01.gif) no-repeat left 3px;
	text-decoration: underline;
	color: #003366;
}

#conts ul li a:hover,
#conts dl dd a:hover {
	text-decoration: none;
}

#conts ul {
	margin: 10px 0 0 0;
}

#conts ul li.prev a {
	padding: 0 0 0 16px;
	background: url(/images/topics/icon02.gif) no-repeat left 2px;
	text-decoration: underline;
	color: #003366;
}

#conts ul li.next a {
	padding: 0 16px 0 0;
	background: url(/images/topics/icon03.gif) no-repeat right 2px;
	color: #003366;
}

.topicsBK a {
	color:#09C;
}