﻿
body{
	margin-top:0px;
-webkit-text-size-adjust: 100%;
    	background-image: url(img/back1150.jpg);
}


a img {
    border-style:none;
}





/*---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:1150px;
	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.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_ov.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;
}


/*---お店の紹介--*/
#shop{
	width:800px;
	height:900px;
	margin-top:20px;
	border: solid 1px #ffcc00;
	border-radius:20px;
	background:#ffffff;
	padding:20px 20px 0px 20px;
}

















/*---フッター---*/
#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;
}


