@charset "UTF-8";

@import "reset.css";
	
html {
	overflow-y: scroll;
	padding-bottom: 30px;
	}
	
body {
	background: #000 url(../img/common/bg.jpg) repeat-x 0 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	text-align: center;
	}

a {
	color: #1D2088;
	text-decoration: underline;
    outline: none;
	}

a:hover {
	color: #1D2088;
	text-decoration: none;
	}
	
.cr { clear: both; line-height: 0; font-size: 0;}

/*
Clearfix
*********************************************************************************************/

/* for modern brouser */
#header:after,
#main:after,
#footer:after,
div.map:after,
div.shopList li:after,
div.aboutMaterial li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header,
#main,
#footer,
div.map,
div.shopList li,
div.aboutMaterial li {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html #header,
* html #main,
* html #footer,
* html div.map,
* html div.shopList li,
* html div.aboutMaterial li {
	height: 1%;
	}
#header,
#main,
#footer,
div.map,
div.shopList li,
div.aboutMaterial li {
	display: block;
	}
/* End hide from IE-mac */
	
/*
container
accent
*********************************************************************************************/

div#container {
	background: #FFF;
	width: 904px;
	border: solid 2px #D4B572;
	border-top: 0;
	margin: 20px auto 0;
	}

div.siteTitle {
	background-color: #D4B572;
	height: 30px;
	padding: 1px 0;
}
	
div.siteTitle h1 {
	background: #D4B572 url(../img/common/sitename.gif) no-repeat 0 0;
	height: 30px;
	width: 305px;
	float: left;
}

div.siteTitle a {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
	font-size: 120%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.siteTitle a:hover {
	text-decoration: underline;
}

h1 span,
p.siteMessage { display: none;}

div#container div.accent {
	border: solid 1px #D4B572;
	margin: 10px;
}
	
/*
header
*********************************************************************************************/
#header img {
	display: block;
	border-bottom: solid 1px #D4B572;
}

#gNav a,
#gNav li,
#gNav_s a,
#gNav_s li {
	display: block;
	float: left;
}

#gNav a span,
#gNav_s a span {
	display: none;
}

#gNav a {
	background: url(../img/top/gnav.jpg) no-repeat 0 0;
	height: 150px;
	width: 294px;
}

#gNav li.menu a { background-position: -294px 0;}
#gNav li.shop a { background-position: -588px 0;}

#gNav a:hover {
	background: url(../img/top/gnav.jpg) no-repeat 0 -150px;
}

#gNav li.menu a:hover { background-position: -294px -150px;}
#gNav li.shop a:hover { background-position: -588px -150px;}

#gNav_s a {
	background: url(../img/common/gnav_s.jpg) no-repeat 0 0;
	height: 43px;
	width: 294px;
}

#gNav_s li.menu a { background-position: -294px 0;}
#gNav_s li.shop a { background-position: -588px 0;}

#gNav_s a:hover,
#gNav_s li.about a.on {
	background: url(../img/common/gnav_s.jpg) no-repeat 0 -43px;
}

#gNav_s li.menu a:hover,
#gNav_s li.menu a.on { background-position: -294px -43px;}
#gNav_s li.shop a:hover,
#gNav_s li.shop a.on { background-position: -588px -43px;}
	
/*
footer
*********************************************************************************************/
#footer {
	width: 820px;
	clear: both;
	border-top: solid 1px #D4B572;
	margin: 30px auto 0;
	padding: 20px 0 30px;
	color: #898989;
}

#footer address {
	float: right;
	text-align: right;
	font-size: 110%;
}

#footer ul {
	text-align: left;
	font-size: 120%;
}

#footer ul li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: solid 1px #D4B572;
}

#footer ul li.last { border: 0;}

#footer ul li a {
	float: left;
	padding: 3px 0;
}

#footer a {
	color: #898989;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	
/*
main
*********************************************************************************************/
#main {
	width: 820px;
	margin: 20px auto;
}
	
/*
top
*********************************************************/
#main #left{
	float: left;
	width: 410px;
	margin-right: 30px;
}

/*#main div.recommendation {
	float: left;
	width: 410px;
	display: inline;
	margin-right: 30px;
}*/

#main div.recommendation img {
	display: block;
	border: solid 2px #D4B572;
}

#main div.recommendation a:hover img {
	border: solid 2px #DB5434;

}

#main div.contact {
	margin-top: 6px;
	padding: 0;
}

#main div.contact1{
	height:72px;
}
#main div.contact1 a{
    width: 380px;
	height: 72px;
	background:url(../img/top/contact1.png) no-repeat 0 0;
	display: block;
}
#main div.contact1 a:hover{background-position: 0 -72px;}

