﻿
body{
	margin-top:0px;
-webkit-text-size-adjust: 100%;
    	background-image: url(img/back2.jpg);
}


a img {
    border-style:none;
}





/*「NEW」アイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}







/*---h1---*/

#h1{
	width:1030px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	margin-top:5px;
	font-weight : normal;
	color: #666666;
}


/*---ホーム---*/

#home{
	width:1080px;
	height:1950px;
	margin-left:auto;
	margin-right:auto;
}


/*---店名とメニュー---*/

#ichikura{
	width:200px;
	float:left;
}


/*---メニューボタン---*/


#menu{
	width:200px;
	height:210px;
}

#navi{
display : block;
}

#navi a{
	width:200px;
	height:35px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
}

#navi:after{
	height:0; 
	visibility:hidden;
	content: "."; 
	display:block;
	clear: both;
}

#navi li{
	float:left;
display : block;
}


#navi .menu1 a  {   
    background: url(img/menu1.jpg) no-repeat;   
}
 
#navi .menu2 a  {   
    background: url(img/menu2_ov.jpg) no-repeat;   
}
  
#navi .menu3 a  {   
    background: url(img/menu3.jpg) no-repeat;   
}
 
#navi .menu4 a  {   
    background: url(img/menu4.jpg) no-repeat;   
}

#navi .menu5 a  {   
    background: url(img/menu5.jpg) no-repeat;   
}
 
#navi .menu6 a  {   
    background: url(img/menu6.jpg) no-repeat;   
}



#navi .menu1 a:hover {   
    background: url(img/menu1_ov.jpg) no-repeat;   
}

#navi .menu2 a:hover {   
    background: url(img/menu2_ov.jpg) no-repeat;   
}

#navi .menu3 a:hover {   
    background: url(img/menu3_ov.jpg) no-repeat;   
}

#navi .menu4 a:hover {   
    background: url(img/menu4_ov.jpg) no-repeat;   
}

#navi .menu5 a:hover {   
    background: url(img/menu5_ov.jpg) no-repeat;   
}

#navi .menu6 a:hover {   
    background: url(img/menu6_ov.jpg) no-repeat;   
}







/*---右側---*/

#rightside{
	width:840px;
	float:right;
}


/*---ランチメニュー---*/
#lunchmenu{
	width:800px;
	height:1850px;
	margin-top:20px;
	border: solid 1px #ffcc00;
	border-radius:20px;
	background:#ffffff;
	padding:20px 20px 0px 20px;
}


/*---ランチ写真---*/
#lunchphoto{
	width:720px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}


.text_right{
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #ff0000;
	float:right;
}

table.lunch{
	width:700px;
	font-size: 16px;
	margin-left:50px;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	border-spacing: 4px;
}

.text_red12 {
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #ff0000;
	line-height: 120%;
}

.text_red {
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	color: #ff0000;
}

.text14 {
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 120%;
}


hr {
height: 1px;
border: none;
border-top: 1px #000000 dotted;
}







/*---フッター---*/
#footer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}


/*---店名と住所---*/
#name{
	width:280px;
	height:100px;
	float:left;
	font-size: 12px;
	color: #333333;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


/*---リンク---*/
#link{
	width:700px;
	height:100px;
	float:right;
	font-size: 14px;
	letter-spacing:2px;
	text-align:right;
	color: #333333;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/*---copyright---*/
#copy{
	width:1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	text-align:right;
	color: #cccccc;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


