/*----------------------------------------------------
	#title
----------------------------------------------------*/
div#mainimageArea_sub {
	width: 632px;
}
div#mainimageArea_sub .inner {
	padding-top: 23px;
}
div#mainimageArea_sub .inner h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div#mainimageArea_sub .inner p {
	margin-top: 21px;
	padding-left: 15px;
}



/*----------------------------------------------------
	#main
		C
----------------------------------------------------*/

#main {
	float: left;
	padding-left: 25px;
	width: 632px;
}

.main_txt{
	margin-left:15px;
	margin-top:22px;
	margin-bottom:40px;
}


#mainTop {
	float: left;
	width: 580px;
	margin-left:15px;
}

/* .section */
.section {
	margin-bottom:46px;
	margin-top: 40px;
}
.section table,.section ol,.section ul,.section dl,.section blockquote,.section pre,.section p {
	margin-bottom: 1em;
}

dl.faq_box {
	margin-top: 15px;
	width: 600px;
	margin-bottom: 25px;
	background-image: url(../images/faq_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
dl.faq_box dt{
	padding: 5px;
	float: left;
	width: 150px;
}
dl.faq_box dd{
	float: right;
	width: 420px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.section h2 {
	margin-bottom:10px;
}
.section h3 {
	margin-bottom:17px;
}

.color_867B57 { 
	color:#867B57;
}
.color_red { 	
	color:#990033
}

