/* カレンダーページの基本構造
------------------------------------------------------------ */
.sunday {
	font-size: 12px;
	background-color: #FEE7F7;
	text-align: right;
	color: #CC0000;
}
.saturday {
	font-size: 12px;
	background-color: #D8F9FE;
	text-align: right;
	color: #0000FF;
}
.saturday a {
	font-size: 12px;
	background-color: #99FFFF;
	text-align: right;
	color: #0000FF;
}

.weekday {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: right;
	color: #000000;
}
.weekday a {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: right;
	color: #000000;
}

.today {
	font-size: 12px;
	background-color: #FFCC99;
	text-align: right;
	color: #CC00CC;
}
.next-month {
	font-size: 12px;
	background-color: #E3E3E3;
	text-align: right;
	color: #333333;
}
.next-month a {
	font-size: 12px;
	background-color: #E3E3E3;
	text-align: right;
	color: #333333;
}
.last-month {
	font-size: 12px;
	background-color: #E4E4E4;
	text-align: right;
	color: #CC0000;
}
.last-month a {
	font-size: 12px;
	background-color: #E4E4E4;
	text-align: right;
	color: #CC0000;
}
.head-sunday {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}
.head-saturday {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
}
.head-weekday {
	font-size: 12px;
	color: #FF6633;
	background-color: #FFFFCC;
	text-align: center;
}
.head-month {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
}

#main4 {
	width: 500px;
	float: right;
	color: #666666;
	background: #ffffff;
}
#sub4 {
	width: 165px;
	float: right;
	color: #666666;
	padding: 0px;
	margin: 1px 0px 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
