﻿@charset "utf-8";

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

/* ===============================================
 *【基本構成】
 *
 * 1.
 * 2.
 * 2-1.
 * 2-2.
=============================================== */

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

/* -----------------------------------------------------------------------------
 * 1.イチオシ観光イベント
----------------------------------------------------------------------------- */

#article #sightseeingEvent {
	width: 574px !important;
	width: 580px;
	margin: 12px 0;
	/*padding: 10px;*/
	padding: 8px 0 0;
	border: 3px solid #B60005;
	/*background: url("../img/sightseeingBack.gif") no-repeat;*/
}

	#sightseeingEvent h2 {
		margin: 0;
		padding: 5px 0 8px 12px;
	}

	/* スクロールバーが出るところ */
	#sightseeingEvent #sightseeingEventList {
		width: 530px;
		height: 100px;
		margin: 0 auto;
		overflow: auto;
	}

		/* リスト */
		#sightseeingEvent #sightseeingEventList ul li {
			margin: 5px 0 5px 20px;
			list-style-type: disc;
		}


	/* イベントのカテゴリ */
	#todayEventsList h4 {
		margin: 10px 0 0;
		padding: 3px 0 3px 6px;
		font-size: 110%;
		border-left: 4px solid #0C6488;
		background: #efefef;
	}
	
	
	/* 一覧 */
	#todayEventsList ul {
		margin: 0 0 0 1em;
	}

		#todayEventsList ul li {
			padding: 5px 0;
			list-style-type: disc;
			list-style-position: inside;
			line-height: 1.8;
			border-bottom: 1px solid #cccccc;
		}

/* -----------------------------------------------------------------------------
 * 2.本日開催のイベント
----------------------------------------------------------------------------- */

/* 日付 */
#article .today {
	font-size: 160%;
	font-weight: bold;
}

/* 他のイベント */
#article ul#exEventList li {
	float: left;
	width: 135px;
	_width: 145px;
	padding: 4px;
	text-align: center;
	border: 1px solid #cccccc;
	display: block;
	background: url("../../common/img/arrow04.gif") no-repeat left #dddddd;
}

	#article ul#exEventList li a {
		color: #404040;
	}


/* -----------------------------------------------------------------------------
 * 3.今週開催のイベント
----------------------------------------------------------------------------- */

/* 今週の曜日一覧 */
.weekDay {
	margin: 8px 0;
}

	/* 曜日リスト */
	.weekDay li {
		float: left;
		margin-right: 12px;
		padding-right: 8px;
		font-size: 100%;
		font-weight: bold;
		border-right: 1px solid #dddddd;
	}


/* -----------------------------------------------------------------------------
 * 4.本日以外のイベント一覧
----------------------------------------------------------------------------- */

h3#month {
	margin: 6px 0 0;
	font-size: 160%;
}

#weekEventsList dt {
	margin: 8px 0;
	padding: 1px 3px 1px 8px;
	font-size: 130%;
	font-weight: bold;
	border-left: 8px solid #B60005;
	background: #dddddd;
}

/* カテゴリ名 */
#weekEventsList dd h4 {
	margin: 10px 0 0;
	padding: 3px 0 3px 6px;
	font-size: 110%;
	border-left: 4px solid #0C6488;
	background: #efefef;
}

	/* 一覧 */
	#weekEventsList dd ul {
		margin: 0 0 0 1em;
	}
	
		#weekEventsList dd ul li {
			padding: 5px 0;
			list-style-type: disc;
			list-style-position: inside;
			line-height: 1.8;
			border-bottom: 1px solid #cccccc;
		}