@charset "UTF-8";
/*calendar----------------------*/


.bb {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nendo {
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#schedule {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#schedule dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 620px;
	clear: both;
}
#schedule dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
#schedule dl dt {
	float: left;
	width: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
	vertical-align: top;
}
#schedule table {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
}
#schedule td {
	vertical-align: top;
	padding: 8px;
	margin: 0px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
.td1 {
	background-color: #FFFEEA;
	text-align: right;
	width: 60px;
	margin: 0px;
	padding: 0px;
}
.td2 {
	background-color: #FFF2F8;
	text-align: right;
	padding-right: 15px;
}
.td1c {
	background-color: #FFFEEA;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
	width: 40px;
}
.td2c {
	background-color: #FFF2F8;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
	width: 40px;
}
.td1m {
	background-color: #FFFEEA;
}
.td2m {
	background-color: #FFF2F8;
}
