@charset "utf-8";

/*--------------------------------------------

--------------------------------------------*/
div#container div#wrapper div#content div.faq{
	margin-top: 5px;
	padding: 0 15px;
	font-size: 12px;
}

div#container div#wrapper div#content div.faq h3 {
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	margin-top: 30px;
	margin-bottom: 7px;
}

div#container div#wrapper div#content div.faq h4 {
	font-weight: bold;
	font-size: 12px;
	color:#3399ff;
	margin-left: 7px;
}

div#container div#wrapper div#content div.faq dl dt {
	background-image:url(../images/faq_q.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color:#3399ff;
	font-weight: bold;
	height: 33px;
	padding: 10px 0 0 43px;
}

div#container div#wrapper div#content div.faq dl dt a {
	text-decoration: none;
}

div#container div#wrapper div#content div.faq dl dd {
	background-image:url(../images/faq_a.gif);
	background-position: 0 2px;
	background-repeat:no-repeat;
	font-weight: bold;
	color:#666666;
	margin-left: 20px;
	margin-bottom: 25px;
	padding-left: 22px;
	width: 640px;
}

/* class*/
.mt30 {
	margin-top: 40px;
}