﻿@charset "utf-8";

/* 【「年間行事」用CSSファイル】 */

/* ▼基本スタイル */

body#event h2 { background-image: url(../images/title_event.gif); }

body#event img {
	margin-right: 10px;
	margin-bottom:10px;
}

body#event table li {
	font-size: 12px;
	line-height: 22px;
}

body#event p.parentNote,
body#event p.parent {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
}

body#event p.parentNote {
	background-position: left 0px;
	text-indent: 16px;
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px solid #FFC8C8;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

body#event p.parent {
	background-position: right 0px;
	display: inline;
	padding-right: 16px;
	color: #FFA0A0;
}

body#event #eventDesc p.txt {
	text-align: justify;
	margin-bottom: 5px;	
}

/* ▼行事テーブル - 基本 */

body#event table {
	font-size: 12px;
	width: 850px;
	margin-bottom: 10px;
	margin-right: 10px;
}

body#event caption { display: none; }

body#event table th,
body#event table td {
	text-align: left;
	vertical-align: top;
}

body#event table th {
	width: 20px;
	text-indent: -9999px;
}

body#event table td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

body#event table#spring td,
body#event table#summer td,
body#event table#autumn td,
body#event table#winter td,
body#event table#throughYear td {
	border-bottom: 1px dashed #FFC8C8;
}

/* ▼行事テーブル - 季節 */

body#event th.spring {
	background-image: url(../images/season_bar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
	background-color: #FCC;
}

body#event th.summer {
	background-image: url(../images/season_bar.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	width: 20px;
	background-color: #44D0FF;
}

body#event th.autumn {
	background-image: url(../images/season_bar.png);
	background-repeat: no-repeat;
	background-position: -40px 0px;
	width: 20px;
	background-color: #FFD57A;
}

body#event th.winter {
	background-image: url(../images/season_bar.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	width: 20px;
	background-color: #F63;
}

body#event th.throughYear {
	background-image: url(../images/season_bar.png);
	background-repeat: no-repeat;
	background-position: -80px 0px;
	width: 20px;
	background-color: #88CC00;
}

body#event table th p {
	background-image: url(../images/month.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

body#event th.thYearSpace {
	width: 50px;
}

/* ▼行事テーブル - 月 */

body#event table th p.may {
	background-position: 0px 0px;
}

body#event table th p.june {
	background-position: -50px 0px;
}

body#event table th p.july {
	background-position: -100px 0px;
}

body#event table th p.august {
	background-position: -150px 0px;
}

body#event table th p.october {
	background-position: -200px 0px;
}

body#event table th p.december {
	background-position: -250px 0px;
}

body#event table th p.january {
	background-position: -300px 0px;
}

body#event table th p.february {
	background-position: -350px 0px;
}

body#event table th p.march {
	background-position: -400px 0px;
}

/* ▼行事 - 通年 */

body#event div#throughYear {
	width: 850px;
}

body#event #throughYear h3 {
	background-image: url(../images/throughYear.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 290px;
	height: 25px;
	font-size: 14px;
	color: #FFF;
	text-indent: 0;
	font-weight: normal;
	padding-left: 10px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}

body#event #throughYear ul { 
	margin-bottom: 10px;
}

body#event #throughYear li {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 50px;
	padding-bottom: 10px;
}

/* ▼行事 - 個別 */

body#event table li p.eventTitle { color: #FFA0A0; }

body#event div#throughYear p.eventTitle { color: #FFA0A0; }

body#event table td#seasonEnd {
	border-bottom: 1px solid #FFC8C8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

body#event div#kodomo {
	clear: both;
	border-top: 1px solid #FFC8C8;
	padding-top: 10px;
}

body#event #eventDesc h3 {
	clear: both;
}

body#event #eventDesc p.txt {
	width: 320px;
	float: left;
}

body#event #eventDesc div.photo {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	width:: 300px;
}
