﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
江別｜お食事・お飲物・デザート　(/ebetsu/menu_Food/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	text-align: center;
	background: url("../../img/ebetsuLogo.gif") no-repeat left bottom;
}

	#leftContents #foodMenu {
		width: 520px;
		height: 375px;
	}

#menupage {
	margin: 10px auto 0px;
 }

.chapter {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0.3em;
	border-top: solid 1px;
	border-bottom: solid 1px #F29739;
	border-left: double 5px #F29739;
	color: #F29739;
	font-weight: bold;
}

.foodimg {
	width: 100px;
	height: 50px;
	margin: 5px;
	}



/*--------------------------------
フードメニュー
--------------------------------*/

#foodmein {
	width: 520px;
	margin-bottom: 0px;
}

#foodmeinsub {
	float: left;
	width: 130px;
}
	#foodmeinsub li.narrow {
		letter-spacing: -0.1em;
	}
	#foodmeinsub span {
		font-size: 85%;
	}

#foodmeinsub .chapterword {
	text-align: right;
}

#chapterfood {
	width: 520px;
}

#chaptersub {
	margin-top: 0;
}

.noline {
	border-left: none;
}

#foodmeinsub ul {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 1em;
	}

#foodmeinsub ul li {
	font-size: 0.75em;
	text-align: right;
	}


/*--------------------------------
ドリンク・デザートメニュー
--------------------------------*/

#menupage_d {
	background: url(../img/back.jpg) no-repeat;
 }

#menuleft {
	float: left;
	width: 250px;
	margin: 20px auto 0px;
}

.chapterword {
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 1px;
	font-size: 0.75em;
}

.price {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}


.linkimg {
	margin-top: 230px;
	margin-left: 40px;
	}

#menuright {
	float: right;
	width: 250px
	margin: 20px auto 0px;
}

.backimgdrink {
	height: 290px;
	background: url(../img/back_drink.jpg) no-repeat left bottom;
	}

#menuright ul li {
	text-align: right;
	}



/*--------------------------------
各メニューリンク
--------------------------------*/

/*----

#leftContents #pageTrans {
	margin-top: 35px;
	} 


		#leftContents #pageTrans li {
			float: right;
			margin: 0 10px;
		}

------*/


/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
	background: url("../../img/backgroundRight.jpg") no-repeat right bottom;
}
	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
		padding-left: 45px;
	}
		#rightContents .navigation ul li {
			line-height: 1;
			margin-bottom: 3px;
		}
			#rightContents .navigation ul li.last {
				margin-bottom: 10px;
			}
