﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
厚別｜浴場案内　(/atsubetsu/facility_Bath/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	position: relative;
	background: url("../../img/atsubetsuLogo.gif") no-repeat left bottom;
}

	#leftContents #bathMap {
		margin-top: 5px;
	}

	#leftContents #bathIndiv {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 171px;
		height: 182px;
		padding: 0;
	}


/* -----------------------------------------------------------------------------
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;
			}

