/* CSS Document */
/*-----------------------------------------
base
*/
body {
	margin: 0px;
	/*background-color: #699DCD;*/
	color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
	width: 900px;
	margin: auto;
}
.body_wrapper {
	margin: auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.cleaning {
	clear: both;
}
/*-----------------------------------------
header
*/
.header {
	margin-bottom: 10px;
}
.menu_contents {
	font-size: 14px;
	font-weight: bold;
	background-color: #80CFDC;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	text-align: center;
}
.menu_contents a:link, .menu_contents a:visited {
	font-size: 14px;
	font-weight: bold;
	background-color: #80CFDC;
	color: #000000;
	text-decoration: none;
	display:block;
}
.menu_contents a:hover, .menu_contents a:active {
	font-size: 14px;
	font-weight: bold;
	background-color: #006C7B;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
.rightbox_header {
	clear: both;
	float: right;
}
.bg_index {
	background-color: #FFFFFF;
	margin: auto;
	width: 900px;
	background-image: url(../images/border_mid.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg_flash {
	background-color: #699DCD;	
}

.bg_shadow {
	background-image: url(../images/border_mid.gif);
	background-repeat: repeat-y;
	margin: auto;
	width: 900px;
	background-position: center center;
}

.index_list {
	text-align: center;
	margin-top: 5px;
}
.header_contents {
	padding-bottom: 10px;
}
/*-----------------------------------------
images
*/
.img_index {
	margin: 5px;
}
.img_contents {
	margin-bottom: 5px;
}
.img_index_newsletter {
	margin-top: 50px;
	margin-bottom: 5px;
}
.img_index_footer {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.img_index_footer a:link, .img_index_footer a:visited {
	color: #666666;
	text-decoration: none;
}
.img_index_footer a:hover, .img_index_footer a:active {
	color: #000000;
	text-decoration: underline;
}
.index_caption {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.index_caption a:link, .index_caption a:visited {
	color: #999999;
	text-decoration: none;
}
.index_caption a:hover, .index_caption a:active {
	color: #000000;
	text-decoration: underline;
}

/*-----------------------------------------
contents_img
*/
.contents {
}
.contents_main {
	margin-right: 15px;
	margin-left: 15px;
}
.contents_border_bottom {
	background-image: url(../images/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.contents_border_top {
	background-image: url(../images/border_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
.contents_title {
	font-size: 30px;
	font-weight: bold;
	color: #07408A;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 12px;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	background-image: url(../images/title_border.gif);
	background-repeat: no-repeat;
}
.contents_title_bookonline {
	font-size: 30px;
	font-weight: bold;
	color: #07408A;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 12px;
	margin-right: 20px;
	margin-left: 20px;
	height: 100%;
	background-image: url(../images/title_border_bookonline.gif);
	background-repeat: no-repeat;
}

.contents_textbox {
	margin-bottom:20px;
}
.contents_textbox_bookonline {
	margin-bottom:20px;
}
.contents_text {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
}
.contents_text_bookonline {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-top: 15px;
	margin-bottom: 20px; 
	margin-left: 50px;
}
.sidemenu_title {
	background-color: ;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 3px;
	background-color: #07408A;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
.sidemenu_textbox {
	background-color:#FFFFFF;
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidemenu_text {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	line-height: 140%;
	background-image: url(../images/sidemenu_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 1px;
}
.contents_text_right {
	text-align: right;
}
.contents_left_booking {
	float: left;
	padding-top: 5px;
	padding-left:5px;
	width:170px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #99CCCC;
}

.rightbox_bookonline {
	clear: both;
	float: right;
}
/*-----------------------------------------
table
*/

.table_text {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.table_title_contact {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.table_text_contact {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/*-----------------------------------------
footer
*/
.footer {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.footer_text {
	padding-left: 10px;
	font-size: 12px;
	line-height: 140%;
}
.rightbox_footer {
	clear: both;
	float: right;
	margin-right: -15px;
	margin-top: -50px;
}
.leftbox_footer {
	clear: both;
	float: left;
	margin-top: -100px;
	margin-left: 10px;
}
/*-----------------------------------------
GoogleMap
*/
#maplist {
	width: 355px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#maplist a:link, #maplist a:visited {
	display: block;
	margin-top: 2px;
	padding: 2px 2px 2px 10px;
	background-color: #99C2FF;
	text-decoration: none;
	color: #07408A;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066FF;
}
#maplist a:hover, #maplist a:active {
	margin-top: 2px;
	padding: 2px 2px 2px 10px;
	background-color: #0066FF;
	text-decoration: none;
	color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066FF;
}
.gmap_title {
	font-weight: bold;
	font-size: 14px;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #07408A;
}
.gmap_desc {
	font-size: 12px;
	width: 250px;
	line-height: 140%;
}
.gmap_desc img {
	float: left;
	padding: 0 5px 0 0;
	width: 80px;
}
.gmap_link {
	clear: both;
	text-align: right;
	font-size: 11px;
}
