@charset "UTF-8";
/* CSS Document */

/*--------------------------
　「恵比寿かつ彩」共有レイアウト
---------------------------*/
/*◆左メニュー*/
#gnavi{
	padding-bottom:13px;
	background:url(../images/parts_dot.gif) left bottom repeat-x;
}

#gnavi li{
	width:162px;
	padding:13px 1px 0 1px;
	background:url(../images/parts_dot.gif) left 6px repeat-x;
}


#gnavi a{
	display:block;
	width:145px;
	padding:2px 0 2px 17px;
	color:#454545;
	text-decoration:none;
	font-weight:bold;
}

#gnavi a:link,#gnavi a:visited{
	background:url(../images/gnavi_arw.gif) #FFFFFF 2px center no-repeat;
}

#gnavi a:hover,#gnavi a:active{
	background:url(../images/gnavi_arw_on.gif) #ffb180 2px center no-repeat;
}

#gnavi li.selected a:link,#gnavi li.selected a:visited{
	background:url(../images/gnavi_arw_on.gif) #ffb180 2px center no-repeat;
}


/*◆左下背景写真*/
#main{
	background:url(../images/bg.jpg) left bottom no-repeat;
}

/*◆ページタイトル*/
h2{
	margin-bottom:10px;
}

/*◆サブナビゲーション*/
#ptitle ul{
	margin-top:15px;
	float:right;
}

#ptitle li{
	display:inline;
}

/*◆左列イメージ写真付き本文*/
.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;
}

/*--------------------------
　インデックス
---------------------------*/
/*◆バナー*/
#banner{
	overflow:hidden;
}

*html #banner{
	height:1%;
}


/*--------------------------
　コンセプト
---------------------------*/
/*◆素材リスト*/

#sozai li{
	display:inline;
	font-size:12px;
}

#sozai li img{
	padding:0 14px 15px 0;
}

#sozai li.r img{
	padding:0 0 15px 0;
}


/*--------------------------
　メニュー
---------------------------*/
/*◆メニューレイアウト*/
#menu{
	margin-bottom:30px;
	position:relative;
}

#menu li{
	float:left;
	padding-top:20px;
}

#yasai{
	_height:1%;
	margin-bottom:5px;
	border-left:#bbc500 5px solid;
}

#cheese{
	_height:1%;
	margin-bottom:5px;
	border-left:#dbb382 5px solid;
}

#teiban{
	_height:1%;
	margin-bottom:5px;
	border-left:#e1a1a8 5px solid;
}

#don{
	_height:1%;
	margin-bottom:5px;
	border-left:#cabb12 5px solid;	
}

#okonomi{
	clear:both;
	_height:1%;
	margin-bottom:0;
	border-left:#9fafcf 5px solid;
}

#gentei{
	margin-bottom:20px;
}

#plus{
	position:absolute;
	left:470px;
	top:40px;
	z-index:1;
}

/*--------------------------
　店舗のご案内
---------------------------*/
#shoplist table{
	margin-bottom:30px;
}

#shoplist td{
	vertical-align:top;
}

#shoplist .clearfix h3{
	float:left;
}

#shoplist .clearfix a{
	float:right;
}

#shoplist dl{
	margin-top:15px;
}

#shoplist dt{
	clear:left;
	float:left;
}

#shoplist dd{
	margin-left:4.5em;
}