@import url("../basic.css");
div#faq{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:50px;
}
div#faq p.mmhide_lead{
	padding:20px 0 20px 25px;
}
div#faq dl{
	width:700px;
	padding-left:25px;
	padding-top:30px;}
div#faq dt{
	padding-top:3px;
	padding-left:35px;
	margin-bottom:20px;
	color: #630;
	font-weight: bold;
	background-image: url(img/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	}
div#faq dd{
	width:600px;
	line-height:160%;
	padding-left:35px;
	background-image: url(img/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	}
div#faq dd p{
	padding: 10px;
	width: 650px;
	border: 1px solid #CCC;
	background-color: #d6ffce;
	margin-top: 10px;
	}
