@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::

				faq設定
	
:::::::::::::::::::::::::::::::::::::::::::::::::: */

dl.faq {
	margin-bottom: 40px;
}
	
	
dl.faq dt {
	font-size: 0.8em;
	font-weight: bold;
	background-image: url(../image/faq/q_faq.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #534742;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-left: 24px;
}

dl.faq dd {
	font-size: 0.8em;
	line-height: 1.6em;
	background-image: url(../image/faq/a_faq.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-left: 20px;
	padding-left: 24px;
}

dl.faq a:link {
	color: #8D6F6E;
	text-decoration: underline;
}
dl.faq a:visited {
	color: #504742;
	text-decoration: underline;
}
dl.faq a:hover {
	color:#CB626C;
	text-decoration: underline;
}
dl.faq a:active {
	color: #FFCC66;
	text-decoration: underline;
}