@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 .bodymenu {
    behavior: expression(IEPNGFIX.fix(this));
} 

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

.box_01 {
    margin-left: 1em;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}

* html .table_01 th,
* html .table_01 .td_01 {
    behavior: expression(IEPNGFIX.fix(this));
} 

.table_01 {
    width: 637px;
	font-size: 1em;
	margin-left: 10px;
	margin-bottom: 10px;
}
.table_01 th {
    width: 250px;
	_width: 270px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	background: url(../images/bg_brown.png) repeat;
}
.table_01 .td_01 {
    width: 357px;
	_width: 367px;
	padding: 3px 5px;
	vertical-align: top;
	background: url(../images/bg_brown.png) repeat;
}

.dl_01 {
    width: 637px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.dl_01 dt {
    color: #B5A27A;
	font-weight: bold;
	font-size: 1.1em;
}