/*共通設定*/
body{
	margin:0;
	background-image: url(images/body_background.gif);
	color:#000;
	line-height:110%;
	font-size:12px;
}

a{
	background-repeat: no-repeat;
}

html{
overflow-y: scroll;
}
/*body {
	background-image: url(images/body_background.gif);
}
*/


h1,h2,h3,h4,h5,h6, p{
margin:0 0 10px;
}

img {
border:0;
}


/*上部メニューロールオーバー*/
/*一段目*/
ul#menu{
    list-style:none;
    width:100%;
	padding:0px;
	margin:0px;
}
ul#menu li{
    list-style:none;
    float:left;
	margin:14px 0 0 4px ;
}
ul#menu a.sitemap{
    display:block;
    width:93px;
    height:17px;
    text-indent:-500px;
    overflow:hidden;
}
ul#menu a.info{
    display:block;
    width:90px;
    height:17px;
    text-indent:-500px;
    overflow:hidden;
	margin:0 0 0 3px;
}
ul#menu a.guide{
    display:block;
    width:70px;
    height:17px;
    text-indent:-500px;
    overflow:hidden;
	margin:0 0 0 3px;
}
ul#menu a.policy{
    display:block;
    width:143px;
    height:17px;
    text-indent:-500px;
    overflow:hidden;
}
ul#menu a.small{
    display:block;
    width:20px;
    height:17px;
    text-indent:-500px;
    overflow:hidden;
	margin:0 0 0 110px;
}
ul#menu a.big{
    display:block;
    width:20px;
    height:17px;
    text-indent:-500px;
    overflow:hidden;
}
a.sitemap{
    background-image: url(images/button_01.gif);
}
a:hover.sitemap{
    background-position:0px -18px;
}
a.info{
    background-image: url(images/button_02.gif);
}
a:hover.info{
    background-position:0px -18px;
}
a.guide{
    background-image: url(images/button_03.gif);
}
a:hover.guide{
    background-position:0px -18px;
}
a.policy{
    background-image: url(images/button_04.gif);
}
a:hover.policy{
    background-position:0px -18px;
}
a.small{
    background-image: url(images/button_05.gif);
}
a:hover.small{
    background-position:0px -17px;
}
a.big{
    background-image: url(images/button_07.gif);
}
a:hover.big{
    background-position:0px -17px;
}



/*二段目*/
ul#menu2{
    list-style:none;
    width:100%;
	padding:0px;
	margin:0px;
}
ul#menu2 li{
    list-style:none;
    float:left;
	margin:0px 0 0 2px ;
}


ul#menu2 a.top{
    display:block;
    width:130px;
    height:23px;
    text-indent:-500px;
    overflow:hidden;
	margin:0 1px 0 4px ;
}
ul#menu2 a.leaf{
    display:block;
    width:130px;
    height:23px;
    text-indent:-500px;
    overflow:hidden;
}
ul#menu2 a.event{
    display:block;
    width:130px;
    height:23px;
    text-indent:-500px;
    overflow:hidden;
}
ul#menu2 a.floor{
    display:block;
    width:130px;
    height:23px;
    text-indent:-500px;
    overflow:hidden;
}
ul#menu2 a.pool{
    display:block;
    width:130px;
    height:23px;
    text-indent:-500px;
    overflow:hidden;
}
a.top{
    background-image: url(images/button_08.gif);
}
a:hover.top{
    background-position:0px -27px;
}
a.leaf{
    background-image: url(images/button_09.gif);
}
a:hover.leaf{
    background-position:0px -27px;
}
a.event{
    background-image: url(images/button_10.gif);
}
a:hover.event{
    background-position:0px -27px;
}
a.floor{
    background-image: url(images/button_11.gif);
}
a:hover.floor{
    background-position:0px -27px;
}
a.pool{
    background-image: url(images/button_12.gif);
}
a:hover.pool{
    background-position:0px -27px;
}



.menu_box{
	width:680px
}


/*各種設定*/
/*what's new*/
.whatsnew{
	font-size:80%;
	font-color:#666666;
	padding:7px 5px 0 5px;
	background:white;
	border:1px solid #999999;
}
.whatsnew_date{
	font-weight:bold;
	padding:0 5px 0 5px;
	background-position: center;
}
/*コンテンツ周り*/

#main{

    margin-top: 5px:
 	margin-left: 5px;
 	margin-width: 500px;

}

#main_event{

    margin-top: 0px:
 	margin-left: 0px;
 	margin-width: 500px;

}

#content_event{
	margin:0px 5px 10px 0px;
	width:810px;
}

#menu3{
	/*margin-left:505px;*/
	margin-left:600px;/*IE8、firefox、safariでのズレを回避　修正日091126*/
}


#menu3_event{
	margin-left:800px;
}

/*フロア写真*/
.floor_image{
	padding:30px 0 0 20px;
}
line_height_event {
	line-height: 35%;
}
.floor_guide {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	text-align:center;
}
.floor_guide_desc {
	font-size: 80%;
	text-align:left;
	line-height:140%;
}
.brand_name {
	font-size: 80%;
	text-align:left;
}

/*081010ジャイアンツセール　宮本追加*/
.hokkai01{
	margin:0px;
}

/*081016トップバナーリンク　宮本追加*/
.topbanner_01{
	/*position:relative;
	top:0px;
	bottom:0px;*/
	z-index:0;
	width:844px;
	/*height:405px;*/
}
.topbanner_02{
	z-index:1;
	/*position:relative;
	left:250px;
	top:-190px;*/
	/*width:231px;
	height:66px;
	margin:-190px 0 0 250px;*/
	

}