#main div.contact2{
	height:82px;
	background-image:url(../img/top/contact2_off.png);
}
#main div.contact2 a{
    width: 380px;
	height: 82px;
	display: block;
	background:url(../img/top/contact2.png) no-repeat 0 0;
}
#main div.contact2 a:hover{background-position: 0 -82px;}

#main #right{
	float: left;
	width: 380px;
}

#main div.information {
/*	float: left;
	width: 380px;
    display: inline;*/
	border-top: solid 1px #D4B572;
	text-align: left;
	font-size: 130%;
}

#main div.information dl {
	padding: 5px 10px 10px 0;
	_width: 370px;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #D4B572;
	/*_border-bottom: none;*/
}

#main div.information dl dt.date,
#main div.information dl dd {
	display: block;
	margin-left: 24px;
	line-height: 1.6em;
}

#main div.information dl dt.date {
	width: 9em;
	margin-right: 10px;
	font-weight:bold;
}

#main div.information dl dd.title {
	margin: -1.6em 0 0 10em;
	font-weight:bold;
}

#main div.information dl dd.detail {
	margin-bottom: 15px;
}

h2 {
	background: url(../img/about/title_about01.gif) no-repeat 0 0;
	height: 36px;
	width: 220px;
	border-bottom: solid 1px #D4B572;
	padding-left: 190px;
	margin-bottom: 15px;
	line-height: 36px;
	font-size: 140%;
	text-align: left;
}

h2.about2 {
	background: url(../img/about/title_about02.gif) no-repeat 0 0;
	width: 640px;
	padding-left: 180px;
	margin-top: 20px;
}

h2.menu {
	background: url(../img/menu/title_menu.gif) no-repeat 0 0;
	width: 590px;
	padding-left: 230px;
	margin-top: 20px;
}

h2.shop {
	background: url(../img/shop/title_shop.gif) no-repeat 0 0;
	width: 670px;
	padding-left: 150px;
}

h2 span {
	display: none;
}
	
/*
about
*********************************************************/

div.aboutUs {
	width: 366px;
	float: left;
}

div.aboutMaterial {
	width: 410px;
	float: left;
	display: inline;
	margin-left: 44px;
}

div.aboutMaterial li {
	margin: 0 0 10px 0;
}

div.aboutMaterial dt {
	float: left;
	width: 110px;
	display: inline;
	margin-top: 10px;
}

div.aboutMaterial dt img {
	display: block;
	width: 110px;
}

div.aboutMaterial dd {
	float: left;
	display: inline;
	margin-left: 10px;
}

div.aboutMaterial dd.titleRice,
div.aboutMaterial dd.titleVinegar,
div.aboutMaterial dd.titleSalt {
	background: url(../img/about/about_rice.gif) no-repeat 0 0;
	width: 290px;
	height: 58px;
}

div.aboutMaterial dd.detail {
	width: 285px;
	float: left;
	margin: 5px 0 5px 15px;
	font-size: 120%;
	text-align: left;
	line-height: 1.6;
}

div.aboutMaterial dd span { display: none;}

div.aboutMaterial dd.titleVinegar { background: url(../img/about/about_vinegar.gif) no-repeat 0 0;}
div.aboutMaterial dd.titleSalt { background: url(../img/about/about_salt.gif) no-repeat 0 0;}

div.aboutShow {
	clear: both;
	width: 820px;
}

div.aboutShow div {
	background: url(../img/about/maguro.gif) no-repeat center center;
	float: left;
	width: 340px;
	display: inline;
	min-height: 290px;
	height: auto!important;
	height: 290px;
	margin-left: 26px;
	text-align: left;
	line-height: 1.7;
	font-size: 130%;
}

div.aboutShow div span {
	display: block;
	margin-top: 40px;
	color: #E60012;
	font-weight: bold;
}

div.aboutShow img {
	float: left;
	width: 410px;
	margin-left: 44px;
}
	
/*
menu
*********************************************************/

ul.menuList {
}

ul.menuList li {
	display: inline;
	margin-bottom: 20px;
}

ul.menuList li,
ul.menuList li a {
	float: left;
	width: 260px;
	height: 170px;
}

ul.menuList li a span {
	display: none;
}

ul.menuList li a {
	background: url(../img/menu/menubtn01.jpg) no-repeat 0 0;
}

