@charset "utf-8";
/* CSS Document */

body
{
	background:url(../imgs/background.jpg);
	color:#a89b88;
	margin:0 auto;
	padding:0;
	font-family:arial;
	font-size:12px;
}

#container
{
	width:100%;
	margin:0 auto;
	padding:0;
}
#header
{
	width:100%;
	margin:0 auto;
	
}
#header_fixed
{
	height:150px;
	width:1000px;
	margin:0 auto;
	
}
#header_fixed .left
{
	width:200px;
	height:140px;
	float:left;
}

#header_fixed .right
{
	width:780px;
	height:140px;
	float:right;
}
#language
{
	text-align:right; 
	width:143px; 
	float:right; 
	color:#fff; 
	margin:19px 0px 0 0px;
}
#language a
{
	padding:0 6px 0 6px;
	color:#fff;
	text-decoration:underline;
}
#language a:hover
{
	text-decoration:underline;
	color:#c4be00;
}
#menu
{
	float:right;
	width:770px;
	margin-top:60px;
	text-align:right;
}
#menu a
{
	padding:0 13px 0 13px;
	text-decoration:none;
	font-family:"Garamond Premr Pro Smbd", times new roman;
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
}
#menu a.current
{
	color:#fff003;
	font-weight:bold;
}
#menu a:hover
{
	color:#fff003;
}

