@charset "utf-8";

/*--------------------------------------------------

  master css 

	-- INDEX ----

	// font CSS
	// reset CSS

--------------------------------------------------*/


@import "font.css";
@import "reset.css";


/*--------------------------------------------------
					TOP CSS
--------------------------------------------------*/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
body {
	background:#F2EECC;
}
#flashArea {
	width:100%;
	height:616px;
	background:#999;
}
#container {
	background: url(../images/top/bgTop.jpg) repeat-x;
	width:100%;
	height:200px;
	text-align: center;
}
#container #contants {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align:center;
}
#globalNav ul li {
	float:left;
}
#globalNav ul li a {
	height:60px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/top/topGlobalNav.jpg) no-repeat;
}
#globalNav ul li#facilities a {
	width:238px;
	background-position:0 0;
}
#globalNav ul li#seat a {
	width:238px;
	background-position:-238px 0;
}
#globalNav ul li#available a {
	width:238px;
	background-position:-476px 0;
}
#globalNav ul li#access a {
	width:236px;
	background-position:-714px 0;
}
#globalNav ul li#facilities a:hover {
	width:238px;
	background-position: 0 -60px;
}
#globalNav ul li#seat a:hover {
	width:238px;
	background-position:-238px -60px;
}
#globalNav ul li#available a:hover {
	width:238px;
	background-position:-476px -60px;
}
#globalNav ul li#access a:hover {
	width:236px;
	background-position:-714px -60px;
}
#navArea {
	margin-top:10px;
}
#footer {
	float: left;
	width: 450px;
	margin-top:25px;
	text-align: left;
}
#footer ul li {
	float:left;
}
#footer ul li#foot01 a {
	background:url(../images/top/topFootNav01.jpg) no-repeat;
	width:102px;
	height:10px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-right:20px;
}
#footer ul li#foot02 a {
	background:url(../images/top/topFootNav02.jpg) no-repeat;
	width:110px;
	height:10px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#footer address {
	margin-top:29px;
}
#subNav {
	float:right;
	background-color: #D4CC9F;
	border: 1px solid #C6BC8A;
	height: 66px;
	width: 237px;
}
#subNav ul li {
	margin-top:9px;
	_margin-top:8px;
	margin-left:8px;
	_margin-right:8px;

}
#subNav ul li a {
	width:220px;
	height:20px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/top/topSubNav.jpg) no-repeat;
}
#subNav ul li#sub01 a {
	background-position:0 0;
}
#subNav ul li#sub02 a {
	background-position:0 -20px;
}
#subNav ul li#sub01 a:hover {
	background-position:-221px 0;
}
#subNav ul li#sub02 a:hover {
	background-position:-221px -20px;
}

