@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-sightseeing.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: 0 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}
#lmenu03 a {
	background-position: 0 -72px;
}
#lmenu03 a:hover {
	background-position: -200px -72px;
}
#lmenu04 a {
	background-position: -200px -108px;
}
#lmenu04 a:hover {
	background-position: -200px -108px;
}
#lmenu05 a {
	background-position: 0 -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
/*
#lmenu06 a {
	background-position: 0 -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}
*/


/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/shuttlebus/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}



/* 見出し
------------------------------------------------------------*/
#caption {
	padding-bottom: 20px;
}

#caption p {
	margin: 10px auto 0;
	width: 680px;
	line-height: 1.4em;
}
h4 {
	font-size: 18px;
	line-height: 1.5em;
	background: #669966;
	color: #FFFFFF;
	border-left: 4px solid #006633;
	padding-left: 8px;
}


/* タイムテーブル（共通）
------------------------------------------------------------*/


/* タイムテーブル（ウトロ温泉－カムイワッカ：シャトルバス）
------------------------------------------------------------*/
#shuttlebus01 {
	padding-bottom: 20px;
}
#shuttlebus01 p {
	text-align: left;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#shuttlebus01 .tt01 {
	width: 740px;
	margin-bottom: 10px;
}
#shuttlebus01 .tt01 th {
	background: #cbe0d3;
	padding: 2px;
	text-align: center;
}
#shuttlebus01 .tt01 td {
	background: #eeeeee;
	padding: 2px;
	width: 30px;
	text-align: right;
}
#shuttlebus01 .tt01 .bt {
	background: #8ec4a3;
}
#shuttlebus01 .tt01 .regular {
	background: #dfcda1;
}
#shuttlebus01 .tt01 .reg-time {
	background: #dddddd;
}

#note {
	text-align: right;
}
#note .cell {
	background: #dfcda1;
	font-weight: bold;
	padding: 2px 10px;
}

/* タイムテーブル（バスターミナル－各ホテル：シャトルバス）
------------------------------------------------------------*/
#shuttlebus02 {
	padding-bottom: 20px;
}
#shuttlebus02 ul {
	margin: 0px auto;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 20px;
	list-style: disc;
}


/* テーブル01 */
#shuttlebus02 .tt01 table {
	margin-bottom: 10px;
	width: 740px;
}
#shuttlebus02 .tt01 th {
	background: #CCCCCC;
	padding: 2px;
	text-align: center;
}
#shuttlebus02 .tt01 td {
	background: #eeeeee;
	padding: 2px;
	width: 30px;
	text-align: right;
}
#shuttlebus02 .tt01 .bt {
	background: #999999;
}

/* テーブル02 */
#shuttlebus02 .tt02 table {
	border: 1px solid #007f2f;
	margin-bottom: 10px;
	width: 740px;
}
#shuttlebus02 .tt02 th {
	padding: 2px;
	text-align: left;
}
#shuttlebus02 .tt02 td {
	padding: 2px;
	width: 30px;
	text-align: center;
}

#shuttlebus02 .tt01 .shari,
#shuttlebus02 .tt02 .shari {
	background: #FFCC99;
}

/* テーブル03 */
#shuttlebus02 .tt03 table {
	border: 1px solid #007f2f;
	margin-bottom: 10px;
	width: 740px;
}
#shuttlebus02 .tt03 th {
	background: #cbe0d3;
	padding: 2px;
	text-align: center;
}
#shuttlebus02 .tt03 td {
	background: #eeeeee;
	padding: 2px;
	width: 30px;
	text-align: right;
}
#shuttlebus02 .tt03 .bt {
	background: #8ec4a3;
}

/* テーブル04 */
#shuttlebus02 .tt04 table {
	border: 1px solid #007f2f;
	margin-bottom: 10px;
	width: 740px;
}
#shuttlebus02 .tt04 th {
	padding: 2px;
	text-align: center;
	background: #CCCCCC;
}
#shuttlebus02 .tt04 td {
	padding: 2px;
	width: 45px;
	text-align: center;
}

