﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
江別ゆったりプラン(/ebetsu/yuttari.html) CSS

Creator    : sue/waka
LastUpdate : 09/05/08
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	text-align: center;
}
	.Container01 {
		margin: 5px 10px 10px;
		padding: 4px;
		background: #ff3333;
	}
	
		.Container01 h2{
			margin: 0 auto;
			padding: 0;
			color: #FFFFFF;
			font-size: 140%;
			text-align: center;
		}
		
		p.detail {
			line-height: 1.2;
			margin: 5px 12px;
		}
			.overSixty {
				color: #ff0000;
				font-size: 105%;
			}
		
		p.caution {
			margin-left: 12px;
			font-size: 85%;
		}
		
			#leftContents table {
				margin: 0 auto;
				border: 1px solid #000000;
			}
			
				#leftContents th {
					padding: 6px 4px;
					border: 1px solid #000000;
					font-weight: normal;
					font-size: 110%;
					text-align: center;
					background-color: #F6F6F6;
				}
				
				#leftContents td {
					line-height: 1.2;
					padding: 6px 4px;
					/*font-weight: bold;*/
					font-size: 110%;
					text-align: left;
					border: 1px solid #000000;
				}

/* -----------------------------------------------------------------------------
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;
			}
