@charset "UTF-8";

body, div { color:#303030; }
.note_txt { display:none; }


h2 {
	width: 727px;
	background: #ebebeb url('../img/css/h2ttl_c_faq.gif') no-repeat 1px 3px;
	border-left: 4px #10225A solid;
	border-bottom: 1px #e0e0e0 solid;
	margin:10px auto 0 auto;
	padding: 2px 4px 3px 8px;
	font-size: 100%;
	color: #ffffff;
	height:32px;
}

#faq .Q_txtbox {
	background-image:url(../img/faq/icon_Q.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 5px 0 10px;
	padding:3px 10px 8px 40px;
}

#faq .A_txtbox {
	background-image:url(../img/faq/icon_A.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 5px 0 10px;
	padding:3px 10px 30px 40px;
	color:#608395;
}

#faq .line {
	background-image:url(../img/cmn/dec_infoline.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0 0 0 16px;
	padding:0 10px 0 10px;
	height:6px;
	font-size:6px;
}

#faq .method_disc li {
	list-style-type: disc;
	margin-left: 15px;
}

#faq .pagetop2 {
	text-align:right;
}



