﻿/*----------------------------------------------------------------------------------------------------------------------
																												common
----------------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	background: url(../image/top_bg.jpg) repeat-x;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: normal;
}
address {
	text-align: right;
}




/*----------------------------------------------------------------------------------------------------------------------
																													id
----------------------------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 150px;
	background: url(../image/head_bg.jpg) repeat-x;
}
#contents {
	width: 850px;
	margin: 0 auto;
}
#footer {
	width: 100%;
	height: 500px;
	clear: both;
	background: black;
}






/*----------------------------------------------------------------------------------------------------------------------
																											      class
----------------------------------------------------------------------------------------------------------------------*/
.logo {
	width: 850px;
	height: 100px;
	margin: 0 auto;
	background: url(../image/head.jpg) no-repeat;
}
.foot_top {
	width: 900px;
	margin: 0 auto;
	background: url(../image/foot_top.jpg) repeat-y;
}
.foot_bottom {
	width: 850px;
	height: 300px;
	margin: 0 auto;
	background: url(../image/foot.jpg) no-repeat;
}






/*----------------------------------------------------------------------------------------------------------------------
																											id,class関連
----------------------------------------------------------------------------------------------------------------------*/






/*----------------------------------------------------------------------------------------------------------------------
																													h
----------------------------------------------------------------------------------------------------------------------*/
h2 {
	width: 850px;
	height: 150px;
	margin-bottom: 10px;
}
h3 {
	margin: 10px 0;
	clear: both;
}
h4 {
	width: 838px;
	margin-left: 30px;
	border: 1px solid #C8C8C8;
}






/*----------------------------------------------------------------------------------------------------------------------
																											ul,li
----------------------------------------------------------------------------------------------------------------------*/
ul.info li {
	float: left;
}
li.center {
	margin: 0 5px;
}
ul.foot_link {
	margin-left: 30px;
	margin-top: 10px;
}
ul.foot_link li {
	width: 400px;
	float: left;
	padding: 10px;
}
li.esute a {
	display: block;
	width: 400px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	color: #505050;
	background: url(../image/esute.jpg) no-repeat;
}
li.car a {
	display: block;
	width: 400px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	color: #505050;
	background: url(../image/car.jpg) no-repeat;
}
li.water a {
	display: block;
	width: 400px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	color: #505050;
	background: url(../image/water.jpg) no-repeat;
}




/*----------------------------------------------------------------------------------------------------------------------
																													p
----------------------------------------------------------------------------------------------------------------------*/
p.img {
	width: 200px;
	float: right;
	margin-right: 10px;
}
p.map {
	width: 834px;
	height: 300px;
	clear: both;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 50px;
	border: 3px solid #E6E6E6;
}
p.w-club {
	text-align: center;
	background: black;
}
p.both {
	width: 850px;
	clear: both;
	height: 30px;
	margin: 0 auto;
	border-bottom: 3px solid #C8C8C8;
}





/*----------------------------------------------------------------------------------------------------------------------
																										     　　　table
----------------------------------------------------------------------------------------------------------------------*/
table {
	width: 620px;
	margin-left: 5px;
	border: 1px #E3E3E3 solid;
}
th {
	width: 50%;
	height: 35px;
	text-align: left;
	text-indent: 1em;
	font-size: 14px;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	background: #EEEEEE;
	color: #646464;
}
td {
	width: 50%;
	text-align: left;
	text-indent: 1em;
	font-size: 13px;
	font-family: 'Century Gothic';
	color: #505050;
	border-bottom: 1px solid #EEEEEE;
}
