/* +++++++++++++++++++++++ body#EVENT +++++++++++++++++++++++ */

#EVENT .Contents h3 a:link,
#EVENT .Contents h3 a:active,
#EVENT .Contents h3 a:visited,
#EVENT div.details a:link,
#EVENT div.details a:active,
#EVENT div.details a:visited {
	color: #660000;
}
#EVENT .Contents h3 a:hover,
#EVENT div.details a:hover {
	color: red;
}
#EVENT .Contents h3,
#EVENT p.photo,
#EVENT div.details,
#EVENT div.details-flat {
	color : #660000;
}
#EVENT .Contents hr.lead {
	margin-top: 10pt;
	margin-bottom: 0px;
}

/* ===== イベントタイトル (h3) ===== */
#EVENT .Contents h3 {
	font-weight: normal;
	font-size: 10pt;
	background-color: #DCBC98;
	margin: 2px 0px;
	padding: 3px 7px;
}

/* ===== 写真 (p.photo) ===== */

#EVENT p.photo {
	background-color: #FAF0DC;
	padding-top: 5px;
	padding-bottom: 15px;
	float: left;
}
#EVENT .photo img {
	margin-right: 10px;
	margin-bottom: 5px;
}

/* ===== 本文 (div.details) ===== */

#EVENT div.details {
	font-size: 13px;
	background-color: #DCBC98;
	margin: 5px 0px 0px 165px;
	padding: 5px 0px 0px;
}
#EVENT .details p {
	padding: 0px 12px 0.8em;
}

/* ===== L字型の下側本文 (div.details-flat) ===== */

#EVENT div.details-flat {
	font-size: 13px;
	background-color: #DCBC98;
	margin: 0px;
	padding: 15px 0px;
}
#EVENT .details-flat p {
	padding: 0px 15px 1em;
}

/* ===== 注 (ul.note) ===== */

#EVENT ul.note {
	margin: 2em 0px 2em 20px;
}
#EVENT .note li {
	margin: 0px 0px 0.5em 15pt;
	list-style-image: url(../top/list_style_400000.gif);
}




/* ----------------------- イベント詳細ページ ----------------------- */

#EVENT div.eventdetail-tb,
#EVENT div.eventdetail-body,
#EVENT div.eventdetail-footer {
	font-size: 9pt;
	color: #003300;
	width: 520px;
}
#EVENT div.eventdetail-body hr {
	margin-top: 0px;
	margin-bottom: 5px;
}
#EVENT .eventdetail-body p {
	margin-bottom: 0.8em;
}
#EVENT .eventdetail-body p.note {
	margin-left: 15pt;
}

#EVENT .eventdetail-body .schedule img {
	margin: 0px 0px 5px;
}

/* ===== トップのボーダー ===== */

#EVENT div.eventdetail-tb {
	margin-top: 10px;
	padding: 0px 0px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
#EVENT .eventdetail-tb div.lb {
	background-color: #006600;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

/* ===== イベントタイトル (h1.event-title) ===== */

#EVENT h1.event-title {
	font-size: 10pt;
	line-height: 13pt;
	color: #FFFF99;
	background-color: #006600;
	margin: 10px 0px 5px;
	padding: 2px 5px;
}
#EVENT p.date {
	margin: 10px 0px 2px 10px;
}

/* ===== イベント説明など (div.description) ===== */
#EVENT div.description {
	background-color: #006600;
	margin: 0px 0px 1em;
	padding: 10px 15px;
}
#EVENT div.ex {
	margin: 1em 0px 1.5em 10px;
}

/* ===== 時間割 (table.schedule) ===== */

#EVENT table.schedule {
	margin-bottom: 2em;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
#EVENT .schedule col.time {
	width: 140px;
}
#EVENT .schedule tr {
	clear: both;
}
#EVENT .schedule th.date {
	color: white;
	background-color: #006600;
	text-align: left;
	padding: 2px 5px;
}
#EVENT .schedule td {
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 5px 5px;
}
#EVENT .schedule td.time {
	padding: 0px 5px 3px 10px;
}
#EVENT .schedule td.title {
	padding: 0px 0px 3px;
}
#EVENT .schedule tr.lead td {
	padding-top: 10px;
}

