@charset "utf-8";

/*-----------------------------------------------
全体的なルール
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:  url(../images/body_bg.gif) repeat-y center top;
	height: 100%;
	font-size: 12px;
	color: #333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
}
img {
	border:0;
}
a {
	color: #027abb;
	text-decoration:none;
}
a:visited {
	color: #027abb;
}
a:hover {
	color: #ff6633;
}

/*-----------------------------------------------
 __wrapper
-----------------------------------------------*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align:left;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	width: 100%;
	height: 80px;
	background: url(../images/header_bg.gif) left top no-repeat;
}

#header_logo {
	margin: 0;
	padding-top: 21px;
	padding-left: 92px;
	padding-bottom: 0px;
}
#header_logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px  !important;
	height /**/: 33px;
	padding-top: 33px;
	background: url(../images/header_logo.gif) left top no-repeat;
}

/*-----------------------------------------------
 __トップバーのロールオーバー
-----------------------------------------------*/
#globalNav {
	top: 0px ;
	margin-left: 534px ;
	width: 336px;
	height: 26px;
	list-style-type: none;
}
#globalNav li {
	float: left;
	width: 112px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px  !important;
	height /**/:26px;
	padding-top: 26px;
	background-image: url(../images/menu.gif);
}

#nav01 a { background-position:  0			0px; }
#nav02 a { background-position: -112px		0px; }
#nav03 a { background-position: -224px		0px; }

#nav01 a.stay { background-position:  0			-26px; }
#nav02 a.stay { background-position: -112px		-26px; }
#nav03 a.stay { background-position: -224px		-26px; }

#nav01 a:hover { background-position:  0			-26px; }
#nav02 a:hover { background-position: -112px		-26px; }
#nav03 a:hover { background-position: -224px		-26px; }



/*-----------------------------------------------
 __contener_wrapper
-----------------------------------------------*/
#contener_wrapper {
	width: 900px;
	text-align: center;
}

/*-----------------------------------------------
 __contener
-----------------------------------------------*/
#contener {
	width: 858px;
	margin: 0 auto;
	text-align:left;
	background: #ffffff url(../images/sub_bg.gif) repeat-y center top;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
	width: 840px;
	height: 400px;
	margin: 0;
	padding: 9px 0 9px 9px;
}

/*-----------------------------------------------
 __sub
------------------------------------------*/
#sub {
	float:left;
	width: 678px;
	padding-bottom: 9px;
}

/*-----------------------------------------------
 __map
------------------------------------------*/
#map {
	float:left;
	width:340px;
	height: 300px;
	padding-left: 9px;
}

/*-----------------------------------------------
 __video
------------------------------------------*/
#video {
	float:right;
	width:320px;
}

/*-----------------------------------------------
 __mark
------------------------------------------*/
#mark {
	float:right;
	width:162px;
	height: 300px;
	padding-right: 9px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer {
	clear:both;
	height: 30px;
	background: #ffffff url(../images/footer_bg.gif) repeat-x center top;
}
#footer p#copyright {
	text-align:center;
	font-size:90%; 
	_font-size:x-small; /****** == for IE6 == ******/
	height: 30px;
	line-height: 30px;
}


/*-----------------------------------------------
 __other-page
-----------------------------------------------*/
#other-page {
	width: 858px;
	margin: 0 auto;
	padding:9px;
}
/*-----------------------------------------------
 __other-page-sub
-----------------------------------------------*/
#other-page-sub {
	width: 840px;
	background: #ffffff;
	text-align:center;
}

#other-page-sub p {
	padding: 40px;
	line-height: 170%;
	text-align:left;
}

