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

a:link {
	text-decoration: underline;
	color: #82430B;
}
a:visited {
	text-decoration: underline;
	color: #82430B;
}
a:hover {
	text-decoration: underline;
	color: #82430B;
}
a:active {
	text-decoration: underline;
	color: #82430B;
}

.Logo{
	margin:0 auto;
	width:1100px;
	height:200px;
/*	background-image:url(../images/logo_bg.jpg);*/
/*	background-repeat:repeat-x;*/
}
.Logo_bg{
	margin:0 auto;
	width:1096px;
	height:198px;
	/*background-image:url(../images/logo_bg1.png);*/
	background-repeat:no-repeat;
/*	background-position:2% 80%;	*/
}

.menu_box{
	float:left;
	width:215px;
}
.main_box{
	float:left;
	width:880px;
	margin-left:5px;
}
.clear-float{clear:both}

.menu_box a:link {
	text-decoration:none;
	font-family:Arial;
}
.menu_box a:visited {
	text-decoration:none;
	font-family:Arial;
}
.menu_box .nochose{
	display:block;
	background-color: #FFFFFF;
	border:1px solid #003399;
	font-weight:bold;
	color:#000000;
	width:180px;
	padding:5px 5px;

}

.menu_box .nochose:hover {
	background-color:#CCCCCC;
	color:#000000;
}

.menu_box .chose{ 
	display:block;
	background-color:#FFFFFF;
	border:1px solid #003399;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	width:180px;
	padding:5px 5px;
}

.each_title{
	font-family:Arial;
	font-size:2em;
	color:#3333CC;
	padding-top:0.5em;
	padding-bottom:1em;
}

.sub_title{
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	color:#333399;
}

.hotel_name{
	font-family:Arial;
	font-size:1em;
	/*font-weight:bold;*/
	color:#333399;
}

.hotel_lv{
	padding-left:1em;
	color:#5C5C2E;
}

li {
	padding-bottom:0.5em;
}
