/* CSS Document */

/* Q&A ---------------------------------------------------------------- */

.faq p{
	padding-left:30px;
	}

.faq_q{
	background:url(../parts/faq_q.gif) no-repeat;
	background-position:0 4px;
	font-size:95%;
	padding:10px 30px;
	margin-top:50px;
	border-bottom:#d9c2a0 dotted 3px;
	border-top:#d9c2a0 dotted 3px;
}

.faq_a{
	background:url(../parts/faq_a.gif) no-repeat;
	background-position:0 4px;
	font-size:95%;
	padding:10px 30px;
}

.right{
	text-align:right;
}

.faqlist{
	list-style:none;
	margin-left:30px;
	margin-top:5px;
}

.faqlist li{
	background:url(../parts/li01.gif) no-repeat;
	background-position:0 4px;
	font-size:95%;
	padding-left:15px;
	line-height:180%;
}