/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/myblog/mt-static/themes-base/blog.css);
@import url(/myblog/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */


/*Ajax Calendar*/
#calendar {
    margin: 5px 0 10px;
    color: #888888;
    margin-top: 15px;
}
.calendarhead {
    text-align: center;
    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: 10px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
}
.today { /*本日のスタイル*/
    display: block;
    /*border: 1px solid #444444;*/
    /*font-weight: bold;*/
    color:#FFFF00;
    text-decoration: underline;
}
.sunday, /*日曜祝日のスタイル*/
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #ff6600;
}
.saturday, /*土曜日のスタイル*/
.saturday a:link,
.saturday a:visited {
    color: #006699;
}