#EVENT .schedule h2 {
	font-size: 9pt;
	display: inline;
}
#EVENT .schedule p.chk {
	padding-left: 1em;
	display: inline;
}

/* ===== 時間割・コメントセル設定 ===== */

/* タイトル添えコメント */
#EVENT .schedule td.comment {
	padding-left: 20px;
}

/* 画像・文字列 中央揃え */
#EVENT .schedule td.np-center {
	text-align: center;
	padding: 5px 0px;
}

/* 画像・文字列 左 */
#EVENT .schedule td.np-left {
	text-align: left;
	padding: 5px 0px;
}

/* 画像・文字列 右 */
#EVENT .schedule td.np-right {
	text-align: right;
	padding: 5px 0px;
}

/* 画像左・文字列回り込み */
#EVENT .schedule img.left {
	margin: 0px 5px 5px 0px;
	float: left;
}

/* 画像右・文字列回り込み */
#EVENT .schedule img.right {
	margin: 0px 0px 5px 5px;
	float: right;
}

/* ===== 文字色 ===== */
#EVENT .schedule .wisteria {
	color: #6666FF;
}
#EVENT .schedule .orange {
	color: #FF6600;
}
#EVENT .schedule .persimmon {
	color: #D87418;
}


/* ===== イベントの内容は…… (p.exemption) ===== */
#EVENT p.exemption {
	font-size: 9pt;
	text-align: center;
	margin: 1em 0px;
}

/* ===== ウィンドウを閉じる (p.w-close) ===== */
#EVENT p.w-close a {
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	padding: 0px;
	width: 130px;
	height: 20px;
	display: block;
}
#EVENT p.w-close a:link,
#EVENT p.w-close a:active,
#EVENT p.w-close a:visited {
	background-image: url(logo_close1.gif);
}
#EVENT p.w-close a:hover {
	background-image: url(logo_close2.gif);
}

/* ===== 下部ボーダー ===== */

#EVENT div.eventdetail-footer {
	margin-top: 1em;
	padding: 2px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;
}
#EVENT .eventdetail-footer p.banner {
	font-size: 10px;
	line-height: 12px;
	color: white;
	background-color: #006600;
	margin: 0px;
	padding: 0px;
}
#EVENT .banner span.hail {
	float: right;
	display: block;
	position: relative;
	top: 10px;
	right: 281px;
}
#EVENT .banner img {
	margin-left: 10px;
}
#EVENT .banner span.cc {
	font-size: 11px;
	position: relative;
	top: -12px;
	left: 58px;
}
#EVENT .banner a:link,
#EVENT .banner a:active,
#EVENT .banner a:visited {
	color: white;
}
#EVENT .banner a:hover {
	color: red;
}




#EVENT .eventdetail-body .bg_aka {
	background-color: #960000;
}
#EVENT .MAIN .MainBox .event-schedule .lateout {
	background-color: #F8D3FE;
	color: #AA2424;
}
#EVENT .MAIN .MainBox .event-schedule .status .earlyin {
	background-color: #BDC6FD;
}
#EVENT .MAIN .MainBox .event-schedule .wday {
}
#EVENT .MAIN .MainBox .event-schedule .wday {
	background-position: center;
}
#EVENT .MAIN .MainBox .event-schedule .wday {
	padding-left: 5px;
}
#EVENT .MAIN .MainBox .event-schedule .date {
	font-size: 12px;
}
#EVENT .MAIN .MainBox .event-schedule .earlyin {
}
#EVENT .MAIN .MainBox .event-schedule .earlyin {
	background-color: #BDC6FD;
}
#EVENT .eventdetail-body img {
	padding-right: 10px;
	padding-left: 0px;
}
#EVENT .eventdetail-body .schedule .title .green {
	color: #009900;
}