#banner_fixed
{

	width:1000px;
	margin:0 auto;
	height:380px;
	background-color:#000;
	/*border:#fff 1px solid;*/
}
#banner_fixed .left
{
	width:350px;
	color:#fff;
	float:left;
	padding:10px 20px 10px 30px;
}
#banner_fixed .right
{
	margin:15px 30px 0 0;
	width:532px;
	height:323px;
	float:right;
}
.banner_list
{
	margin-left:15px;
}
.banner_list ul
{
	line-height:2.5em;
	list-style-type: none;
	padding: 0px;
}
.banner_list ul li
{
	background-image: url(../imgs/arrow2.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 14px; 
	padding-top:0px;
}
.banner_list ul li a
{
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.banner_list ul li a:hover
{
	color:#c4be00;
	text-decoration:underline;
	font-weight:bold;
}
.banner_list ul li a.current
{
	color:#d0c703;
	font-weight:bold;
	font-size:18px;
}
.main_list
{
	padding-top:0px;
	height:270px;
}
.main_list ul
{
	line-height:2em;
	list-style-type: none;
	padding: 0px;
	margin-left: 23px;
}
.main_list ul li
{
	background-image: url(../imgs/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 14px; 
	padding-top:0px;
}
.main_list ul li a
{
	font-size:13px; 
	color:#000;
}
.main_list ul li a:hover
{
	color:#ddd803;
	text-decoration:underline;
}
#main
{
	width:1000px;
	margin:0 auto;
	

}
#main_bg
{	
	float:left;
	padding-bottom:3px;
	margin-top:10px;
	background:#fffed3;
	border:#ccc 1px solid;
	width:100%;
}
#main_bg .main_box1
{
	width:400px; 
	background:#fff;
	border:#efefe5 1px solid;  
	margin:5px 3px 5px 5px; 
	float:left;
}
#main_bg .main_box_section
{
	width:690px; 
	background:#fff;
	border:#efefe5 1px solid;  
	margin:5px 3px 5px 5px; 
	float:left;
}
#main_bg .main_box2
{
	width:285px; 
	background:#fff; 
	border:#efefe5 1px solid; 
	margin:5px 3px 5px 5px;
	padding-bottom:35px;
	float:left;
	}
#main_bg .main_box3
{
	width:283px; 
	background:#fff; 
	border:#efefe5 1px solid; 
	margin:5px 3px 5px 5px;
	padding-bottom:35px;
	float:right;
}
#main_bg .main_box3_v2
{
	width:283px; 
	background:#fff; 
	border:#efefe5 1px solid; 
	margin:5px 3px 5px 5px;
	float:left;
}
.image_left
{
	float:left; width:180px; margin:0 10px 10px 0; border:#ccc 1px solid; padding:1px; clear:both;
}
.right_box_content
{
	float:right; width:460px;
}
.submenu_header
{
	font-size:20px; 
	color:#990000; 
	font-weight:bold; 
	padding:10px 10px 8px 20px; 
	margin-bottom:10px;
	border-bottom:#f0f0f0 1px solid;
}
.article_title
{
	font-size:18px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
.article_title a
{
	color:#000;
	text-decoration:none;
}
.article_title a:hover
{
	color:#cfc604;
	text-decoration:underline;
	
}
/*small image*/
.small
{
	width:180px;
	height:121px;
}

/*large image*/
.large
{
	padding:1px;
	border:#ccc 1px solid;
}
.right_img
{
	padding:1px;
	border:#ccc 1px solid;
	margin-top:10px;
	margin-right:3px;
	float:right;
}
#footer
{
	width:1000px;
	margin:0 auto;
	height:25px;
	margin-top:20px;
	font-size:13px;
	margin-bottom:10px;
	padding-top:15px;
	clear:both;
}
#footer .left
{
	float:left;
	width:600px;
}
#footer .left a
{
	color:#fff;
	padding:0 8px 0 8px;}

#footer .left a:hover
{
	color:#c4be00;
	text-decoration:underline;
}
#footer .right
{
	float:right;
	width:390px;
	color:#fff;
	text-align:right;
	padding-right:2px;
}
#button
{
	background-image:url(../imgs/button.jpg); 
	background-repeat:no-repeat;
	width:143px; 
	height:30px; 
	margin-left:20px;
}
#button .text
{
	padding:8px 0px 8px 22px; 
	color:#fff; 
	font-weight:bold;
	text-decoration:none;
}
#button .text a
{
	text-decoration:none;
	color:#fff;
}
#button .text a:hover
{
	text-decoration:none;
	color:#ab6803;
}
#button2
{
	background-image:url(../imgs/button2.jpg); 
	background-repeat:no-repeat;
	width:103px; 
	height:30px; 
	margin-left:20px;
}
#button2 .text2
{
	padding:8px 0px 8px 20px; 
	color:#fff; 
	font-weight:bold;
	text-decoration:none;
}
#button2 .text2 a
{
	text-decoration:none;
	color:#fff;
}
#button2 .text2 a:hover
{
	text-decoration:none;
	color:#ab6803;
}
.more a
{
	color:#e7dd04;
	font-size:11px;
	text-decoration:underline;
}
.link_list
{
	padding-top:0px;
}
.link_list ul
{
	line-height:2em;
	list-style-type: none;
	padding: 0px;
	margin-left: 23px;
}
.link_list ul li
{
	background-image: url(../imgs/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 14px; 
	padding-top:0px;
}
.link_list ul li a
{
	font-size:13px; 
	color:#000;
	font-weight:bold;
}
.main_list ul li a:hover
{
	color:#ddd803;
	text-decoration:underline;
}
.acc_box
{
	padding:0px 10px 10px 20px; color:#000;  
	float:left; 
	clear:both; 
	width:655px;
}
.acc_note
{
	padding:10px 10px 8px 20px; 
	color:#000; 
	border-top:#ececec 1px solid; 
	background:#f9f9f9; 
	font-size:11px;
}
table {
	font: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 320px;
	border-color:#feeba7;
	font-size:13px;
	margin-top:10px;
	}
	
#table_reservation
{
	border:none;
	border-color:#fff;
}
#table_reservation td
{
	border:none;
	border-color:#fff;
}

th {
	padding: 5px;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #feeba7;
	border-bottom: 1px solid #feeba7;
	background: #FFC;
	font-weight:bold;
	font-size:13px;
	}

td {
	border-bottom: 1px solid #feeba7;
	padding: 3px;
	width:150px;
	}

td:first-child {
	width: 190px;
	}

td+td {
	border-left: 0px solid #feeba7;
	}
