@charset "utf-8";

/* contents
=========================================*/

h3#faq {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../baseimg/title_faq.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#contents p {
	font-size: 90%;
	text-align:justify;	
	padding:1em;
}
#contents dl {
	margin-bottom: 50px;
}

#contents dl dt {
	margin: 2em 0 0 20px;
	min-height: 50px;
	padding: 10px 0 0 55px;
	font-size: 120%;
	background: url(../baseimg/faq_q.gif) no-repeat 0 5px;
	
}
#contents dl dd {
	background: url(../baseimg/faq_a.gif) no-repeat 0 0;
	margin: 0 1em 1em 20px;
	padding-left: 55px;
	min-height: 50px;
	font-size: 90%;
	text-align:justify;
	line-height: 160%;
	border-bottom: #F60 1px dotted;
	
}

