@charset "utf-8";
/* CSS Document */
.faq{
	width:470px;
	margin:0 0 20px;
	
}
.faq .q{
	line-height:37px;
	background:url(../images/faq/bg.gif);
	height:37px;
	padding:0 20px 0 55px;
	font-size:14px;
	font-weight:bold;
}
.faq .answer{
	margin:20px 0 0 55px;
}
