﻿@charset "utf-8";


#side h1{
	background: url(images/h1.jpg) 0px 0px no-repeat;
}

#contents #calendarNavi{
	width: 260px;
	margin: 0px auto;
}
#contents #calendarNavi #calendarYYYYMM{
	float: left;
	width: 160px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}
#contents #calendarNavi #calendarPrev{
	float: left;
	width: 50px;
	text-align: right;
}
#contents #calendarNavi #calendarNext{
	float: left;
	width: 50px;
	text-align: left;
}

#calendar table{
	width: 620px;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
#calendar th{
	font-weight: bold;
	text-align: center;
	background-color: #B3DD73;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px;
}
#calendar td{
	padding: 1px 3px;
	border-bottom:1px dotted #CCCCCC;
}
#calendar td.weekday {
	width:85px;
	text-align: center;
	background-color: #E6F4D2;
}
#calendar td.sat{
	width:85px;
	text-align: center;
	background-color: #D2E3F4;
}
#calendar td.sun{
	width:85px;
	text-align: center;
	background-color: #F3D3D3;
}
#calendar td.schedule{
	text-align: left;
	background-color: #FFFFFF;
}
#calendar td.schedule a.aViewTips{
	cursor: default;
}

/* 03 */
.box03{
	margin: 0px 0px 1em 0px;
	padding: 8px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFF3;
}
.box03 .box03image{
	float: left;
	width: 200px;
	padding: 0px 10px 0px 0px;
	text-align: center;
	font-size: 85%;
}
.box03 .box03image img{
	padding-bottom: 8px;
}
.box03 .box03detail{
	float: left;
	width: 388px;
}
#contents .box03 .box03detail h3{
    clear: both;
	color: #800000;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	background: none;
	border-bottom: 1px solid #999999;
}
.box03 .box03detail dl{
	padding: 8px 0px 0px 0px;
}
.box03 .box03detail dt{
	color: #666666;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.3em;
	padding: 0px 0px 0px 0px;
}
.box03 .box03detail dd{
	color: #333333;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.3em;
	padding: 0px 0px 0.3em 16px;
}

.fair dl {
	width:620px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	/*border: 7px #EEEEEE solid;*/
}
.fair dl dt {
	float: left;
	width: 10em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 0em;
	line-height: 110%;
}
.fair dl dd {
	padding: 5px 0 5px 150px;
	line-height: 110%;
	border-bottom: 1px #CCCCCC solid;
}

.photo04{
	float: right;
	width: 250px;
	padding: 0px 0px 0px 10px;
}
.photo04 img{
	margin-bottom: 10px;
}


