@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts dl {
	margin-bottom: 18px;
	padding-top: 19px;
	font-size: 1.3em;
	border-top: 1px solid #c8c8c8;
}

#conts dl dt {
	width: 8em;
	float: left;
	clear: left;
	line-height: 1.6;
	font-weight: bold;
}

#conts dl dd {
	margin-bottom: 13px;
	padding-left: 8em;
	line-height: 1.6;
	word-wrap: break-word;
}

	*html #conts dl dd {
		text-indent: -3px;
	}

#conts dl dd a {
	margin-left: 30px;
	color: #ff0000;
	font-size: 0.85em;
}

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

#footer .fnavi05 a {
	color: #969696;
}