@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for index style
	
*/


/* 1.for index style
===============================================================*/
div#main h2{
	margin-bottom:17px;
}
div#faq h3{
	margin-bottom:15px;
}
.faqNavigation{
	margin:16px 0px 15px;
	text-align:center;
}
.faqQuestion{
	margin:16px 16px 15px;
	font-size:1.2em;
	color:#0170c5;
}
.faqAnswer{
	margin:0 16px;
	padding-left:10px;
	padding-bottom:16px;
	border-bottom:solid 1px #b6b6ae;
	background:url(../../images/common/ico_arr01.gif) no-repeat 0 3px;
}
.faqAnswer a:link,.payContact a:visited{
    color:#cd0000;
	text-decoration:underline;
}
.faqAnswer a:hover,.payContact a:active{
    color:#FF6666;
	text-decoration:underline;
}
