@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}


html body
{
	color: #000000;
	font-size: 80%;
	background-color: #ffffff;
	line-height: 1.4em;
}

ul,li {	list-style-type: none; }

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#container
{
	background-color: #FFFFFF;
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#pagebody {
	height: auto;
	display: block;
	padding-left: 5px;
	width: 890px;
	height: 100%;
	padding-right: 5px;
}

#main_column {
	float: left;
	width: 450px;
	padding-bottom: 30px;
}

#left_column {
	float: left;
	width: 150px;
	background-repeat: no-repeat;
	padding-bottom: 0;
	margin-right: 12px;
	margin-left: 0px;
}

#right_column {
	float: right;
	width: 270px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-left: 8px;
}

.center{
	text-align: center;
}

.box_wrapper {
	display: block;
	margin-bottom: 10px;
}


spacer,.spacer {
	clear: both;
	height: 0px;
	width: auto;
	font-size: 0px;
	display: block;
}


#pr_img_wrapper {
	padding: 4px;
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
	background-color: #ffffff;
}


#pr_img {
	height: 293px;
	width: 440px;
	display: block;
}

#pr_wrapper {
	margin-bottom: 15px;
}

.info{
	background-repeat: no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #c0c0c0;
	margin-right: 0px;
	padding: 6px 2px;
	display: block;
}


.info dl{
	float: left;
	font-size: 93%;
	display: block;
	width: 320px;
}


.info dt{	
	font-size: 120%;
	color: #ff0000;
}

.info .h {
	font-size: 110%;
}

.info img{
	padding: 2px;
	float: left;
	border: 1px solid #c0c0c0;
	margin-right: 4px;
}

.info .addr{
	font-size: 93%;
	display: block;
	width: 440px;
}

.page {
	text-align: center;
	font-size: 120%;
}

.note{
	margin-top: 5px;
	color: #808080;
	font-size: 80%;
}


#navi_home a{
	background: url(../img/navi_home.png) left bottom no-repeat;
}


#navi_dinner a{
	background: url(../img/navi_dinner.png) left bottom no-repeat;
}

#navi_drink a{
	background: url(../img/navi_drink.png) left bottom no-repeat;
}

#navi_lunch a{
	background: url(../img/navi_lunch.png) left bottom no-repeat;
}

#navi_coupon a{
	background: url(../img/navi_coupon.png) left bottom no-repeat;
}

#navi {
	display: block;
	overflow: hidden;
	position: relative;
	top: 0px;
	height: 120px;
	width: 150px;
}

#navi li {
	display: block;
	height: 30px;
	overflow: hidden;
	width: 150px;
	background-repeat: no-repeat;
}

#navi li a {
	display: block;
	height: 30px;@
	overflow: hidden;
	text-indent:-9999px;
}

#navi li a:hover{
	background-position: -150px 0px;
}

#navi_link{
	margin-top: 50px;
	text-align: center;
}

#navi_link img {
	margin-top: 20px;
}

#entrance ul{
	margin-right: 140px;
	margin-left: 140px;
}

#entrance ul li{
	width: 150px;
	float: left;
}

#footer {
	color: #c0c0c0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	text-align: right;
	padding: 10px 30px 10px 10px;
}

