@charset "utf-8";
/*--------------------------------------------------------------------------
	[ manekineko css ]
	--------------------------------------------------------------------------
	author: Lampros co.,ltd. Kenji nomura
	url:http://www.lampros.co.jp/
	making day: 2010-03-29
	-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/* メニュー ページ 全体
---------------------------------------------------------------------------*/



/* メニュー情報
---------------------------------------------------------------------------*/
#MenuArea {
	width: 700px;
	margin-top: 25px;
	height: 419px;
}
#foodMenuDoor {
	width: 339px;
	margin-right: 21px;
	float: left;
}
#drinkMenuDoor {
	width: 339px;
	float: left;
}
#nomihoudaiTitle {
	clear: left;
	width: 430px;
	margin: 28px 0px 8px 0px;
}
#nomihoudaiDoor { margin-top: 25px;}
#newmenu { margin-top: 5px;}


/* メニューセレクト
---------------------------------------------------------------------------*/
#menuTop {
	float: left;
	width: 103px;
	padding-top: 14px;
	margin-right: 14px;
}
#menuSelectArea { height: 32px;}
#menuSelect {
	float: left;
	padding-top: 6px;
	height: 32px;
}
#menuSelect li {
	float: left;
	margin-right: 10px;
}

/* メインimage */
#mainimage { margin-top: 20px;}

/* メニュー下コメント
---------------------------------------------------------------------------*/
.menuChange {
	text-align: center;
	margin-top: 10px;
	clear: both;
}

.menuComment ul {
	clear: left;
	margin-top: 15px;
}
.menuComment ul li {
	margin: 0px 0px 0px 10px;
	padding-left: 18px;
	background: url(../_img/store_info/tenpo_dot.jpg) no-repeat left top;
}
strong.aside {
	color: #CC0000;
	font-weight: bold;
}


/* クリアフィックス
---------------------------------------------------------------------------*/
#MenuArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#MenuArea {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac */
* html #MenuArea {
	height: 1%;
}
#MenuArea {
	display: block;
}
/* End hide from IE-mac */


