﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
無料送迎バスのご案内(/bus/index.html) CSS

Creator    : sue/waka
LastUpdate : 11/04/25
----------------------------------------------- */

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

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

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

#leftContents {
	text-align: center;
	/*background: url("../img/busBack.gif") no-repeat left bottom;*/
}
	#leftContents h2 {
		margin: 15px 0 10px;
		font-size: 180%;
		font-weight: bold;
		text-align: center;
	}
	#leftContents ul {
		width: 400px;
		margin: 0 auto;
	}
		#leftContents ul li {
			margin-top: 15px;
		}


	/*#leftContents dl {
		width: 380px;
		margin: 0 auto;
		padding: 20px 0 20px 10px;
		background: #F7F8F8;
	}
		#leftContents dt {
			font-weight: bold;
			font-size: 140%;
		}
		#leftContents dd {
			margin-bottom: 20px;
			padding-left: 2em;
			font-size: 120%;
		}
			#leftContents dd.ddLast {
				margin-bottom: 0;
			}
	#leftContents h3 {
		margin-top: 5px;
		padding-left: 70px;
		font-weight: bold;
		color: #ff0000;
	}*/

/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
}

	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
	}
		#rightContents .navigation ul li {
			margin-bottom: 7px;
		}
