﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
桑園｜最寄りの交通機関案内　(/souen/access_Traffic/index.html) CSS

Creator    : sue/waka
LastUpdate : 08/04/04
----------------------------------------------- */

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

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

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

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

	#leftContents img {
		margin-top: 10px;
		/*margin-left: 10px;*/
	}


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