@charset "UTF-8";

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	text-align: center;
}

html { 
	overflow: scroll;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) repeat;
}

table {
	border-collapse: separate;
} 

p { 
	line-height: 1.5em;
} 

img {
	vertical-align: middle;
	border: none;
} 

input { 
	vertical-align: middle;
	color: black;
} 

select { 
	vertical-align: middle;
	color: black;
} 

textarea { 
	color: black;
} 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#container {
	margin: 0px auto;
	width: 800px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url(../images/bg_container.gif) repeat center top;
}

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#header {
	width: 800px;
	height: 100px;
	background: url(../images/bg_header.jpg) no-repeat left top;
}

/* ---------------------------------------- */

div#header div#sitename {
	width: 800px;
	height: 24px;
} 

div#header div#sitename h1 {
	padding: 0px 20px;
	line-height: 24px;
	color: white;
	font-weight: normal;
	text-align: left;
} 

/* ---------------------------------------- */

div#header div#headernavi {
	width: 800px;
	height: 76px;
} 

div#header div#headernavi div#headernavi_image { 
	float: left;
} 

div#header div#headernavi div#headernavi_image img { 
	margin-left: 0px;
	_margin-bottom: -1px;
} 

div#header div#headernavi div#headernavi_text { 
	float: right;
} 

div#header div#headernavi div#headernavi_text p {
	padding: 4px 10px;
	line-height: 1em;
	text-align: right;
	color: white;
} 

div#header div#headernavi div#headernavi_text p a {
	color: white;
} 

div#header div#headernavi div#headernavi_text p a:hover {
	color: white;
} 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#infomation { 
	clear: both;
	width: 800px;
	margin: 0px;
} 

div#infomation img { 
	_margin-top: -1px;
} 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#wrapper {
	clear: both;
	width: 800px;
} 

/* ---------------------------------------- */

div#wrapper div#navi {
	float: left;
	width: 180px;
} 

div#wrapper div#navi ul {
	margin-bottom: 12px;
	_margin-bottom: 6px;
}

div#wrapper div#navi ul li {
	width: 160px;
	height: 48px;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	text-indent: -9877em;
}

div#wrapper div#navi ul li a {
	display: block;
	width: 160px;
	line-height: 48px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	padding-left: 28px;
} 

div#wrapper div#navi ul li a:hover {
	color: #CC0066;

} 

div#wrapper div#navi ul li a.navi_index   { background: url(../images/bg_navi_index.gif  ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_info    { background: url(../images/bg_navi_info.gif   ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_charge  { background: url(../images/bg_navi_charge.gif ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_access  { background: url(../images/bg_navi_access.gif ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_form    { background: url(../images/bg_navi_form.gif   ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_sitemap { background: url(../images/bg_navi_sitemap.gif) no-repeat left center; } 

div#wrapper div#navi ul li a.navi_index:hover   { background: url(../images/bg_navi_index_hover.gif  ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_info:hover    { background: url(../images/bg_navi_info_hover.gif   ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_charge:hover  { background: url(../images/bg_navi_charge_hover.gif ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_access:hover  { background: url(../images/bg_navi_access_hover.gif ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_form:hover    { background: url(../images/bg_navi_form_hover.gif   ) no-repeat left center; } 
div#wrapper div#navi ul li a.navi_sitemap:hover { background: url(../images/bg_navi_sitemap_hover.gif) no-repeat left center; } 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#wrapper div#contents {
	float: left;
	width: 620px;
	margin-bottom: 6px;
	text-align: left;
} 

div#wrapper div#contents h2 {
	margin: 12px 0px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: white;
	text-align: left;
	text-indent: -9877em;
} 

div#wrapper div#contents h2.index {
	background: url(../images/titleh2_index.gif) no-repeat left center;
} 

div#wrapper div#contents h2.info {
	background: url(../images/titleh2_info.gif) no-repeat left center;
} 

div#wrapper div#contents h2.charge {
	background: url(../images/titleh2_charge.gif) no-repeat left center;
} 

