@charset "utf-8";

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

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

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

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

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

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

#gnavi_sub {
	background: url(../images/bg_gnavi_sub2.jpg) left top no-repeat;
}

#gnavi_sub p {
    margin-left: 5px;
	padding: 0;
}
#gnavi_sub a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 

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


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

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

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

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

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

* 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(../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(../images/bg_gold.png) repeat;
}