@charset "utf-8";

/*　お問い合わせ
------------------------------------------------------------ */

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

#main {
	background: url(../common/images/img_contact.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;
}

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

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

.txt {
    width: 630px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 2px;
}

.dl_01 {
    width: 630px;
	text-align: center;
}
.dl_01 dt {
    padding-bottom: 1em;
}
.dl_01 dd {
    padding-bottom: 1em;
	font-weight: bold;
}

.box_01 {
	width: 600px;
	background: #111;
	border: 1px solid #C0AA76;
	margin-left: 15px;
	color: #C0AA76;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.box_01 h4{
	background: #C0AA76;
	font-weight: bold;
	padding: 3px 10px;
	color: #000;
}
.box_01 span{
	margin: 10px;
	display: block;
}

#form {
	font-size: 0.9em;
}


#form .waku{
	width: 350px;
	font-size: 100%;
	background-color: #C0AA76;
}

#form .waku2{
	width: 350px;
	height: 89px;
	font-size: 100%;
	background-color: #C0AA76;
}

#form .waku3{
	width: 180px;
	font-size: 100%;
	background-color: #C0AA76;
}

#form .hankaku{
	ime-mode: disabled;
}

#form dl {
	margin: 20px 0 0 40px;
}

#form dt {
	width: 140px;
	height: 30px;
	display: block;
}

#form dd {
	margin-top: -46px;
	padding: 1em;
	padding-left: 160px;
}

.bb {
	margin-top: 20px;
	text-align: center;
}