@charset "UTF-8";

.btn_block_anchor {
	margin-bottom:30px;
}

#main .txtarea a:link, #main .txtarea a:visited {
	color:#A15543;
	text-decoration:underline;
}

#main .txtarea a:hover, #main .txtarea a:active {
	color:#333333;
	text-decoration:underline;
}

dl.faq_area {
	margin-bottom: 20px;
}

dt.faq_q {
	padding: 7px 0 15px 40px;
	margin-bottom: 10px;
	font-weight: bold;
	background: url(../img/faq/icn_q.gif) left top no-repeat;
	border-bottom: 1px dotted #ccc;
}

dd.faq_a {
	padding: 7px 0 15px 40px;
	background: url(../img/faq/icn_a.gif) left top no-repeat;
}