@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;
}
#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;
}

#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 dl {
	float: left;
	margin-top:10px;
}
#container h3 {
	float: left;
}
#container #top {
	height: 86px;
	width: 480px;
	margin-top:10px;
	margin-left:190px;
	margin-bottom:10px;
}
#container #top dd {
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}
#container {
	padding-left:50px;
}
#container .kokuban {
	background-color: #060;
	height: 350px;
	width: 840px;
	border: 10px solid #804000;
	margin-top: 20px;
	background-image: url(../images/wine/winebottele.png), url(../images/wine/redwine.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 620px 20px, 300px 10px;
	margin-bottom: 5px;
}
#container .kokuban2 {
	background-color: #060;
	height: 350px;
	width: 840px;
	border: 10px solid #804000;
	margin-top: 20px;
	background-image: url(../images/wine/whitewine.png), url(../images/wine/winebottele2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 300px 10px, 50px 20px;
	margin-bottom: 5px;
}
#container .kokuban3 {
	background-color: #060;
	height: 350px;
	width: 840px;
	border: 10px solid #804000;
	margin-top: 20px;
	background-image: url(../images/wine/sparklingwine.png), url(../images/wine/winebottele3.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 220px 10px, 540px 140px;
	margin-bottom: 5px;
}
#container .kokuban4 {
	background-color: #060;
	height: auto;
	width: 840px;
	border: 10px solid #804000;
	margin-top: 20px;
	background-image: url(../images/wine/Other.png), url(../images/wine/wineillust.png), url(../images/wine/wineothers.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 350px 30px, 30px 20px, 30px 195px;
	margin-bottom: 5px;
}
.kokuban p {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	line-height: 2;
	padding-top:100px;
	padding-left:20px;
}
.kokuban2 p {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	line-height: 2;
	padding-top:100px;
	padding-left:280px;
}
.kokuban3 p {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	line-height: 2;
	padding-top:100px;
	padding-left:50px;
}
.kokuban4 p {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	line-height: 2.3;
	padding-top:100px;
	padding-left:280px;
	padding-bottom:20px;
}
#container .fortop {
	width: 860px;
	text-align: right;
	margin-bottom:10px;
	font-weight:bold;
}
