@charset "utf-8";
/* CSS Document */

body
	{
		margin: 0;
		padding: 0;
		font: 95% arial, hevetica, sans-serif;
		/*text-align: center;*/
		color:#666;
		/*
		background-color: #D6D6D6;
		*/
	}
	
	a:link 
	{ 
		color: #ea9611;
		text-decoration:none;
	}
	a:visited 
	{ 
		color: #ea9611; 
		text-decoration:none;
	}
	
	img{
		border-style:none;	
	}
	
	a:hover
	{
		color: #52c448;
		text-decoration:none;
	}
	
	a:active
	{
		color: #52c448;
		text-decoration:none;
	}
	
	.ol
	{
		background: url(images/ol.bmp) top left no-repeat;
		
	}
	.or
	{
		background: url(images/or.bmp) top right no-repeat;
	}
	.ul
	{
		
		background: url(images/ul.bmp) bottom left no-repeat; 
	}
	.ur
	{
		background: url(images/ur.bmp) bottom right no-repeat;
	}
	
	.t {background: url(images/dot.bmp) 0 0 repeat-x;}
	.b {background: url(images/dot.bmp) 0 100% repeat-x}
	.l {background: url(images/dot.bmp) 0 0 repeat-y}
	.r {background: url(images/dot.bmp) 100% 0 repeat-y}
	
	#container
	{
		margin: 1em auto;
		width: 920px;
		/*text-align: left;
		
		background-color: red;
		border: 1px solid black;
		*/
	}
	.align-center
	{
		text-align:center;
		}
	#header
	{
		height: 110px;
		/*background-color: fuchsia;
		background-image:url(images/logo_top.jpg);*/
	}
	
	#mainnav
	{
		height: 25px;
		background-color: green;
	}
	h1
{
	font-weight:bold;
	color:ea9611;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	color:#FFF;
	background-color:#ea9611;
	margin:0px;
	margin-top:-5px;
	margin-left:-8px;
	width:576px;
	height:35px;
}
	
h2
{
	font-weight:bold;
	/*color:ea9611;*/
	font-size:18px;
	text-align:center;
	}
h3
{
	font-weight:bold;
	/*color:ea9611;*/
	font-size:18px;
	text-align:left;
	}
	#menu_rest_box
	{
		margin-top:20px;
		float: right; 
		width: 160px;
		height: auto;
		/*
		background-color: yellow;
		*/
	}
	
	
	#menu_rest_top
	{
		width:100px;
		height:40px;
		background-image:url(images/logo_rest.jpg);
		margin:0px auto;
		
	}
	
	#menu_camp_box
	{
		margin-top:20px;
		float: left; 
		width: 160px;
		height: auto;
		/*
		background-color: yellow;
		*/
		
	}
	
	#menu_camp_top
	{
		width:100px;
		height:40px;
		background-image:url(images/logo_camp.jpg);
		margin:0px auto;
	}
	
	
	
	#contents	
	{
		margin-left:170px;
		margin-top:20px;
		margin-bottom:20px;
		height: auto;
		/*border:2px solid #52c448;*/
		width:580px;
	}
	
	
	#contents_title
	{
		background-color:#ea9611;
		width:100%;
		height:10px;
		font-size:1px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		/*text-align:center;*/
		vertical-align:middle;
		line-height:40px;
		color:#FFF;
	}
	#contents_text_inh
	{
		width:560px;
		height:inherit;
		/*margin:10px;*/
		margin-left:10px;
		margin-bottom:10px;
		margin-right:10px;
		
		/*text-align:left;*/
	}
	
	#footer	
	{
		vertical-align:bottom;
		background-color:#ea9611;
		width:100%;
		height:20px;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		/*text-align:center;*/
		vertical-align:middle;
		line-height:20px;
		color:#ea9611;
	}
	
	.menu_item
	{
		/*	
		border-top-style:solid;
		border-top-color:#DEDEDE;
		border-top-width:2px;
		*/
		width:160px;
		height:30px;
		font-size:16px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		line-height:30px;
		color:#ea9611;
		margin:0px auto;
		/*background-color:#3F0;*/
	}
	.menu_item_act
	{
		/*
		border-top-style:solid;
		border-top-color:#DEDEDE;
		border-top-width:2px;
		*/
		width:160px;
		height:30px;
		font-size:16px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		line-height:30px;
		color:#52c448;
		margin:0px auto;
		/*background-color:#3F0;*/
	}
	.line
	{
		border-bottom:2px solid #dedede;
		height:1px;
		width:130;
		margin-left:auto;
		margin-right:auto;
		
	}
	table {
		font: 95% arial, hevetica, sans-serif;
		color:#666;
		margin-left:auto;
		margin-right:auto;
		
		}
		
	table.table_price TR {
		font: 95% arial, hevetica, sans-serif;
		/*color:#666;*/ 
		border-bottom:2px solid #dedede;
		margin-left:auto;
		margin-right:auto;
		width:60%;
		}
		
	#line_table
	{
		border-bottom:2px solid #dedede;
		height:1px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
	}
	#language_sel
	{
		/*text-align:right*/
	}
	#lang_sel{
	display: block;
	width:130px;
	/* [disabled]height:inherit; */
	float:right;
	margin-top:6px;
	/* [disabled]margin-bottom:auto; */
	/* [disabled]background-color: #F90; */
	position: relative;
	}

