@charset "utf-8";
#content {
	background-color: #FFFFFF;
	clear: both;
}
#title,
#subTitle {
	width: 870px;
	margin: 25px auto 15px;
	text-align: center;
	height: 40px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
}
#title {
	background-image: url(../calendar/images/title.gif);
	background-repeat: no-repeat;
}
#subTitle {
	background-image: url(../calendar/images/subTitle.gif);
	background-repeat: no-repeat;
}
#title h1,
#subTitle h1 {
	font-weight: bold;
	display: none;
}
#title ul,
#subTitle p {
	margin: 0px;
	padding: 8px 0px 0px 260px;
	text-align: left;
}
#title li {
	display: inline;
	background-image: url(../calendar/images/iconArrow.gif);
}
#title a {
	display: block;
	float: left;
	background-image: url(../calendar/images/iconArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
}
#content h2 {
	background-image: url(../commonImg/subTitle.gif);
	height: 31px;
	color: #567E1B;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	margin: 30px 38px 10px 38px;
	padding: 1px 0px 0px 40px;
}
#content h3 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#content p.right {
	text-align: right;
	margin-right: 50px;
	color: #60544B;
}
#content p.basic {
	text-align: left;
	margin-right: 47px;
	margin-left: 47px;
}
#content .date,
#content .dateHall {
	text-align: center;
	width: 805px;
	margin: 30px auto 25px;
	font-size: 80%;
	color: #333333;
}
#content .date th,
#content .dateHall th {
	font-weight: bold;
	background-color: #E7E6CD;
	padding: 3px;
	color: #333333;
	text-align: center;
	border-left: 2px solid #FFFFFF;
	vertical-align: top;
}
#content .date td,
#content .dateHall td {
	border-bottom: 1px solid #D8E4D6;
	padding: 8px 8px 3px;
	text-align: left;
	vertical-align: top;
}
#content .dateHall td {
	text-align: center;
	border-left: 2px solid #FFFFFF;
}
#content .date th.day,
#content .date td.day { width: 55px; }
#content .date th.event,
#content .date td.event { width: 260px; }
#content .date th.strat,
#content .date td.strat { width: 100px; }
#content .date th.admission,
#content .date td.admission { width: 110px; }
#content .date th.inquiry,
#content .date td.inquiry { width: auto; }
#content .dateHall .akinashi {
	color: #333333;
	background-color: #EFEFEF;
}
#content .dateHall .akiari {
	color: #003300;
	background-color: #F1FFDF;
	font-weight: bolder;
}
#content .dateHall td.day {
	color: #333333;
	background-color: #FFFFCC;
	width: 20px;
}
#content .dateHall th.month { width: 80px; }
#content .month {
	padding: 0px;
	text-align: left;
	width: 805px;
	margin: 0px auto 0px 45px;
}
#content .lastMonth,
#content .nextMonth {
	width: 250px;
	font-size: 80%;
	color: #666666;
}
#content .thisMonth {
	text-align: center;
	width: 300px;
	font-size: 150%;
	font-weight: bold;
	color: #567E1B;
}
#content .nextMonth { text-align: right; }
#content dl {
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
	border-top: 1px dashed #574C44;
}
#content dt {
	text-align: left;
	font-weight: bold;
	color: #574C44;
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 50px;
}
#content dd {
	color: #574C44;
	margin-right: 70px;
	margin-left: 70px;
	text-align: left;
}
