@charset "shift_jis";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
div#mainTxt {
	margin-bottom: 30px;
	line-height: 180%;
}
div#mainTxt span {
	font-weight: bold;
}
div#mainBase {
	margin: 0 auto;
	padding: 30px 37px;
	background-color: #FDFDFD;
	border: 3px #F0F0F0 solid;
	overflow: hidden;
}
div#mainBase h3 {
	height: 22px;
	padding-left: 15px;
	margin-bottom: 20px;
	background: url(../img/bg_titsub.png) no-repeat;
}
div#mainBase dl {
	padding-left: 17px;
	margin-bottom: 30px;
}
div#mainBase dl dt {
	padding: 0  0 5px 12px;
	font-weight: bold;
	background: url(../img/ico_pointer02.gif) no-repeat 0 0.5em;
}
div#mainBase dl dt a {
	color: #AC9424;
	text-decoration: none;
}
div#mainBase dl dt a:hover {
	color: #dabf71;
	text-decoration: underline;
}
div#mainBase dl dd {
	padding: 0 0 5px 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ccc;
}
