@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;
	_margin:0 0 20px 20px;
	float:left;
}

.menu dd{
	padding:5px 10px 0 10px;
}

.menu ul{
	margin:0 0 20px 25px;
	_margin:0 0 20px 20px;
	overflow:hidden;
	_height:1%;
}

.menu li{
	margin-right:15px;
	float:left;
}

#pa01 .note{
	text-align:right;
}

/*--------------------------
　店舗のご案内
---------------------------*/
.shop{
	margin-bottom:30px;
	_height:1%;
}

.shop h3{
	margin-bottom:10px;
}

.shop table{
	margin-left:30px;
	_margin-left:15px;
}


.line{
	width:655px;
	height:20px;
	margin:20px 0;
	background:url(../images/parts_line.gif) left bottom no-repeat;
}