/*------------------------------------------------------------------------
客室ページ(横幅860px)
------------------------------------------------------------------------*/
html, body {
	background: url(../../images/contact_bg.jpg) top center no-repeat;
}
/*------------------------------------------------------------------------
メインメニュー
------------------------------------------------------------------------*/
#g-nav {
	position:absolute;
	left: 0;
	top: 449px;
	width: 914px;
	height: 56px;
	z-index:100;
	overflow: hidden;
	_zoom: 1;
}
#g-nav ul li {
	float: left;
}
#g-nav ul li span{
	display: none;
}
a#nav1 {
	width: 118px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav01_off.gif) no-repeat;
}
a#nav2 {
	width: 148px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav02_off.gif) no-repeat;
}
a#nav3 {
	width: 124px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav03_off.gif) no-repeat;
}
a#nav4 {
	width: 119px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav04_off.gif) no-repeat;
}	
a#nav5 {
	width: 125px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav05_off.gif) no-repeat;
}
a#nav6 {
	width: 133px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav06_off.gif) no-repeat;
}
a#nav7 {
	width: 147px;
	height: 56px;
	display: block;
	background: url(../../images/con_nav07_off.gif) no-repeat;
}
/*マウスオーバー
------------------------------------------------------------------------*/
a#nav1:hover {
	background: url(../../images/con_nav01_on.gif) no-repeat;
}
a#nav2:hover {
	background: url(../../images/con_nav02_on.gif) no-repeat;
}
a#nav3:hover {
	background: url(../../images/con_nav03_on.gif) no-repeat;
}
a#nav4:hover {
	background: url(../../images/con_nav04_on.gif) no-repeat;
}	
a#nav5:hover {
	background: url(../../images/con_nav05_on.gif) no-repeat;
}
a#nav6:hover {
	background: url(../../images/con_nav06_on.gif) no-repeat;
}
a#nav7:hover {
	background: url(../../images/con_nav07_on.gif) no-repeat;
}

/*------------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------------*/
#mail-contact {
	float: left;
	width: 450px;
	margin: 0 15px 0 0;
}
#mail-contact table {
	margin: 0 0 20px 0;
}
#mail-contact table th {
	width: 170px;
	margin: 0;
	vertical-align: top;
}
#mail-contact table th p{
	padding: 10px 0 10px 25px;
	background: url(../../images/arrow02.gif) 10px 50% no-repeat;
	text-align: left;
}
#mail-contact table td {
	margin: 0;
	padding: 10px 0 0 0;
}
input, textarea {
	margin: 0 0 0 10px;
	padding: 5px;
	font-size: 12px;
	color: #666;
}
input.contact-area1 {
	width: 110px;
}
input.contact-area2 {
	width: 245px;
}
input.contact-area3-1 {
	width: 50px;
}
input.contact-area3-2 {
	width: 50px;
	margin: 0;
}
input.contact-area3-3 {
	width: 95px;
	margin: 0;
}
.txt-area {
	width: 245px;
	height: 50px;
}
#mail-contact table td ul.contact-select {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #E4BC96;
}
#mail-contact table td ul {
	margin: 0 0 0 10px;
}
#mail-contact table td ul li {
	margin: 0 0 5px 0;
	line-height: 160%;
}

#tel-contact {
	float: left;
	width: 390px;
	margin: 0;
	
}
#tel-contact a {
	color: #0060B6;
}
h5 {
	margin: 0 0 15px 20px;
}
#tel-contact p {
	margin: 0 20px 15px 20px;
	line-height: 160%;
}

