@charset "shift_jis";

/* --------faq内のh1指定-------- */

h1 {
	float: left;
	padding-bottom: 25px;
	width: 90px;
	padding-right: 10px;
	font-size: 1em;
}

.explainArea {
	width: 465px;
	float: left;
}

.explain {
	margin-top: 4px;
	width: 465px;
}

h2 {
	padding-bottom: 15px;
}

.h2second {
	padding-top: 15px;
}


.question {
	background: url(/faq/img/ico_Question.gif) no-repeat top left;
	width: 535px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.answerArea {
	background: url(/faq/img/faqBg.jpg) no-repeat top left;
	width: 565px;
}

.answerArea .q {
	padding-left: 82px;
	padding-top: 32px;
	color: #B91F1D;
	font-weight: bold;
}

.q span {
	background: url(/faq/img/faqBg_qLine.jpg) no-repeat bottom left;
	display: block;
	padding-bottom: 4px;
}

.a span {
	background: url(/faq/img/faqBg_aText.gif) no-repeat top left;
	display: block;
	padding-left: 38px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 0px;
	line-height: 150%;
}
.answerArea .q {
	padding-left: 82px;
	padding-top: 30px;
	color: #B91F1D;
	font-weight: bold;
}
.answerArea .a {
	padding-top: 10px;
	padding-left: 82px;
	padding-bottom: 18px;
}

.answerArea img {
	margin-top: 10px;
}

/* --------リンクカラー-------- */

.question a:link {
	color: #666666;
	text-decoration: underline;
}
.question a:visited {
	color: #666666;
	text-decoration: underline;
}
.question a:active {
	color: #666666
	text-decoration: underline;
}
.question a:hover {
	color: #666666;
	text-decoration: none;
}
