@CHARSET "UTF-8";

div.calendar h3 {
	text-align: center;
}

div.calendar table tr th {
 	width: 14%;
}
div.calendar table tr td {
 	width: 14%;
	text-align: left;
	position: relative;
}
div.calendar table tr td .day {
	height: 20px;
}
div.calendar table tr td .event {
	min-height: 20px;
}
div.calendar table tr td
div.calendar table tr .sun {
	color: #f55;
}
div.calendar table tr .sat {
	color: #55f;
}
div.calendar table tr .holiday {
	color: #f55;
}
