@charset "utf-8";
body {
	background-image:url(../img/back.gif);
	background-repeat:repeat-y;
	background-color:#FFF9F6;
	background-position:center;
	text-align:center;
}

a{
	color:#0000FF;
	}

a:hover{
	color:#FF0000;
	}	


a:hover img{
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=60);
} 	


#menubox {
	width:800px;
	height:60px;
	background-image: url(../img/link_back.gif);
	background-repeat: repeat-x;
}

#globalMenu{
	list-style-type:none;
	width:800px;
	height:60px;
	float:left;
	margin:0;
	padding:0;
	}

#globalmenu ul {
    margin:0;
    padding: 0;
	float:left;
}
#globalMenu li {
    list-style-type: none;
    margin:0;
    padding: 0;
	float:left;
}

	
#globalMenu li a{
	width: 100px;
    height:45pt;
    display:block;
    padding:0px;
	margin:0;
    overflow:hidden;
	float:left;
	background:url(../img/menu.jpg) no-repeat;
	text-indent:-9999px;
}


#globalMenu li#index a{
	background-position:0px 0px;
	}	
	
#globalMenu li#index a:hover{
	background-position:0px -61px;
	}


#globalMenu li#room a{
	background-position:-101px 0px;
	}	
	
#globalMenu li#room a:hover{
	background-position:-101px -61px;
	}
	
#globalMenu li#bath a{
	background-position:-201px 0px;
	}	
	
#globalMenu li#bath a:hover{
	background-position:-201px -61px;
	}
	
#globalMenu li#meal a{
	background-position:-301px 0px;
	}	
	
#globalMenu li#meal a:hover{
	background-position:-301px -61px;
	}	
	
#globalMenu li#price a{
	background-position:-401px 0px;
	}	
	
#globalMenu li#price a:hover{
	background-position:-401px -61px;
	}
	
#globalMenu li#reserve a{
	background-position:-501px 0px;
	}	
	
#globalMenu li#reserve a:hover{
	background-position:-501px -61px;
	}	
	
#globalMenu li#access a{
	background-position:-601px 0px;
	}	
	
#globalMenu li#access a:hover{
	background-position:-601px -61px;
	}

#globalMenu li#board a{
	background-position:-701px 0px;
	}	
	
#globalMenu li#board a:hover{
	background-position:-701px -61px;
	}			
	
	
#header {
	background-image: url(../img/headerimage.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
}

#header h1{
		text-indent:-9999px;
		}

#header #utility {
	color: #FFFFFF;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#header ul#utility li a {
	color: #ffffff;
	text-decoration: none;
	margin-right:5px;
}
#header ul#utility li a:hover {
	color: #0a3359;
	text-decoration: underline;
}


#page {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#site {
	margin: 0px;
	width: 800px;
	padding-bottom:10px;
}

#footer {
	background-image: url(../img/footer.gif);
	margin: 0px;
	width: 800px;
	height: 70px;
	background-repeat: repeat-x;
	text-align: center;
	color:#FFFFFF;
	clear: both;
}
#footer #textnav {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:3px;
}

#footer ul#textnav li {
	display: inline;
}

#link a,
#footer a {
	color: #000080;
}

#link a:hover,
#footer a:hover {
	color: #FF6633;
	text-decoration: underline;
}
#footer address {
	font-style: italic;
	color: #808080;
	margin-top: 7px;
}
#important {
	font-size: 24px;
	color: #2A3F00;
	font-weight: bolder;
}
.date {
	color: #D41F55;
}
.date2 {
	color: #6633CC;
}

h2 {
	font-family: "HGS教科書体";
	font-size: 20px;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

