@charset "utf-8";

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

body {
	font: 100% "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3", verdana, Osaka, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #584332;
}

#container {
	position: relative;
	width: 800px;
	padding: 0 40px 40px;
	margin: 0 auto;
	background: #584332 url("../images/bg.jpg") top center repeat-y;
}

#header_top {
	position: relative;
	border-bottom: 2px solid #F99;
}

#header_button {
	position: absolute;
	left: 570px;
	top: 25px;
}

#header_title {
	width: 762px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.header_wide_button {
	width: 730px;
	margin: 0 auto;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.mr10 {
	margin-right: 10px;
}

.mr30 {
	margin-right: 34px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

#footer {

	font-size:100%;

	width: 100%;
	min-height: 80px;
	border-top: 2px solid #999;
	background: #fffdfa url(../../images/common/footer_bg.gif) repeat-x left top;
	background: url(../../images/common/footer_bg.png) repeat-x left top;
}

#copyrightVer2 {
	width: 872px;
	height: 35px !important;
	margin: 0 auto;
	background: url(../images/copyright_2.gif) no-repeat scroll center top;
}

#copyrightVer2 p {
	display: none;
}

#floorAll,
#floorMap {
	width: 723px;
	margin: 80px auto 40px;
}

#floorAll ul {
	width: 800px;
}

#floorAll li {
	float: left;
	width: 371px;
	height: 260px;
	margin-bottom: 60px;
}

#floorAll li:nth-child(odd) {
	margin-right: 10px;
}

#floorInfo{
	position:relative;
	width: 723px;
	margin: 40px auto 0px;
}

#floorNav{
	position:absolute;
	width:385px;
	right:0;
	top:60px;
	margin: 0 0 20px;
}

#commonGuide {
	width: 723px;
	margin: 0 auto 20px;
}

#commonGuide #legend {
	margin-bottom: 20px;
}