@charset "utf-8";

/*　よくあるご質問
------------------------------------------------------------ */

body {
    background: url(../common/images/bg_sub.jpg) left top repeat-x #0D0600;
}

#main {
	background: url(../common/images/img_faq.jpg) no-repeat;
}

* html #main h3 {
    behavior: expression(IEPNGFIX.fix(this));
} 

#main h3 {
	width: 630px;
	_width: 660px;
	height: 24px;
	_height: 30px;
	background: url(../common/images/menu_bar.png) left top no-repeat;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 6px;
	color: #EEE;
	font-weight: bold;
}

* html #main h4.h4_01,
* html #main h4.h4_02 {
    behavior: expression(IEPNGFIX.fix(this));
}

#main h4.h4_01 {
    width: 660px;
	height: 30px;
	background: url(../common/images/faq_01.png) left top no-repeat;
	text-indent: -9999em;
}
#main h4.h4_02 {
    width: 660px;
	height: 30px;
	background: url(../common/images/faq_02.png) left top no-repeat;
	text-indent: -9999em;
}

#sub {
	background: url(../common/images/faq_leftbg.jpg) left top no-repeat;
}

#gnavi {
	background: url(../common/images/bg_gnavi_faq.jpg) left top no-repeat;
}

* html .faq {
    behavior: expression(IEPNGFIX.fix(this));
} 

.faq {
    width: 700px;
	height: 35px;
	background: url(../common/images/faq_title.png) left top no-repeat;
	text-indent: -9999em;
}

.p_01 {
    margin-left: 1em;
	padding-bottom: 5px;
}

* html .bg_gray {
    behavior: expression(IEPNGFIX.fix(this));
} 

.bg_gray {
    background: url(../common/images/bg_gray.png) repeat;
	width: 660px;
	margin-left: 20px;
}

.box_01 {
    margin-left: 1em;
	padding-top: 10px;
	padding-bottom: 20px;
}

/** html .dl_01 dt,*/
* html .dl_01 dd {
    behavior: expression(IEPNGFIX.fix(this));
} 

.dl_01 {
    width: 640px;
	margin-top: 10px;
}
.dl_01 dt {
    width: 610px;
	_width: 640px;
	padding-left: 30px;
	padding-bottom: 1em;
	background: url(../common/images/faq_q.gif) left top no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}
.dl_01 dd {
    width: 620px;
	_width: 640px;
	padding: 10px;
	background: url(../common/images/bg_gold.png) repeat;
}


