@charset "UTF-8";
/* CSS Document */

/*--------------------------
　「テンパオ」共有レイアウト
---------------------------*/


/*◆左下背景写真*/
#main{
	background:url(../images/bg.jpg) left bottom no-repeat;
}

/*◆ページタイトル*/
h2{
	margin-bottom:10px;
}


/*◆左列イメージ写真付き本文*/
.withPh{
	margin-bottom:20px;
}

.withPh .fr{
	width:540px;
}

.withPh .fr p{
	padding:5px 0 0 10px;
}

/*◆※印付き１字下げ注釈*/
.note{
	display:block;
	text-indent:-1em;
	margin-left:1em;
}

/*--------------------------
　インデックス
---------------------------*/
/*◆メニュー*/
#menu{
	padding:20px 0;
}

#menu h3{
	margin-bottom:10px;
}

#menu dl{
	width:190px;
	margin:0 0 20px 25px;
	float:left;
}

#menu dd{
	padding:5px 20px 0 0;
}

#menu ul{
	margin-bottom:20px;
	margin-left:15px;
	overflow:hidden;
	_height:1%;
}

#dinner li{
	margin-right:5px;
	float:left;
}

#alchol li{
	float:left;
}

#alchol li.fr{
	padding-right:30px;
	float:right;
}

.note{
	text-align:right;
}

/*--------------------------
　店舗のご案内
---------------------------*/
#shop{
	margin-bottom:30px;
}

#shop h3{
	margin-bottom:10px;
}

#shop table{
	margin-left:30px;
	_margin-left:15px;
}