@charset "utf-8";



/* Directory For Faq
/* -------------------------------------------- */

.contentBody {
background:url(../../img/line_01.gif) repeat-x left bottom;
margin-bottom:20px!important;
padding-bottom:10px;
}

#content h2 {
	display: block;
	width: 515px;
	margin: 22px 0 0 35px;
	padding: 7px 5px 6px 5px;
	background-color: #e5e9b4;
	border-top: 3px solid #c8d057;
	font-size: 85%;
	font-weight: bold;
	cursor: pointer;
}
#content h2.open {
	background: #e5e9b4 url("../img/btn_close.gif") right top no-repeat;
}
#content h2.close {
	background: #e5e9b4 url("../img/btn_open.gif") right top no-repeat;
}

#content .answer {
	width: 525px;
	padding: 0 0 20px 35px;
}

#content p.lead-txt {
margin:15px 0 0;
}
#content p.note-txt {
margin-top:5px;
}
.contentBody .NormTB {
margin-bottom:5px;
}
#content p.related-Link {
margin-top:10px;
font-size:65%;
text-align:right;
}


.NormTB {
border:1px solid #bca68b;
width:525px;
}
.NormTB th,
.NormTB td {
border:1px solid #bca68b;
padding:6px 6px 6px 10px;
font-size:75%;
line-height:1.6;
}
.NormTB th {
background-color:#f2ebe1;
width:9em;
vertical-align:top;
}

