﻿/* 共通 --------------------------------------- */

a{
 color:			#C30;
}
a:hover {
 color:			#f00;
}
table {
 border-collapse:	collapse;
}
td{
 padding:		0;
 line-height:	140%;
 font-size:		12px;
 font-family:	"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
}
img {
 border-width:	0;
}
/* 見出し -------------------------------------*/
h1 {
}
h2 {
}
h3{
 color:			#f30;
 font-weight:		bold;
 font-size:		15px;
 margin:		0 auto 5px auto;
}
h4{
}

/* レイアウト -------------------------------------*/

body{	
 margin:		0 0 0 0;
 color:			#610;
 text-align:		center;
}
#container{
 width:			770px;
 margin:		32px auto 0 auto;
 border:		1px #ff9900 solid;
 background-repeat: no-repeat;
 background-position:350px -30px;
 background-color:#fff;
}
#content {
 width:			770px;
 margin:		0;
}

/* ヘッダー -------------------------------------*/

#header{
 width:			100%;
 height:		128px;
 text-align:		right;
 background-repeat:	no-repeat;
}
#hd_logo{
 float:			right;
}
#hd_title{
 font-size:		10px;
}
#hd_note{
}

/* メニュー -------------------------------------*/

#navi{
 float:			left;
 width:			160px;
 margin:		20px 30px 0 0;
}
#navi td{
 text-align:		center;
}
#Menu_15 img{

}
/* コンテンツ -----------------------------------*/

#main{
 float:			left;
 width:			580px;
 margin:		0 0 20px 0;
}

#main table{
 width:			550px;
 margin:		0 auto 10px auto;
}
#main table td{
 text-align:		left; 
}
#main table img{

}
.td05_txt{
 width:			100%;
 padding-left:		8px;
}
.td06_txt{
 width:			100%;
 padding-right:		7px;
}

/* 料理 */

#p01 #main table{
 margin-bottom:		30px;
}
#p01 td{
 line-height:		1.3em;
}
#p01 #main .tbl_04{
 width:			550px;
 margin-bottom:		0px;
 border-collapse:	separate;
 border-spacing:	3px 1px;
}
#p01 table.tbl_04 td{
 width:			50%;
 vertical-align:	top;
}
#p01 .tbl_04 img{
 width:			250px;
}
#p01 #main .tbl_03{
 width:			550px;
 margin-bottom:		20px;
 border-collapse:	separate;
 border-spacing:	3px 1px;
}
#p01 table.tbl_03 td{
 width:			50%;
 vertical-align:	top;
}
#p01 .td03_txt1{
 padding-right:		15px;
}

/* 店舗 */

#p02 .td06_txt{
 text-align:		right;
}

/* フッター -------------------------------------*/

#footer {
 widht:			100%;
 text-align:		right;
 background-color:	#fed;
 padding:		5px 0;
}
#ft_title{
 color:			#f90;	
 font-size:		10px;
 font-family:	Arial, Helvetica, sans-serif;
 position:		relative;
 left:			-10px;
}
#ft_note{
}
#bottom{
	clear:		both;
	margin:		0;
}
.pagetop {
 font-size:		10px;
 text-align:		right;
}

