/* TOPy[W */

@import "common.css";

dl#faq{
	width:730px;
	margin:20px 10px;
	float:left;
	line-height:120%;
	font-size:80%;
}

dl#faq dt{
	background:url(../img/faq_q.gif) no-repeat left center;
	margin:0px 0px 10px 0px;
	padding:3px 0px 3px 25px;
}

dl#faq dd{
	background:url(../img/faq_a.gif) no-repeat left top;
	margin:0px 0px 20px 0px;
	padding:3px 0px 23px 25px;
	border-bottom:1px #9C9C9C dashed;
}