@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;
}

/*タブ*/
#tab{
	padding-left:10px;
	background:url(../images/tab_bg.gif) left bottom repeat-x;
	overflow:hidden;
}

#tab li{
	float:left;
}

#tab a{
	display:block;
	width:193px;
	height:44px;
	background:url(../images/bg_tab.png) left top no-repeat;
	text-indent:-9999px;
	outline:none;
}

#tab01 a{background-position:0 -44px;}
#tab02 a{background-position:-193px -44px}
#tab03 a{background-position:-386px -44px}

#tab01 a:hover{background-position:0 0;}
#tab02 a:hover{background-position:-193px 0;}
#tab03 a:hover{background-position:-386px 0;}

#tab01 a.active{background-position:0 0;}
#tab02 a.active{background-position:-193px 0;}
#tab03 a.active{background-position:-386px 0;}

#piattogiorno,#tantocitta{
	display:none;
}

/*--------------------------
　ロマーナ
---------------------------*/
#romana .menu{
	margin-bottom:20px;
}

#romana .lead{
	height:140px;
	margin:5px 0;
	padding:10px 10px 10px 155px;
	background:url(../images/ro_ph01.jpg) 10px 10px no-repeat #c2825e;
}

#romana .lunch{
	padding-top:30px;
	background:url(../images/ro_line.gif) left top no-repeat;
}

#romana .lunch .inner{
	padding-left:30px;
	padding-bottom:20px;
	background:url(../images/ro_line.gif) left bottom no-repeat;
}

* html #romana .lunch .inner{
	zoom:1;
}

*:first-child+html #romana .lunch .inner{
	zoom:1;
}

#romana #set{
	width:310px;
	float:left;
}

#romana .ph{
	float:right;
	margin-top:-100px;
	margin-right:10px;
	display:inline;
	border:#fff 1px solid;
	position:relative;
	z-index:10;
}

/*--------------------------
　インデックス
---------------------------*/
/*◆メニュー*/
.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;
}
