@charset "utf-8";


/* formatting style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	/*background-color: #375735;*/
	font-size: 100%;
	line-height: 1.6;
	font-family: sans-serif;
	background-image: url(images/bg_smile.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
a img {
	border-style: none;
}


/* basic layout
---------------------------*/
#wrapper {
	width: 800px;
	border: 5px solid #1D2F7A;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 830px;
}
#header {
	margin: 10px auto 30px;
	width: 800px;
}

#header h1 {
	text-align: center;
	margin-top: 20px;
}
#header h2 {
	text-align: center;
	margin-top: 10px;
}


#header p {
	color: #293B83;
	text-align: center;
	font-size: 108%;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#info #navi #nInfo a,
#wc #navi #nWc a,
#eco #navi #nEco a {
	color: #FFFFFF;
	background-color: #415593;
	border-bottom: 5px solid #BE0026;
}


#content {
	width: 540px;
	float: left;
	clear: both;
}
#content  h2 {
	text-align: center;
	margin-bottom: 20px;
}




#content p {
	font-size: 108%;
	padding-right: 5px;
	margin-left: 50px;
	margin-bottom: 5px;
}
.blue {
	color: #0E2071;
	font-size: 114%;
}

#content .right {
	float: right;
}

#content  .left {
	float: left;
}
#sidebar {
	float: right;
	width: 250px;
	padding-right: 10px;
}
#content .hotel {
	margin-bottom: 20px;
}

#sidebar  p {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
#photo  {
	padding: 3px;
	width: 240px;
	float: left;
	position: relative;
	left: 50px;
	top: 15px;
	border: 1px solid #CCCCCC;
}

#navi {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


#navi ul {
	background-color: #E9F3F8;
	width: 800px;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	top: 817px;
}
#navi ul li {
	list-style: none;
	float: left;
}
#navi ul li a {
	height: 2.5em;
	width: 200px;
	text-decoration: none;
	color: #22337D;
	text-align: center;
	display: block;
	line-height: 2.5em;
	border-right:1px solid #ccc;
}

#navi ul li a:hover {
	background-color: #556CA1;
	color: #FFFFFF;
	border-bottom: 5px solid #BE0026;
}


#footer {
	padding: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: 90%;
	color: #999999;
	text-align: center;
}
#footer address {
	font-size: 85%;
	color: #999999;
	text-align: center;
}
