@charset "utf-8";
/* CSS Document */
body {
color:#000;
background-color:#fff;
margin:0;
padding:0;
}
#background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 960px;
/*	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;*/
}
#page {
width:100%;
position:absolute;
top:0;
left:0;
z-index:1;
}
#wrapper {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color:#FFF;
}
#topaccess {
	background-image:url(../images/common/header.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 960px;
}
#header {
	height: auto;
	width: 960px;
}
#topaccess p {
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
}
#fooer {
	background-image:url(../images/common/footer.jpg); 
	height: 35px;
	width: 960px;
	background-repeat: no-repeat;
/*	clear:both;*/
}
#fooer p {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
#container {
	height: auto;
	width: 960px;
	padding-left:50px;
	padding-right:50px;
}

#header h1 {
	position: absolute;
	height: 156px;
	width: 281px;
	left: 20px;
}
#nav {
	height: 35px;
	width: 960px;
}
#nav ul {
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav a {
	background-image:url(../images/common/nav.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 160px;
}
#nav ul em {
	visibility: hidden;
}
#top a {
	background-position: 0px 0px;
}
#wine a {
	background-position: -160px 0px;
}
#food a {
	background-position: -320px 0px;
}
#plan a {
	background-position: -480px 0px;
}
#special a {
	background-position: -640px 0px;
}
#info a {
	background-position: -800px 0px;
}
#top a:hover {
	background-position: 0px -35px;
}
#wine a:hover {
	background-position: -160px -35px;
}
#food a:hover {
	background-position: -320px -35px;
}
#plan a:hover {
	background-position: -480px -35px;
}
#special a:hover {
	background-position: -640px -35px;
}
/*#info a:hover {
	background-position: -800px -35px;
}*/
#container .fortop {
	width: 860px;
	text-align: right;
	margin-bottom:10px;
	font-weight:bold;
}
.title {
	height: 92px;
	width: 860px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	clear:both;
}
.title2 {
	height: 92px;
	width: 860px;
	margin-bottom: 10px;
	margin-top: 50px;
	text-align: center;
	clear:both;
	padding-top:10px;
}
#table {
	height:auto;
	width: 460px;
	float: left;
	color: #FFF;
	background-color: #060;
	border: 10px solid #804000;
}
#table table tr td {
	padding: 12px;
	font-weight:bold;
}
 td, th  {
border: 1px #fff solid;
}
.map {
	text-align: center;
	height: 200px;
	width: 350px;
	margin-bottom:50px;
}
#main2 {
	height: 450px;
	width: 350px;
	float:left;
	margin-left:30px;
}
.sub1 {
	float: left;
	height: 175px;
	width: 174px;
	text-align: center;
	border-right-style: dotted;
	border-right-color: #000;
	border-right-width: 1px;
}
.sub2 {
	float:right;
	height: 200px;
	width: 174px;
	text-align:center;
}
#main2 p {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#kokuban2 {
	background-color: #060;
	height: 300px;
	width: 840px;
	overflow: hidden;
	border: 10px solid #804000;
	margin-bottom: 20px;
/*	color: #FFF;
	font-weight: bold;
	font-size: 14px;*/
}
#kokuban2 .syoukai1 {
	float: left;
	height: 260px;
	width: 278px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	padding-top: 20px;
	margin-top:10px;
}
#kokuban2 .syoukai2 {
	float: left;
	height: 260px;
	width: 278px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	padding-top: 20px;
    margin-top:10px;
}
#kokuban2 .syoukai3 {
	float: right;
	height: 260px;
	width: 278px;
	text-align: center;
	padding-top: 20px;
	margin-top:10px;
}
#kokuban2 h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
#kokuban2 p {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5;
}