@charset "utf-8";
/* faq.css */

#faq dl{
	background:url(../images/faq/line_faq.gif) 0 bottom no-repeat;
	margin-bottom:30px;
	}
#faq dl dt{
	background:url(../images/faq/q.gif) 0 0 no-repeat;
	font-weight:bold;
	font-size:90%;
	padding:4px 0 25px 35px;
}
#faq dl dd{
	background:url(../images/faq/a.gif) 0 0 no-repeat;
	font-size:75%;
	line-height:1.6;
	padding:5px 0 30px 35px;
}

#contents p{
	font-size:75%;
	line-height:1.6;
	padding-bottom:30px;
}
.bnnfaq{margin-left:95px;}



