@charset "EUC-JP";

.cal_wrapper a { color: #D00; text-decoration: underline; }
.cal_wrapper a:link { color: #D00; text-decoration: underline; }
.cal_wrapper a:visited { color: #900; text-decoration: underline; }
.cal_wrapper a:active { color: #E00; text-decoration: underline; }
.cal_wrapper a:hover { color: #E00; text-decoration: underline; }
.calendar {
font-family:verdana, arial, sans-serif;
font-size: x-small;
color: #111;
text-align:left;
text-transform:lowercase;
}

.calendarhead {
font-family:verdana, arial, sans-serif;
color:#111;
font-size:small;
font-weight:bold;
padding:2px;
text-align:left;
} 
.cal_wrapper table{
width: 180px;
margin: 0 0 0 20px;
}