#contents {
	padding: 5px 25px 15px;
	width: 650px;
	line-height: 140%;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 20px;
}
h3 {
	font-size: small;
	text-decoration: underline;
}
h4 {
	font-size: small;
	color: #990000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#date {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.tdHead {
	font-weight: bold;
	background-color: #CFF4CF;
	text-align: center;
}
.tdLeft {
	background-color: #CFF4ED;
}

.green {color: #003300}

.red {color: #990000}


p strong {
	color: #990000;
	font-weight: normal;
}

dl {
	margin: 15px 25px;
	text-align: left;
}
dt {
	padding: 0.3em 0.1em 0.3em 0px;
	width: 6em;
	background-position: left;
	font-weight: normal;
	color: #003366;
}
dd {
	padding: 0.4em 0.1em 0.2em 6em;
	border-bottom: 1px dotted #999999;
	margin: -2.2em 0px 0px;
}

/* calendar design ****************************************************/
table.calendar {
border-collapse: collapse;
border: 4px double #006600;
border-spacing: 0;
empty-cells:show;
}
table.calendar th {
	padding: 5px;
	border: 1px solid #006600;
	background-color: #CCFFCC;
	font-weight: normal;
}
table.calendar td {
	border: 1px solid #006600;
	text-align: center;
	width: 34px;
	height: 32px;
}
.sunday {
color:#FF0000;
}
.saturday {
color:#003399;
}
.holiday {
background-color: #FFCCCC;
}
.selfday {	
background-color: #CCFFFF;
}
.nationalholiday {	
color:#FF0000;
}
.kashikiri {
background-color: #CBCBCB;
}
