@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for faq index
	
*/


/* 1.for faq index ==============================================*/
div.section h3{
	margin-bottom:15px;
}
div.section h4{
	margin:0 0 15px 12px;
}
div#qa01 p{
	margin:0 30px 10px 12px;
}
p.qaSent{
	padding-left:10px;	
	color:#64a334;
	font-weight:bold;
	line-height:3;
	background:#e7f0df;
}
p.btContact{
	text-align:right;
}
div#qa02 h5,div#qa03 h5{
	margin:0 0 5px 20px;
}
div#qa02 ul{
	margin:0 30px 20px 20px;
}
div#qa02 li{
	margin-bottom:5px;
}
div#qa02 li a{
	padding-left:15px;
	font-weight:bold;
	background:url("../img/qa_list.gif") no-repeat 0 5px;
}
div#qa02 ul a:link{
	color:#64a334;
	text-decoration:underline;
}
div#qa02 ul a:visited{
	color:#64a334;
	text-decoration:underline;
}
div#qa02 ul a:hover{
    color:#FF6666;
	text-decoration:underline;
}
div#qa02 ul a:active{
	color:#64a334;
	text-decoration:underline;
}
div.answerBox{
	margin:0 30px 20px 20px;
	padding:10px 10px 15px;
	background: #eaeef5;
}
div.answerBox h6{
	margin-bottom:10px;
	padding-bottom:10px;
	color:#3e61a7;
	font-weight:bold;
	background:url("../img/answerdot.gif") repeat-x bottom;
}
p.answerSent{
	margin-bottom:15px;
}
div#answer02_01 ul{
	margin:15px 0;
}
table.faqTab{
	width:510px;
	font-size:10px;
}
table.faqTab caption{
	text-align:right;
	font-size:10px;
}

table.faqTab th{
	padding:3px 0;
	color:#FFF;
	font-weight:normal;
	background:#3e61a7;
}
table.faqTab th.tabHead{
	border-left:solid 1px #FFF;
}
table.faqTab th.tabLeft{
	border-top:solid 1px #FFF;
}
table.faqTab td{
	padding:3px 0;
	text-align:center;
	background:#FFF;
}
table.faqTab td.tabBorder{
	border-left:solid 1px #efefef;
}	
table.faqTab td.tabBorder02{
	border-bottom:solid 1px #efefef;
}
dl.schoolSec dt{
	font-weight:bold;
}
dl.schoolSec dd{
	margin-bottom:10px;
	padding:0;
}
dt.schSec{
	font-weight:bold;
}
dl.study{
	margin-bottom:15px;
}
dl.study dt{
	padding-left:12px;
	background:url("../img/faq_circle.gif") no-repeat 0 3px;
}
dl.study dd{
	margin-left:12px;
}


