@charset "UTF-8";
/* CSS Document */


@import url("common.css");

.qa_glay{
	background:url(../faq/img/qa_bg_gmid.gif) repeat-y 0 0;
	margin:15px 0 15px;
	border-bottom:1px solid #fff;

}

.qa_glay dt{
	background:url(../faq/img/qa_bg_gtop.gif) no-repeat 0 0;
	padding:5px 0 10px;
	text-indent:33px;
	font-weight:bold;
}

.qa_glay dd{
	background:url(../faq/img/qa_bg_gbt.gif) no-repeat 0 100%;
	padding-bottom:0px;
	padding-top:5px;
}

.qa_ye{
	background:url(../faq/img/qa_bg_ymid.gif) repeat-y 0 0;
	margin:15px 0 15px;
	border-bottom:1px solid #fff;
}

.qa_ye dt{
	background:url(../faq/img/qa_bg_ytop.gif) no-repeat 0 0;
	padding:5px 0 10px;
	text-indent:33px;
	font-weight:bold;
}

.qa_ye dd{
	background:url(../faq/img/qa_bg_ybt.gif) no-repeat 0 100%;
	padding-bottom:0px;
	padding-top:5px;
}


.q_ico{
	background:url(../faq/img/ico_q.gif) no-repeat 10px 0;
}

.q_ans{
	background:url(../faq/img/ico_a.gif) no-repeat 10px 0;
	padding: 0 20px 20px 33px;
}