ul.menuList li.menuList02 a { background: url(../img/menu/menubtn02.jpg) no-repeat 0 0;}
ul.menuList li.menuList03 a { background: url(../img/menu/menubtn03.jpg) no-repeat 0 0;}
ul.menuList li.menuList04 a { background: url(../img/menu/menubtn04.jpg) no-repeat 0 0;}
ul.menuList li.menuList05 a { background: url(../img/menu/menubtn05.jpg) no-repeat 0 0;}
ul.menuList li.menuList06 a { background: url(../img/menu/menubtn06.jpg) no-repeat 0 0;}
ul.menuList li.menuList07 a { background: url(../img/menu/menubtn07.jpg) no-repeat 0 0;}
ul.menuList li.menuList08 a { background: url(../img/menu/menubtn08.jpg) no-repeat 0 0;}
ul.menuList li.menuList09 a { background: url(../img/menu/menubtn09.jpg) no-repeat 0 0;}
ul.menuList li.menuList11 a { background: url(../img/menu/menubtn11.jpg) no-repeat 0 0;}
ul.menuList li.menuList12 a { background: url(../img/menu/menubtn12.jpg) no-repeat 0 0;}

ul.menuList li.menuList02,
ul.menuList li.menuList05,
ul.menuList li.menuList08,
ul.menuList li.menuList12 { margin: 0 20px;}

ul.menuList li a:hover {
	background-position: 0 -170px;
}

/*
shop
*********************************************************/

div.map {
	background: url(../img/shop/map_bg.jpg) repeat-y 0 0;
	width: 820px;
}

div.map div.mapList {
	background: url(../img/shop/shoplist_bg.jpg) no-repeat 0 0;
	float: left;
	width: 280px;
	height: 280px;
	margin: 10px 0 0 8px;
	display: inline;
}

div.map div.mapList ul li{
	vertical-align:bottom;
	line-height: 0;
	/*padding-bottom: 5px;*/
}

div.map div.point {
	width: 532px;
	float: left;
}

div.map div.point img {
	display: block;
}

div.shopList {
	text-align: left;
}

div.shopList ul {
	padding: 30px 0;
}

div.shopList ul li {
	border-top: solid 1px #D4B572;
	padding: 20px 0 0 0;
}

div.shopList ul div.shopInfo {
	width: 610px;
	float: left;
}

div.shopList ul div.shopInfo div {
	width: 320px;
	float: left;
}

div.shopList ul div.shopInfo dl {
	width: 275px;
	float: left;
	padding-left: 15px;
	line-height: 1.5;
}

div.shopList ul div.shopInfo dl dt {
	font-size: 230%;
	font-weight: bold;
}

div.shopList ul div.shopInfo dl dd.station {
	background-color: #DB5434;
	width: 220px;
	padding: 4px 10px;
	margin: 5px 0 10px;
	color: #FFF;
	font-size: 140%;
}

div.shopList ul div.shopInfo dl dd.address {
	font-size: 130%;
}

div.shopList ul div.shopInfo dl dd.tel {
	font-size: 210%;
	font-weight: bold;
}

div.shopList ul div.shopInfo dl dd.businesshours {
	margin-top: 15px;
	font-size: 130%;
}

div.shopList ul div.shopThumb {
	width: 202px;
	float: left;
	padding-left: 8px;
	text-align: right;
}

div.shopList ul div.shopThumb a img {
	width: 200px;
	height: 160px;
	display: block;
	border: solid 1px #999;
}

div.shopList ul div.shopThumb a:hover img {
	border: solid 1px #DB5434;
}

div.shopList ul div.shopThumb div {
	width: 160px;
	margin-left: 42px;
}

div.shopList ul div.shopThumb div img {
	float: left;
}

div.shopList ul p.message,
div.shopList ul p.reserve,
div.shopList ul p.attention {
	float: left;
	width: 810px;
	margin: 0;
	padding: 5px 5px 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.6;
}

div.shopList ul p.reserve,
div.shopList ul p.attention {
	color: #DB5434;
}

div.shopList ul p.reserve {
	font-size: 180%;
}

div.shopList ul p.reserve span {
	float: left;
	padding: 0 8px;
	margin-right: 10px;
	background-color: #DB5434;
	color: #FFF;
}	

div.shopList ul.detail {
	padding: 0;
	margin-left: 10px;
}

div.shopList ul.detail li {
	border: 0;
	list-style: disc inside;
	padding: 0;
	line-height: 1.6;
	font-size: 130%;
}

div.shopList p.totop {
	clear: both;
	padding: 5px;
	text-align: right;
	font-size: 160%;
}
	
/*
js関係
*/
.hidden {
	display:none
}

.map_box {
	height:400px;
	width:600px
}
body.map {
	color: #FFFFFF;
	text-align: center;
	}