@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-color:#ccCCcc;
	background-image:url(../image/bg.jpg);
}

* {
	margin:0;
	padding:0;
}

a {
	outline-width:0;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
.ph {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style:none;
}
li {
}

#wrapper {
	text-align:center;
}
#main {
	text-align:left;
	margin:32px auto 0 auto;
	border:1px solid #333366;
	width:800px;
	background-color:#ffFFff;
}

#content_header {
	background:transparent url(../image/header.jpg) no-repeat scroll left top;
	height:112px;
	overflow:hidden;
}
h1 {
	font-size:75%;
	position:absolute;
	left:50%;
	top:0;
	margin-left: -380px;
	padding-top:36px;
}
#content_header .header_logo {
	float:left;
	padding:16px 0 0 20px;
	width:220px;
}
#content_header .header_logo a strong{
	background:transparent url(../image/logo.gif) no-repeat scroll left top;
	cursor:pointer;
	display:block;
	height:80px;
	text-indent:-9999px;
	width:200px;
}
#content_header .header_function {
	float:right;
	padding:4px 4px 0 0;
}
#content_header .header_function ul {
}
#content_header .header_function ul li {
	float:left;
	margin:2px 0;
	padding:0 6px;
	background:transparent url(../image/header_func_bar.gif) no-repeat scroll left center;
}
#content_header .header_function ul li.first {
	background-image:none;
}
#content_header .header_function ul li a {
	color:#333366;
	font-weight:bold;
	text-decoration:none;
}
#content_menu {
	background:transparent url(../image/menu_bg.jpg) no-repeat scroll left top;
	height:56px;
	overflow:hidden;
	border-bottom:2px solid #333366;
}
#content_menu ul {
	margin-top:4px;
	margin-left:144px;
}
#content_menu ul li {
	float:left;
	width:103px;
	height:16px;
	padding:0;
	background:transparent url(../image/menu_list_bg.gif) no-repeat scroll left center;
}
#content_menu ul li a {
	display:block;
	width:100px;
	height:16px;
	background-repeat:none;
	text-indent:-9999px;
	background-image:url(../image/menu_all.gif);
	margin-left:1px;
}
#content_menu ul li a.menu_room {
	background-position:0 0;
}
#content_menu ul li a.menu_room:hover {
	background-position:0 -16px;
}
#content_menu ul li a.menu_menu {
	background-position:-100px 0;
}
#content_menu ul li a.menu_menu:hover {
	background-position:-100px -16px;
}
#content_menu ul li a.menu_info {
	background-position:-200px 0;
}
#content_menu ul li a.menu_info:hover {
	background-position:-200px -16px;
}
#content_menu ul li a.menu_map {
	background-position:-300px 0;
}
#content_menu ul li a.menu_map:hover {
	background-position:-300px -16px;
}
#content_menu ul li a.menu_reserve {
	background-position:-400px 0;
}
#content_menu ul li a.menu_reserve:hover {
	background-position:-400px -16px;
}
#content_footer {
	clear:both;
	height:20px;
	background:transparent url(../image/footer.jpg) no-repeat scroll left top;
	overflow:hidden;
}
#content {
	background-color:#ffFFff;
	border-bottom:2px solid #333366;
	width:100%;
}
#content .subtitle {
	background:transparent url(../image/subtitle_bg.jpg) no-repeat scroll left top;
	margin-bottom:8px;
}
#content .subtitle .st_caption {
	height:20px;
	text-indent:-9999px;
}

#content_footer .footer_link {
	padding:4px 0 0 8px;
	font-size:85%;
}
#content_footer .footer_link a {
	color:#ffFFff;
	text-decoration:none;
}

.footer_navi {
	color:#bbbbbb;
	font-size:85%;
}
.footer_navi a {
	color:#bbbbbb;
	text-decoration:none;
}
