@charset"utf-8";



*{
	margin:0;
	padding:0;
	text-align:center;
	}

body{
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x; 
	background-color: #FFFFFF;
	font-family: メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"sans-serif;
	}

div#mainbox{
	width: 800px;
	height: 566px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/hotel_02.jpg);
	background-position: top center;
	background-repeat:no-repeat; 
	}


span.shima_copy{
	display: block;
	width: 360px;
	margin-left: 25px;
	padding: 80px 0 0 0;
	font-size: 11px;
	line-height: 140%;
	text-align:left;
	}


div#classic{
	width: 397px;
	height: 150px;
	float: left;
	margin: 386px 0 0 2px;
	}


div#classic a{
	width: 397px;
	height: 150px;
	display: block;
	background-image:url(../images/btn_1.jpg);
	background-repeat:no-repeat; 
	text-decoration:none;
	color:#5C5C5C;
	text-align:left;
	}

div#classic a:hover{
	width: 397px;
	height: 150px;
	display: block;
	background-image:url(../images/btn_over_1.jpg);
	background-repeat:no-repeat; 
	text-decoration:none;
	background-position: bottom;
	color:#5C5C5C;
	cursor: pointer;
	}


div#baysuites{
	width: 397px;
	height: 150px;
	float: right;
	margin: 386px 2px 0 0;
	}


div#baysuites a{
	width: 397px;
	height: 150px;
	display: block;
	background-image:url(../images/btn_2.jpg);
	background-repeat:no-repeat; 
	text-decoration:none;
	color:#5C5C5C;
	text-align:left;
	cursor: pointer;
	}


div#baysuites a:hover{
	width: 397px;
	height: 150px;
	display: block;
	background-image:url(../images/btn_over_2.jpg);
	background-repeat:no-repeat; 
	background-position: bottom;
	color:#5C5C5C;
	}

div#link_box{
	width: 40%;
	float: left;
	margin: 8px 0 0 10px;;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: left;
	}


div#link_box a:link{
	text-decoration:none;
	color:#E4E4F7;
	}


div#link_box a:visited{
	text-decoration:none;
	color:#E4E4F7;
	}


div#link_box a:hover{
	text-decoration:none;
	color:#E82929;
	}


div#link_box a:active{
	text-decoration:none;
	color:#C2C2D1;
	}


div#copylight_box{
	width: 45%;
	float: right;
	margin: 8px 5px 0 0;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: right;
	}



