/* CSS Document */

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body{
	background: url(../img/bg.jpg) repeat-x left top #3b0101;
	font-size: .75em;
	line-height: 1.5;
	color: #666;
	font-family: Arial, Helvetica, "lr SVbN", "Osaka|", sans-serif;
}
img{
	border: none;
}
.num{
	font-family: Arial, Helvetica, sans-serif;
}
.dotted{
	height: 1px;
	overflow: hidden;
}
#scroll{
	text-align: right;
	font-size: 10px;
}
#scroll a{
	color: #999;
}
#scroll a:hover{
	color: #999;
	text-decoration: none;
}


#wrapper{
	width: 800px;
	margin: 0 auto;
}

/* header
-------------------------------------------------*/
#header{
	position: relative;
	padding-top: 40px;
}
#header h1{
	margin-left: 15px;
	margin-bottom: 10px;
}
#header h1 img{
	margin-right: 10px;
}
#header p{
	position: absolute;
	right: 0;
	top: 65px;
	font-size: 11px !important;
	color: #9e8b8e;
	text-align: right;
}


#title{
	width: 800px;
	height: 76px;
	background: url(../img/bg_top.gif) no-repeat left top;
}
#container{
	height: 1%;/* peek a boo */
	background: url(../img/bg_body.gif) repeat-y left top;
	overflow: auto;
}

#title img{
	margin-left: 225px;
	margin-top: 15px;
}

/* navi
******************************************************************************/
#navi{
	width: 200px;
	float: left;
}
#navi ul{
	width: 128px;
	margin-bottom: 150px;
	padding: 0 35px;
}
#navi li{
	display: block;
}
#navi li#guide, #navi li#restaurant, #navi li#contact{
	margin: 20px 0;
}
#navi li#home{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

/* content
******************************************************************************/
#content_wrapper{
	width: 600px;
	float: right;
}
#content_inner{
	width: 550px;
	margin: 0 auto;
}


/* footer
******************************************************************************/
#footer{
	margin-bottom: 30px;
}

#about{
	color: #fff;
	margin-left: 20px;
}

#note h1{
	color:#FFFFFF;
	font-size:14px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:1px;
}



