/*--------------------------------------------
‘S‘Ì
--------------------------------------------*/
body {
	background-image: url(../img/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#wrap_reserve {
	background-image: url(../img/bg_reserve.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	}
	
#container_access {
	width:713px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(../img/bg_access.jpg);
	background-position: 399px 239px;
	background-repeat: no-repeat;
}

/*--------------------------------------------
header
--------------------------------------------*/

div#header ul {
	width: 713px;
	height: 26px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	}

div#header ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
	
/*--------------------------------------------
contents
--------------------------------------------*/

div#contents {
	width: 474px;
	height: 680px;
	position: relative;
	top: 23px;
	left: 22px;
	}
	
div#contents img#map {
	position: relative;
	top: 20px;
	left: 64px;
	}
	
div#contents dl {
	width: 474px;
	position: relative;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div#contents dl dt {
	margin-top: 3px;
	width: 40px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	}
	
div#contents dl dd {
	margin-top: 3px;
	width: 430px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	}
	
div#contents dl dd.text {
	margin-top: 3px;
	width: 430px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	line-height: 150%;
	}

div#contents .linktext:link {
	color: #A06234;
	text-decoration: none;
	}
	
div#contents .linktext:hover  {
	color: #000000;
	text-decoration: none;
	}

div#contents p a {
	position: relative;
	top: 70px;
	left: 270px;
	}

div#contents .banner {
	position: relative;
	top: 70px;
	left: 64px;
	}

	
/*--------------------------------------------
footer
--------------------------------------------*/

div#footer {
	width: 713px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
div#footer p {
	margin: 15px 0 0 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	}	
	
div#footer p a {
	color: #C98857;
	text-decoration: none;
	}
	
div#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
	}

