@charset "utf-8";
#contentsBox #h2_1 {
	background-image: url(../../img/faq/bg_h2_1.jpg);
}

#contentsBox #h3_1 {
	background-image: url(../../img/faq/bg_h3_1.jpg);
}
#contentsBox #ul_faq {
	padding-left: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6CA00;
	line-height: 180%;
}
#dl_faq dt {
	font-size: 14px;
	font-weight: bold;
	color: #97A800;
	background-image: url(../../img/faq/bg_faq_dt.jpg);
	background-repeat: no-repeat;
	padding-left: 41px;
	padding-bottom: 25px;
}
#dl_faq dd {
	background-image: url(../../img/faq/bg_faq_dd.jpg);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding-left: 41px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B6CA00;
	padding-right: 10px;
	line-height: 180%;
}

#dl_faq a{
	text-decoration:none;
}

#dl_faq a:hover{
	text-decoration:none;
	color: #97A800;
}
