﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
江別｜駐車場案内　(/ebetsu/access_Parking/index.html) CSS

Creator    : sue/waka
LastUpdate : 10/08/30
----------------------------------------------- */

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

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

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

#leftContents {
	/*background: url("../img/parkingBack.jpg") no-repeat left bottom;*/
}

	#leftContents #parkingLot {
		/*width: 150px;
		height: 150px;
		margin-top: 15px;
		margin-left: 15px;
		text-align: center;
		background-color: #663300;*/
		margin-top: 10px;
		font-weight: bold;
		font-size: 200%;
	}

	/*#leftContents  #parkingLot .free {
		padding: 20px 0 5px;
		color: #ffffff;
		font-weight: bold;
		font-size: 140%;
		text-align: center;
	}
	
	#leftContents  #parkingLot .capacity {
		line-height: 1.2;
		color: #f2972d;
		font-weight: bold;
		font-size: 250%;
		text-align: center;
	}*/


/* -----------------------------------------------------------------------------
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;
			}

