/*base
----------------------------------------------------------------*/
body {
	width: 100%;
	background-image: url(../image/back.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: center;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	position: relative; /* IE6 has problem */
	}

#wrap {
	width: 871px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

ul,li{
	margin:0;
	padding:0;
	list-style-type: none;
	text-decoration: none;
}

/*header
----------------------------------------------------------------*/
#header { 
	background: url(../image/header-back.gif);
	background-repeat: repeat-y;
	width: 871px;
	height: 99px;
	margin: 0px;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 46px;
	width: 210px;
	top: 30px;
	left: 11px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/logo.gif) no-repeat;
	position: relative;
}

.hmenu {
	float:right;
	height: 10px;
	width: 140px;
	position: relative;
	top: 30px;
}

.hmenu .hmenu1 a {
	height: 10px;
	width: 40px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/mail.gif) no-repeat;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.hmenu .hmenu2 a {
	height: 10px;
	width: 62px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/weather.gif) no-repeat;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.hmenu a:hover {
	background-position: 0px -10px;
}

/*menu & TopFhlsh
----------------------------------------------------------------*/
#top-menubox {
	background: url(../image/menu-back.gif);
	width: 871px;
	height: 340px;
	margin: 0px;
}

#menu-list {
	width: 220px;
	height: 280px;
	float: left;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

html>body #menu-list {
	width: 220px;
	height: 280px;
	float: left;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
}

.contens {
	height: 49px;
	width: 220px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/menu.gif) no-repeat;
	display: block;
}

#menu-list .menu1 a {
	height: 46px;
	width: 220px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/facility-b.gif) no-repeat;
	display: block;
}

#menu-list .menu2 a {
	height: 46px;
	width: 220px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/restaurant-b.gif) no-repeat;
	display: block;
}

#menu-list .menu3 a {
	height: 46px;
	width: 220px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/price-b.gif) no-repeat;
	display: block;
}

#menu-list .menu4 a {
	height: 46px;
	width: 220px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/reservation-b.gif) no-repeat;
	display: block;
}

#menu-list .menu5 a {
	height: 46px;
	width: 220px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/access-b.gif) no-repeat;
	display: block;
}

#menu-list a:hover {
	background-position: 0px -46px;
}

#top-flash {
	width: 624px;
	height: 340px;
	overflow: hidden;
	float: right;
}

/*contens
----------------------------------------------------------------*/

/* IE6以下用ハック　*/
#top-contensbox {
	width: 871px;
	height: auto;
	margin: 0px;
	padding-bottom: 30px;
	background-image: url(../image/contens-back.gif);
	background-repeat: repeat-y;
}

/* その他用　*/
html>body #top-contensbox {
	width: 871px;
	height: auto;
	overflow: auto;
	margin: 0px;
	padding-bottom: 30px;
	background-image: url(../image/contens-back.gif);
	background-repeat: repeat-y;
}

#contens-left {
	width: 432px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	float:left;
}

#welcome {
	margin: 0px;
	padding-right: 25px;
	padding-left: 32px;
	float:left;
	line-height: 150%;
}

#welcome h2 {
	margin: 0;
	padding: 0;
	height: 46px;
	width: 374px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/welcome.gif) no-repeat;
}

#welcome h3 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #6F0000;
}

#welcome h4 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #9DA3B7;
}

#news {
	width: 375px;
	display: block;
	margin-top: 30px;
	padding-left: 32px;
	float:left;
}

#news h2 {
	margin: 0;
	padding: 0;
	height: 12px;
	width: 400px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/news.gif) no-repeat;
}

.news {
	padding-left: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#news .line1 {
	height: 2px;
	width: 400px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/line1.gif) no-repeat;
	margin: 0px;
	padding:0px;
}

#contens-right {
	float:right;
	width: 347px;
	height: auto;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#livecamera {
	height: 180px;
	width: 343px;
	border: 1px solid #89745C;
	float:left;
	background: url(../image/live-back.gif) repeat-y;
}

#livecomment {
	height: 100%;
	width: 126px;
	float:left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#livecamera h2 {
	height: 33px;
	width: 116px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-indent: -500px;
	float:left;
	background: url(../image/snap_photo.png) no-repeat;
}

#g_report a {
	height: 39px;
	width: 126px;
	float:left;
	padding: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -500px;
	overflow: hidden;
	background: url(../image/g_report.gif) no-repeat;
	display: block;
}

#phototitle {
	height: 20px;
	width: 186px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-indent: -500px;
	float:right;
	background: url(../image/phototitle.gif) no-repeat;
}

#livephoto {
	height: 150px;
	width: 200px;
	float:right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#link-button {
	width: 345px;
	float:left;
	padding: 0px;
	margin-top: 20px;
}

#link-button .plan {
	padding: 0px;
	margin: 0px;
	float:left;
}

#link-button .facebook {
	padding: 0px;
	margin: 0px 0px 0px 18px;
	float:left;
}

#link-button .blog {
	padding: 0px;
	margin: 0px;
	float:left;
}

#link-button .links {
	padding: 0px;
	margin: 0px 0px 0px 18px;
	float:left;
}

#link-button .plan a {
	height: 117px;
	width: 103px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/plan-b.gif) no-repeat;
	display: block;
}

#link-button .facebook a {
	height: 117px;
	width: 103px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/facebook-b.gif) no-repeat;
	display: block;
}

#link-button .blog a {
	height: 117px;
	width: 103px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/blog-b.gif) no-repeat;
	display: block;
	margin-right: 18px;
	margin-left: 18px;
}

#link-button .links a {
	height: 117px;
	width: 103px;
	overflow: hidden;
	text-indent: -500px;
	background: url(../image/links-b.gif) no-repeat;
	display: block;
}

#link-button a:hover {
	background-position: 0px -117px;
}


/*footer
----------------------------------------------------------------*/

#footer {
	height: 40px;
	width: 100%;
	overflow: hidden;
	clear:both;
	text-align: center;
	background: url(../image/footer-back.gif) repeat-x;
}

#footer-img {
	height: 40px;
	width: 871px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear:both;
	text-align: center;
	background: url(../image/footer.gif);
}

#footer-img .address {
	font-size: 12px;
	color: #FFFFFF;
	float:left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#footer-img .copyrigt {
	font-size: 9px;
	color: #FFFFFF;
	float:left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
