﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
東苗穂｜最寄りの交通機関案内　(/higashiNaebo/access_Traffic/index.html) CSS

Creator    : sue/waka
LastUpdate : 11/05/02
----------------------------------------------- */

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

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

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

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

	#leftContents #freeBus  {
	}

		/* 見出し */
		#leftContents #freeBus h2 {
			margin: 10px 0 20px;
			font-size: 120%;
		}

		#leftContents #freeBus ul li {
			margin: 0 0 15px;
			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;
			}

