@charset "utf-8";
@import url(http://addressclub.net/cgi-bin/mt/mt-static/themes/base-weblog.css);
@import url(http://addressclub.net/cgi-bin/mt/mt-static/themes/adc-set001/adc-set001.css);
@import url(http://addressclub.net/acEx.css);

* html .iepngfix {
  behavior: url(/js/iepngfix.htc);
}

#calendar {
    margin: 5px 0 10px;;
    color: #DDDDDD;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
	background-color: #666666;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #5555ff;
}

