@charset "utf-8";

/*-------------------*/
/* top               */
/*-------------------*/
#top {
	background: url(../images/top/bg.jpg) center top no-repeat;
}
#top .catch {
	position: absolute;
	top: 173px;
	left: 522px;
}
#top h1 {
	position: absolute;
	top: 328px;
	left: 602px;
}

/*-------------------*/
/* infomation        */
/*-------------------*/
#infomation {
	background: url(../images/infomation/bg.jpg) center top no-repeat;
}

/*-------------------*/
/* wine              */
/*-------------------*/
#wine {
	background: url(../images/wine/bg.jpg) center top no-repeat;
}
#wine.red,
#wine.white {
	background: url(../images/wine/bg2.jpg) center top no-repeat;
}
#wine #container .tit {
	padding-right: 10px;
	font-size: 3.5em;
	font-weight: bold;
}
#wine.red .tit,
#wine.white .tit {
	font-size: 3em!important;
}
#wine.red .wColor {
	color: #c20909;
	font-size: 3.5em;
	font-weight: bold;
}
#wine.white .wColor {
	color: #fff;
	font-size: 3.5em;
	font-weight: bold;
}
#wine .wColor span {
	font-size: 0.6em;
	font-weight: normal;
}
#wine #container ul {
	padding-top: 20px;
}
#wine #container ul li {
	float: left;
	font-size: 3em;
	font-weight: bold;
}
#wine #container table {
	width: 0px;
	top: 120px;
	padding: 0px;
	float: left;
}
#wine #container ul li.red {
	padding-left: 30px;
}
#wine #container ul li.red a {
	color: #c20909;
}
#wine #container ul li.white {
	padding-left: 35px;
}
#wine #container ul li.white a {
	color: #fff;
}
#wine .read {
	padding-top: 10px;
	line-height: 2.5;
	font-size: 1.2em;
}
#wine .info {
	padding-top: 30px;
	text-align: center;
}
#wine.red .info,
#wine.white .info {
	text-align: right;
}
#wine .info span {
	display: block;
}
#wine.red .info span,
#wine.white .info span {
	display: inline;
}
#wine #wineList {
	overflow: hidden;
	width: 1000px;
	text-align: right;
}
#wine #wineList dt {
	clear: both;
	float: left;	
	width: 900px;
}
#wine #wineList dd {
	float: left;	
	width: 100px;
}

/*-------------------*/
/* food              */
/*-------------------*/
#food {
	background: url(../images/food/bg.jpg) center top no-repeat;
}
#food #container {
    height: auto;
}
#food .read {
	padding-top: 30px;
	font-size: 1.6em;
	text-align: center;
}
#food .menu {
	line-height: 1.8;
	margin-top: 170px;
	letter-spacing: -0.1em;
}
#food .menu ul.menuL,
#food .menu ul.menuR {
	float: left;
	width: 290px;
}
#food .menu ul.menuC {
	float: left;
	width: 410px;
}
#food .menu ul.menuL li {
	padding: 0 10px 0 0;
}
#food .menu ul.menuC li {
	padding: 0 10px;
}
#food .menu ul.menuR li {
	padding: 0 0 0 10px;
}
#food .menu .name {
	float: left;
	font-size: 1.7em;
}
#food .menu .name2 {
	font-size: 1.7em;
}
#food .menu ul.menuC .name {
}
#food .menu .price {
	float: right;
	font-size: 1.5em;
	text-align: right;
}
#food .reserve {
	text-align: center;
}
#food .reserve {
	margin-top: 20px;
}
#food .reserve dt {
	padding-bottom: 10px;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
}
#food .reserve dd {
	line-height: 1.4;
	font-size: 2em;
}
#food .info {
	padding: 20px 0;
	text-align: center;
}
#food .info span {
	display: block;
}

/*-------------------*/
/* introduce         */
/*-------------------*/
#introduce #container {
	text-align: center;
}
#introduce #wrapper {
	background-color: #000;
}
#introduce .read {
	line-height: 1.8;
	padding: 10px 0;
	font-size: 1.5em;
}

/*-------------------*/
/* party_plan        */
/*-------------------*/
#partyPlan {
	background: url(../images/party_plan/bg.jpg) center top no-repeat;
}
#partyPlan #container {
	text-align: center;
}
#partyPlan .read1 {
	height: 440px;
	line-height: 2;
	padding-top: 80px;
	font-size: 1.8em;
}
#partyPlan .read2 {
	font-size: 1.7em;
}

/*-------------------*/
/* access            */
/*-------------------*/
#access {
	background: url(../images/access/bg.jpg) center top no-repeat;
}
#access #container {
	height: 545px;
}
#access .gmap {
	margin: 20px 0 0 534px;
}
#access .gmap a:link    {text-decoration: none;}
#access .gmap a:visited {text-decoration: none;}
#access .gmap a:hover   {text-decoration: underline;}
#access .gmap a:active  {text-decoration: none;}

#access .info {
	line-height: 1.8;
	font-size: 1.2em;
	margin: 10px 0 0 534px;
	letter-spacing: 0.3em;
}
#access .info dt {
	clear: both;
	float: left;
	width: 70px;
}
#access .info dd {
	float: left;
	width: 350px;
}

/*-------------------*/
/* contact           */
/*-------------------*/
#contact {
	background: url(../images/contact/bg.jpg) center top no-repeat;
}
#contact dl {
	overflow: hidden;
	width: 500px;
	margin-left: 450px;
	font-size: 16px;
	padding-top: 60px;
}
#contact dl dt {
	clear: both;
	float: left;
	width: 250px;
	top: 0px;
}
#contact dl dd {
	float: left;
	width: 250px;
	font-size: 16px;
