/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.shinichimiyachi.com/blog/mt-static/themes-base/blog.css);
@import url(http://www.shinichimiyachi.com/blog/mt-static/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */

#calendar table {
    width:90%; /* for IE6 */
    font-size: 100%;
    text-align: center;
    border-collapse: collapse;
}
html > body #calendar table {
    width:100%;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 83.3%;
    width: 23px;
    text-align: center;
}
#calendar td {
    padding: 5px 0; /* for IE6 */
    line-height: 1.0;
}
html > body #calendar td {
    padding: 4px 0;
}
span.day {
    text-align: center;
}
td.today {
    display: block;
    border: 1px solid #333;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
    text-align: center;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #00f;
    text-align: center;
}

