﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
厚別｜駐車場案内　(/atsubetsu/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: 300px;
		margin-top: 70px;
		padding: 5px;
		color: #ffffff;
		text-align: center;
		background-color: #000000;*/
		margin-top: 10px;
		font-weight: bold;
		font-size: 200%;
	}


/* -----------------------------------------------------------------------------
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;
			}
