@charset "UTF-8";
#main h2 {
	margin-bottom: 25px;
	background-image: url(../image/faq/faqlogo.jpg);
	text-indent: -9999px;
	height: 35px;
	width: 207px;
	display: block;
}



#content #main .Section {
	margin-bottom: 3.5em;
}

#content #main h3 {
	margin-bottom: 15px;
	color: #18448e;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18448E;
}

#content #main div dl {
	margin-bottom: 1.5em;
}

#content #main div dl span {
	display: none;
}

#content #main div dt {
	padding: 5px 0 20px 50px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 1em;
	background-image: url(../image/faq/icn_q.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	color: #036;
}

#content #main div dd {
	padding: 5px 0 20px 90px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 1em;
	background-image: url(../image/faq/icn_a.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#content #main div dt a{color: #036;}
#content #main div dt a:hover,
#content #main div dt a:active{color:#C03;}

/* nest dl */
#content #main div dd dt,
#content #main div dd dd {
	padding: 0;
	background: none;
}

#content #main div dd dt {
	margin: 2em 0 .5em;
	padding-left: 12px;
	background: url(/shared/img/icn_price.png) no-repeat left center;
}


#content #main div dd dd {
	margin: 0 1em;
}

#content #main div dd dd p {
	margin: 1em 0;
	padding: 1em;
	background-color: #f0f0f0;
}

#content #main div ol {
	list-style: decimal outside;
	margin: 1em;
}
