@charset "utf-8";
/* ============================================================
table of contents

1.title
2.index

============================================================ */

/******************************************
	1.title
******************************************/

#pageTtl {
	background: url(/faq/img/bg_h1_faq.jpg) center center no-repeat;
}

/******************************************
	2.index
******************************************/

#main #faqArea dt {
	clear: both;
	margin-bottom:24px;
	background: url(/faq/img/icon_q.gif) 18px 0.5em no-repeat #00690D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	padding:9px 22px 9px 55px;
	font-size: 138.5%;
	font-weight: bold;
	color:#FFFFFF;
	behavior: url(/common/css/PIE.htc);/* for IE */
 *position:relative;
 margin-bottom: 24px;
}
#main #faqArea dd {
	background: url(/faq/img/icon_a.gif) 13px top no-repeat;
	padding: 0 12px 0 63px;
 margin-bottom: 30px;
}

