/*
///////////////////////////////////////////////////////////////////////
=======================================================================
	       コメダ珈琲店　オフィシャルホームページ
	 	 http://www.komeda.co.jp/index.html
	Copyright (C) 2007 KOMEDA CO.,LTD.All Rights Reserved.
=======================================================================
///////////////////////////////////////////////////////////////////////
-- Menu.html↓ --------------------------------------------------------
[ ---- Coffee - Tea - Drink - Food - Dessert - Special - Morning ---- ]
*/


/*=====================================================================
 共通
=====================================================================*/
img {
	border:none;
	margin:0px;
	padding:0px;
}


/*　メニュー枠　*/
div#me_layout {
	width:670px;
	background:url(../images/menu/layout_middle.gif) repeat-y top left;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/*　テーブル全体　*/
table {
	margin-left:auto;
	margin-right:auto;
}


/*　水平線　*/
hr {
	border-top:none;
	border-bottom:1px white solid;
	margin:0px;
}


/*　外枠　*/
.menu_all{
	width:670px;
	background-color:#FFFBEE;
	border:1px #987654 solid;
	margin-left:auto;
	margin-right:auto;
}


p.orange {
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	margin:5px 0px 0px 22px;
}



/*=====================================================================
 メニュートップ
=====================================================================*/
td.me_top_title {
	width:300px;
	height:37px;
	text-align:center;
}


td.me_top_menu {
	width:278px;
	background-color:#FFFAE8;
	border-width:1px 1px 1px 1px;
	border-color:#987654;
	border-style:solid;
	text-align:left;
	padding:10px 0px 10px 20px;
}


td.me_top_center {
	width:40px;
}



/*=====================================================================
　写真有りメニューレイアウト
=====================================================================*/
/*　メニュー左配置　*/
td.me_left {
	width:300px;
	padding:0px;
	text-align:right;
	vertical-align:top;
}


/*　メニュー右配置　*/
td.me_right {
	width:300px;
	padding:0px;
	text-align:right;
	vertical-align:top;
}


/*　写真　左　*/
div.me_image_left {
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/*　写真　右　*/
div.me_image_right {
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/*　アイコン　左　*/
div.me_icon_left {
	width:228px;
	text-align:left;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}


/*　アイコン　右　*/
div.me_icon_right {
	width:228px;
	text-align:left;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}



/*=====================================================================
　メニュー間の余白
=====================================================================*/
/* 5px */
div.height_5 {
	width:300px;
	height:5px;
}


/* 7px */
div.height_7 {
	width:300px;
	height:7px;
}


/* 10px */
div.height_10 {
	width:300px;
	height:10px;
}


/* 20px */
div.height_20 {
	width:300px;
	height:20px;
}


/* 25px */
div.height_25 {
	width:300px;
	height:25px;
}


/* 30px */
div.height_30 {
	width:300px;
	height:30px;
}


/* 35px */
div.height_35 {
	width:300px;
	height:35px;
}


/* 40px */
div.height_40 {
	width:300px;
	height:40px;
}


/* 50px */
div.height_50 {
	width:300px;
	height:50px;
}


/* 60px */
div.height_60 {
	width:300px;
	height:60px;
}


/* 70px */
div.height_70 {
	width:300px;
	height:70px;
}


/* 80px */
div.height_80 {
	width:300px;
	height:80px;
}


/* 90px */
div.height_90 {
	width:300px;
	height:90px;
}


/* 100px */
div.height_100 {
	width:300px;
	height:100px;
}


/* 110px */
div.height_110 {
	width:300px;
	height:110px;
}


/* 120px */
div.height_120 {
	width:300px;
	height:120px;
}


/* 130px */
div.height_130 {
	width:300px;
	height:130px;
}


/* 140px */
div.height_140 {
	width:300px;
	height:140px;
}


/* 150px */
div.height_150 {
	width:300px;
	height:150px;
}



/*=====================================================================
　写真無しメニューレイアウト
=====================================================================*/
div.etc_layout {
	width:560px;
	background:url(../images/menu/etc_layout_middle.gif) repeat-y top center;
	padding:10px 20px 10px 20px;
}


td.etc_menu {
	width:280px;
	text-align:center;
	vertical-align:top;
}


/*　チケット　*/
td.etc_ticket {
	vertical-align:top;
	text-align:center;
}


/*　アイコン　*/
div.etc_icon {
	width:250px;
	height:22px;
	text-align:left;
	padding-left:18px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}


/*　アイコン　*/
div.etc_icon_tea {
	width:250px;
	height:22px;
	text-align:left;
	padding-left:18px;
	margin-left:auto;
	margin-right:auto;
}



/*=====================================================================
　アイコン説明
=====================================================================*/
div#icon_all {
	width:660px;
	height:53px;
	background:url(../images/menu/icon/title.gif) no-repeat top left;
	padding-top:18px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}


td.icon_space {
	width:90px;
	font-size:8pt;
	border-right:2px white dotted;
	text-align:center;
}



/*=====================================================================
　Special.html
=====================================================================*/
td.special {
	vertical-align:top;
	text-align:center;
}


/*=====================================================================
　Morning.html
=====================================================================*/
td.morning {
	padding:20px;
	font-size:10pt;
	text-align:center;
}
