@charset "utf-8";
@import "../temp/reset.css";
.contents {
	background : transparent url(../gnavi_faq/bg_contents.gif) no-repeat scroll 0% 0%;
	line-height:1.6;
	padding-top: 30px;
}



#question {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#question h3 {
	background-image : url(../gnavi_faq/h3_category_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 20px;
	color: #F00;
	line-height: 30px;
	padding-left: 50px;
	font-weight: normal;
}
#question ul {
	margin-bottom: 20px;
	margin-top: 10px;
}
#question ul li {
	list-style-type: none;
	background-image : url(../gnavi_faq/question.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
}
#question ul li a:link {
	color: #000;
	text-decoration: underline;
}
#question ul li a:visited {
	color: #000;
	text-decoration: underline;
	
}
#question ul li a:hover {
	color: #09C;
	text-decoration: none;
}





#answer {
	text-align: left;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	padding-bottom: 50px;
}
#answer h3 {
	background-image : url(../gnavi_faq/h3_category2_back.png);
	background-repeat: no-repeat;
	font-size: 25px;
	line-height: 45px;
	color: #FFF;
	padding-left: 60px;
}
#answer dl {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#answer dl dt {
	background-image : url(../gnavi_faq/question2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #666;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #a8aaaa;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#answer dl dd {
	font-size: 14px;
	line-height: 150%;
	background-image : url(../gnavi_faq/answer.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-left: 6px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 5px;
	margin-right: 20px;
}
#answer dl dd .faq_pagetop {
	text-align: right;
	margin-top: 5px;
}
