@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/top_bg.jpg);
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	background-position: top;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Verdana, Helvetica, sans-serif;
	list-style: none;
	font-weight: normal;
}

.clear {
	clear:both;
}

a img{
	border:none;
	outline:none;	
}
.style1 {font-size: 10px}
/* Hタグ										
---------------------------------------------------- */
h1 {
	font-size: 11px;
	color: #666666;
	height: 20px;
	
}

h2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}

h3{
	
}

h4{
	
}

h5{
	
}


/* リンク										
---------------------------------------------------- */
a:link		{
			color:#0099FF;
			text-decoration:none;
}


a:visited	{
			color:#0066CC;
			text-decoration:none;
}
a:hover, a:active {
			color:#0066FF;
			text-decoration:underline;
}

/* ナビゲーション										
---------------------------------------------------- */
#menunavi {
	float: none;
	clear: both; /* IE8 */







	*padding-right:0px; /* IE7 */  
	width: 238px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 135px;
	background-image: url(images/navi1.gif);
	background-repeat: no-repeat;
	margin-top: 80px;
}
#menunavi ul {
	padding:0px;
	text-align:center;
	font-family:"Century Gothic";
	font-size:13px;
	font-weight: bolder;
	color:#C03000;
}
#menunavi li {
	display:block;
	list-style-type:none;
}
#menunavi li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	height:45px;
	text-indent:-9999em;
	width: 238px;
}
/*------off*/

#menunavi li.g_navi01 a {
	background:url(images/navi1.gif) no-repeat 0px 0px;
}
#menunavi li.g_navi02 a {
	background:url(images/navi1.gif) no-repeat 0px -45px;
}
#menunavi li.g_navi03 a {
	background:url(images/navi1.gif) no-repeat 0px -90px;

}


/*------hover*/

#menunavi li.g_navi01 a:hover {
	background:url(images/navi2.gif) no-repeat 0px 0px;

}
#menunavi li.g_navi02 a:hover {
	background:url(images/navi2.gif) no-repeat 0px -45px;

}
#menunavi li.g_navi03 a:hover {
	background:url(images/navi2.gif) no-repeat 0px -90px;

}


/* ヘッダー										
---------------------------------------------------- */

#header {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

#headright {
	float: right;
	width: 670px;
	height: 400px;
	text-align: right;
	font-size: 11px;
	margin-top: 15px;
}

#header #title {
	float: left;
	height: auto;
	width: 300px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 23px top;
	padding-bottom: 60px;
}
#topimg {
	height: 375px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 45px;
}
#main {
	padding: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 245px;
	margin-left: 18px;
}
#contents {
	float: right;
	width: 650px;
}

#footer {
	background-color: #4D3322;
	height: auto;
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#undernavi {
	font-size: 11px;
	color: #999;
	text-align: center;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}



#footer #infooter {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#infooter .fbox1 {
	float: left;
	width: 300px;
	color: #FFF;
}

#infooter .fbox2 {
	float: left;
	width: 300px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 11px;
}
#infooter .fbox3 {
	float: left;
	width: 220px;
	padding-left: 35px;
	color: #FFF;
}
#footer .copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#sidebar #shopinfo {
	background-image: url(images/shopinfo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	padding-top: 237px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 130%;
}
#sidebar #shopinfo strong {
	font-weight: bold;
	color: #990000;
}

#sidebar #shopinfo .lines {
	background-image: url(images/line1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#title #sidebar{
	margin-top:60px;
	margin-left:30px;
}



#back-top {
	position: fixed;
	bottom: 20px;
	right:0px;
}

#back-to a{
	border:none;
	outline:none;

}

#back-to pa:hover{
	border:none;
	outline:none;

}
#blog_news {
	background-image: url(images/news.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	width: 650px;
}
#blog_news .bloglink {
	text-align: right;
	padding-right: 25px;
	margin-bottom: 15px;
}
#access_map #access_txt {
	float: right;
	width: 330px;
	padding-right: 10px;
	line-height: 160%;
	padding-top: 15px;
	font-size: 14px;
}
#shift_feed {
	background-image: url(images/osusume.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	padding-left: 200px;
	padding-top: 25px;
}
#shift_feed li.rss-item {
	background-image: url(images/shift_bg.gif);
	height: 30px;
	width: 400px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding-top: 3px;
}
#aboutshop {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	height: 350px;
	margin-top: 10px;
	padding-right: 340px;
	padding-left: 20px;
}
#social {
	background-image: url(images/social.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 14px;
}
#social #facebook {
	float: left;
	width: 300px;
}
#social #tweet {
	float: right;
	width: 300px;
}




#access_map #gmap {
	float: left;
	height: auto;
	width: 280px;
	margin-left: 10px;
	padding-top: 15px;
}
#access_map #gmap iframe {
	border: 3px solid #CCCCCC;
}
#menu {
	float: right;
	width: 660px;
	margin-top: 12px;
}
#menu #lunch1 {
	background-image: url(images/lunch_1.jpg);
	height: 637px;
	background-repeat: no-repeat;
	background-position: center;
}
#menu #lunch2 {
	background-image: url(images/lunch_2.jpg);
	height: 480px;
	background-position: center top;
	background-repeat: no-repeat;
}
#menu #lunch2 p {
	padding-left: 30px;
	line-height: 200%;
	margin-bottom: 120px;
}
#menu h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	margin-bottom: 5px;
	background-image: url(images/line1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#header #menu .oracolor {
	font-weight: bold;
	color: #FF3300;
}
#menu #lunch1 td {
	padding: 5px;
}

#lunch1 .d_bt {
	width: 156px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 135px;
}
#dinner #dinner1 {
	background-image: url(images/dinner_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 671px;
	margin-top: 25px;
	text-align: center;
}
#dinner1 td {
	text-align: left;
}
.kome {
	font-size: 11px;
	color: #CC3300;
}
#dinner #dinner2 {
	background-image: url(images/dinner2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 399px;
}
#dinner3 {
	background-image: url(images/dinner3.jpg);
	height: 563px;
	background-position: center top;
	background-repeat: no-repeat;
}
#dinner #dinner3 td strong {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
#dinner #dinner3 td p {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 2px;
}
