﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
厚別｜お食事・お飲物・デザート　(/atsubetsu/menu_Food/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	background: url("../../img/atsubetsuLogo.gif") no-repeat left bottom;
}

		#leftContents .foodMenu {
			float: left;
			/*border: 1px solid red;*/
		}

		#leftContents .foodMiddle {
			margin: 0 10px;
		}

		#leftContents .foodRight {
			margin-top: 15px;
		}

			#leftContents h2 {
				line-height: 1.4;
				color: #f2972d;
				font-size: 90%;
			}

			#leftContents th {
				line-height: 0.8;
				padding-top: 4px;
				font-weight: normal;
				font-size: 85%;
			}

			#leftContents td {
				line-height: 0.8;
				vertical-align: top;
				padding-top: 4px;
				padding-left: 3px;
				color: #ff0000;
				font-size: 90%;
				text-align: right;
			}

			#leftContents .choice {
				line-height: 1;
				font-size: 80%;
			}

	#leftContents .pageTrans img {
		margin-top: 5px;
	}



/* -----------------------------------------------------------------------------
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;
			}
