@charset "utf-8";
/* CSS Document */
#faq {
	clear: both;
}
#faq dl {
	
}
#faq dl dt {
	font-weight: bold;
	padding-bottom: 6px;
	text-indent: -3em;
	padding-left: 3em;
}
#faq dl dd {
	border: 3px solid #239190;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/common/PIE.htc);
	padding: 10px;
	margin-bottom: 30px;
	font-size: 115%;
	margin-left: 24px;
	display: block;
	position: relative;
}
#faq dl dd img {
	position: absolute;
	left: -24px;
	top: 8px;
}
#page_area {
	padding-bottom: 30px;
}
