/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(http://www.sanrizuka-doumei.jp/blog3/style/base-weblog.css);

@import url(http://www.sanrizuka-doumei.jp/blog3/style/theme-forest_green.css);

/* end StyleCatcher imports */

./* カレンダー */

.calendarhead {

    padding-bottom: 5px;

    text-align: center;

    color: #444444;

    font-size: 9px;

    background: none;

    letter-spacing: 0.2em;

}

.calendar {

    text-align: center;

    color: #444444;

    background: none;

}

.calendar table {

    text-align: center;

    padding: 0px;

    border-collapse: collapse;

}

.calendar th {

    padding-bottom: 3px;

    font-size: 8px;

    width: 23px;

}

.calendar td {

    padding: 2px 0;

    font-size: 9px;

    line-height: 120%;

}

.today {

    display: block;

    text-align: center;

    color: #444444;

    border: 1px solid #444444;

}

.holiday {

    color: #e50003;

}

.saturday {

    color: blue;

}