@charset "EUC-JP";

body {
	background: #eee;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

A { color: #D00; text-decoration: underline; }
A:link { color: #D00; text-decoration: underline; }
A:visited { color: #900; text-decoration: underline; }
A:active { color: #E00; text-decoration: underline; }
A:hover { color: #E00; text-decoration: underline; }

.calendar {
margin: 0px auto;
font-family:verdana, arial, sans-serif; 
font-size: 11px; 
color: #333; 
text-align:center;
text-transform:lowercase;
}

.calendarhead { 
font-family:verdana, arial, sans-serif;
color:#111;
font-size:11px;
font-weight:bold;
padding:5px;
text-align:center;
} 
