﻿@charset "utf-8";

/* -----------------------------------------------
 * 観光文化情報ステーション
 * seasonディレクトリ CSS
 *
 * Author     : sue
 * LastUpdate : 08/07/09
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.サイトインフォ
 * 2.リンクページ
 * 3.サイトマップ
=============================================== */

.pageTitle {
	height: 50px;
	background: url("../img/information.gif") no-repeat;
	border-bottom: 3px solid #231815;
}

	.pageTitle h2 {
		margin: 0;
		padding: 18px 0 0 0;
		font-size: 140%;
		color: #ffffff;
		text-indent: 48px;
		line-height: 1;
	}

#article .cBox {
	width: 580px;
	margin-top: 15px;
}


/* -----------------------------------------------
 * 1.サイトインフォ
----------------------------------------------- */

#article h3 {
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 6px 0 6px 32px;
	font-size: 120%;
	background: #EBEBEB url("../../common/img/arrow02.gif") no-repeat 6px 8px;
}

#article h4 {
	margin-bottom: 8px;
	margin-left: 10px;
	padding-left: 16px;
	color: #4E371C;
	font-size: 110%;
	background: url("../../common/img/arrow03.gif") no-repeat left;
}

#article p {
	margin: 0 0 12px;
	font-size: 110%;
}

	#article p.last {
		margin-bottom: 18px;
	}

	#article p.sub {
		margin-left: 10px;
	}

#article .cBox ul {
	margin: 0 0 12px;
}

	#article .cBox ul li {
		margin: 0 0 8px;
		margin-left: 15px;
		font-size: 110%;
		list-style-type: disc;
	}


/*------------------------------------------------
 * 2.リンクページ
----------------------------------------------- */

#article p.emphasis {
	padding: 4px;
	font-size: 100%;
	border: 1px solid #CC0033;
	background: #FFFFF4;
}

#article #bannerList li {
	margin: 0 0 4px;
	list-style-type: none;
}

/*------------------------------------------------
 * 3.サイトマップ
----------------------------------------------- */

#article #sitemap li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	border-bottom: 2px solid #cccccc;
}

/* 二階層目以降があるもの */
#article #sitemap ul.secondLayer {
	margin: 5px 0 0;
	text-indent: 1em;
}

	#article #sitemap ul.secondLayer li {
		margin: 0 0 0 1em;
		padding: 3px 0 3px 5px;
		border-bottom: none;
		background: url("../../common/img/arrow01.gif") no-repeat left;
	}

#article .second {
	margin: 9px 0 0 0;
	padding: 0;
}

	#article .second dt {
		font-weight: bold;
		font-size: 110%;
	}

	#article .second dd {
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
		font-size: 90%;
		display: inline;
		line-height: 1.8;
		border-right: 2px solid #cccccc;
	}