div#wrapper div#contents h2.access {
	background: url(../images/titleh2_access.gif) no-repeat left center;
} 

div#wrapper div#contents h2.form {
	background: url(../images/titleh2_form.gif) no-repeat left center;
} 

div#wrapper div#contents h2.sitemap {
	background: url(../images/titleh2_sitemap.gif) no-repeat left center;
} 

div#wrapper div#contents h3 {
	margin-bottom: 12px;
	margin-left: 6px;
	padding: 0px 10px 0px 28px;
	height: 24px;
	line-height: 24px;
	color: #663300;
	font-size: 16px;
	text-align: left;
	background: url(../images/titleh3.gif) no-repeat left center;
} 

div#wrapper div#contents p {
	margin-bottom: 12px;
	padding: 0px 10px 0px 24px;
	text-align: left;
} 

div#wrapper div#contents p a {
	color: #CC0066;
	font-weight: bold;
} 

div#wrapper div#contents p a:hover {
	color: #CC0066;
} 

div#wrapper div#contents ul {
	margin: 0px 10px 12px 36px;
} 

div#wrapper div#contents ul li {
	list-style-type: square;
	line-height: 2em;
	text-align: left;
} 

div#wrapper div#contents ul li a {
	color: #CC0066;
	font-weight: bold;
} 

div#wrapper div#contents ul li a:hover {
	color: #CC0066;
} 

div#wrapper div#contents table { 
	margin: 0px 10px 12px 24px;
} 

/* */

div#wrapper div#contents table.room {
	border: 1px solid #CCCCCC;
	text-align: left;
} 

div#wrapper div#contents table.room th {
	padding: 4px 0px;
	width: 140px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: white;
	background: #737373;
} 

div#wrapper div#contents table.room td {
	padding: 4px;
	text-align: left;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
} 

/* */

div#wrapper div#contents table.time {
	border: 1px solid #CCCCCC;
} 

div#wrapper div#contents table.time th {
	padding: 4px 0px;
	width: 160px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: white;
	background: #737373;
} 

div#wrapper div#contents table.time td {
	padding: 4px 0px;
	width: 160px;
	text-align: center;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
} 

/* */

div#wrapper div#contents table.charge {
	border: 1px solid #CCCCCC;
} 

div#wrapper div#contents table.charge th {
	padding: 4px 0px;
	width: 160px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: white;
	background: #737373;
} 

div#wrapper div#contents table.charge td {
	padding: 4px;
	width: 160px;
	text-align: center;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
} 


/* */

div#wrapper div#contents table.inputform {
	border: 1px solid #CCCCCC;
} 

div#wrapper div#contents table.inputform th {
	padding: 4px;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: white;
	background: #737373;
} 

div#wrapper div#contents table.inputform td {
	padding: 4px;
	text-align: left;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	color: black;
} 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#footer {
	clear: both;
	width: 800px;
	margin: 6px 0px 0px 0px;
}

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#footer div#link {
	text-align: right;
} 

div#footer div#link p {
	margin: 0px 10px;
	padding: 0px 10px;
	color: white;
	height: 24px;
	line-height: 24px;
	text-align: right;
	font-weight: bold;
	background: url(../images/bg_footerlink.gif) no-repeat;
} 

div#footer div#link p a {
	color: white;
} 

div#footer div#link p a:hover {
	color: #FF9900;
} 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#footer div#address {
	text-align: right;
} 

div#footer div#address p {
	padding: 6px 10px;
	color: #737373;
	text-align: right;
} 

div#footer div#address p a {
	color: #CC0066;
	font-weight: bold;
} 

div#footer div#address p a:hover {
	color: #CC0066;
} 

/* ---------------------------------------- */
/*                                          */
/*                                          */
/*                                          */
/* ---------------------------------------- */

div#footer div#copy {
	text-align: right;
	height: 24px;
	background: url(../images/bg_edge_bottom.gif) no-repeat;
} 

div#footer div#copy p {
	padding: 0px 10px;
	line-height: 24px;
	color: white;
	font-weight: bold;
} 
