/* FAQ
------------------------------------------------ */
.faq_index{
	width:650px;
	margin:0 auto 20px;
	font-size:18px;
}
.faq_index .l{
	width:260px;
	border:4px #99CC99 solid;
	background:url(../faq/image/arrow.gif) no-repeat left;
	padding:15px 10px 15px 30px;
	float:left;
}
.faq_index .r{
	width:260px;
	border:4px #99CC99 solid;
	background:url(../faq/image/arrow.gif) no-repeat left;
	padding:15px 10px 15px 30px;
	float:right;
}

#faq{
	width:650px;
	margin:0 auto;
}
#faq dt{
	margin-bottom:10px;
	font-weight: bold;
	color:#330099;
}
#faq dd{
	margin-bottom:30px;
}
