﻿@charset "utf-8";

body {
	background-color: #FFFFFF;
}
#page {
	width: 1024px;
	margin: auto;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* -------------------ヘッター ---------------------- */
#header {
	width: 1024px;
	height: 68px;
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_inner {
	padding: 10px 92px 29px 92px;
}
#header h1 {
	float: left;
	text-indent: -3333px;
}
#header p {
	width: 162px;
	height: 23px;
	float: right;
	background-image: url(../images/sitemap.gif);
	background-repeat: no-repeat;
}
a.sMap {
	display: block;
	width: 162px;
	height: 23px;
	text-indent: -3333px;
}
/* -------------------グローバルナビゲーション ---------------------- */
ul#gNav li {
	float: left;
	width: 110px;
	height: 47px;
	overflow: hidden;
}
ul#gNav li a {
	display: block;
	width: 110px;
	height: 47px;
	text-indent: -3333px;
}
ul#gNav li a:hover {
	display: block;
	width: 110px;
	height: 47px;
	text-indent: -3333px;
}
ul#gNav li.home a {background: url(../images/gnavi.gif) 0px 0px;
}
ul#gNav li.info a {background: url(../images/gnavi.gif) -110px 0px;
}
ul#gNav li.gallery a {background: url(../images/gnavi.gif) -220px 0px;
}
ul#gNav li.access a {background: url(../images/gnavi.gif) -330px 0px;
}
ul#gNav li.contact a {background: url(../images/gnavi.gif) -440px 0px;
}
ul#gNav li.member a {background: url(../images/gnavi.gif) -550px 0px;
}

ul#gNav li.home a:hover {background: url(../images/gnavi_hover.gif) 0px 0px;
}
ul#gNav li.info a:hover {background: url(../images/gnavi_hover.gif) -110px 0px;
}
ul#gNav li.gallery a:hover {background: url(../images/gnavi_hover.gif) -220px 0px;
}
ul#gNav li.access a:hover {background: url(../images/gnavi_hover.gif) -330px 0px;
}
ul#gNav li.contact a:hover {background: url(../images/gnavi_hover.gif) -440px 0px;
}
ul#gNav li.member a:hover {background: url(../images/gnavi_hover.gif) -550px 0px;
}

ul#gNav li.home a.on {background: url(../images/gnavi_hover.gif) 0px 0px;
}
ul#gNav li.info a.on {background: url(../images/gnavi_hover.gif) -110px 0px;
}
ul#gNav li.gallery a.on {background: url(../images/gnavi_hover.gif) -220px 0px;
}
ul#gNav li.access a.on {background: url(../images/gnavi_hover.gif) -330px 0px;
}
ul#gNav li.contact a.on {background: url(../images/gnavi_hover.gif) -440px 0px;
}
ul#gNav li.member a.on {background: url(../images/gnavi_hover.gif) -550px 0px;
}
/* -------------------フッター ---------------------- */
#footer {
	width: 900px;
	height: 32px;
	margin: auto;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer p {
	color: #ffffff;
	padding-top: 5px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-align: center;
}