@charset "utf-8";

#faq a {
	color: #00793f;
    text-decoration: underline;
}

#faq a:hover {
	color: #00793f;
    text-decoration: none;
}

#faq .subTit {
	background-color: #f2f2ed;
	padding: 3px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00793f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../js/PIE.htc);
	position: relative;
	margin-bottom: 15px;
}

#faq dt {
	border-top: 1px solid #c9c9c9;
	padding: 15px 15px 15px 50px;
	background: url(../faq/img/q.png) no-repeat 20px 15px;
}

#faq dt:hover {
	background-color: #EBF5EC;
}

#faq dt.last {
	border-bottom: 1px solid #c9c9c9;
}

#faq dd {
	padding: 15px 15px 15px 50px;
	background: #fcf4df url(../faq/img/a.gif) no-repeat 20px 15px;
	border-top: 1px solid #c9c9c9;
}

#faq dd:last-child {
	border-top: none;
	border-bottom: 1px solid #c9c9c9;
}

#faq #a01 {
	padding-top: 20px;
}

#faq #a02,#faq #a03 {
	padding-top: 40px;
}