@charset "utf-8";
/* CSS Document */
#calendar_top {
	padding: 10px;
	text-align: center;
}
.year {
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;
}
.year a {
	color: #524931;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.year a:hover {
	color: #524931;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.day_td {
	padding: 5px;
	text-align: center;
	background-color: #CEC7B5;
}
.day_td a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.day_td a:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}

.day_td2 {
	padding: 5px;
	height: 100px;
	background-color: #FFFFFF;
}
.day_td2 a {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.day_td2 a:hover {
	font-size: 12px;
	color: #CC9900;
	text-decoration: underline;
}
.day_td2content {
	font-size: 12px;
	color: #333333;
}
.day_td2content a {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}
.day_td2content a:hover {
	font-size: 12px;
	color: #660000;
	text-decoration: underline;
}

.day_td3 {
	font-size: 12px;
	color: #333333;
	padding: 5px;
	height: 10px;
	background-color: #FFFFFF;
}
.day_td3 a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.day_td3 a:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}


/* CSS Document */


#calendar {
	font-size: 12px;
	border: 1px solid #524931;
	width: 100%;
	background-color: #524931;
}
