@charset "Shift_JIS";

/***************************
		トップページ
***************************/

/*　ナビ　*/

#navi {
	background: url(images/home-navi.jpg) no-repeat;
}

.gloval li#g1 { background: url(images/home-navi.jpg) no-repeat  -20px -65px; }


/*　コンテンツ　*/

#content {
	background: url(images/home-content-bg.gif) repeat-y;
}

#content h2,
#content p {
	margin-bottom: 0;
}

#content-left {
	float: left;
	width: 570px;
}

#content-right {
	float: right;
	width: 235px;
}

#content-right p {
	margin-bottom: 15px;
}

#content a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*　FLASH　*/

#flash {
	width: 838px;
	height: 339px;
	padding: 0 21px;
	background: url(images/flash-bg.gif) repeat-y;
}

object,
embed {
	vertical-align: top; /* safariでの隙間対策 */
}

#noflash {
	width: 838px;
	height: 339px;
	background: url(images/flash.jpg) no-repeat;
}


/*  メインコンテンツ  */

.section {
	float: left;
	width: 265px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.section p {
	margin-top: 5px;
	padding-left: 15px;
	background: url(images/top_bar.gif) no-repeat 0 bottom;
	font-size: 90%;
	line-height: 1.1;
}

.section.banner-plan {
	margin-top: -5px;
}


.line {
	clear: both;
	border-top: solid 1px #8C8A87;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}


/*  交通アクセス  */

#side-access {
	margin: 10px 0 20px;
}

#side-access li {
	margin-bottom: 5px;
	padding-left: 21px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#a1 { background: url(images/icon-jet.gif) no-repeat; }
#a2 { background: url(images/icon-train.gif) no-repeat; }
#a3 { background: url(images/icon-shin.gif) no-repeat; }
#a4 { background: url(images/icon-car.gif) no-repeat; }


/*  他館バナー  */

#side-banner {
	width: 220px;
	margin: 10px 0 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}

#side-banner li {
	margin-bottom: 5px;
}


/* フッター */

#footer {
	width: 880px;
	margin:  0 auto;
	padding: 0;
	border: none;
	background: url(images/home-footer.gif) no-repeat 0 0;
}

#footer h2 {
	left: 40px;
	top: 5px;
}


/* 緊急情報 */

#caution {
	margin: 5px 0 20px;
	padding: 15px 10px 10px;
	border: dashed 1px #c00;
	background: #FFF7F7;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}