@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-color: #ffffff;
	background-image: url(higaeri_image/higaeri_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	width: 780px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#header {
	height: 140px;
	padding-bottom: 0;
	background-color: #ffffff;
	background-image: url(higaeri_image/higaeri_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.higaeri_title {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(higaeri_image/higaeri_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	margin-top: 10px;
	padding-left: 55px;
}
#header a:link {
	color: #ffffff;
	text-decoration: underline;
}
#header a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 16px;
	padding: 20px 0 0 80px;
	color: #666600;
	font-weight: bold;
}
.hed_kakomi {
	width: 380px;
	font-size: 12px;
	color: #454545;
	line-height: 16px;
	margin: 15px 0 0 20px;
	padding: 0;
	font-weight: bold;
}
#mainContent {
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	letter-spacing: 0.1em;
	margin: 0 20px;
	font-size: 13px;
	line-height: 20px;
}

/* テーブルの幅　日帰りindex */
.hyou1 {
	width: 130px;
}
.hyou2 {
	width: 220px;
}
.hyou3 {
	width: auto;
}
