/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.gyosai-sumibi.com/system/mt-static/themes-base/blog.css);
@import url(http://www.gyosai-sumibi.com/system/mt-static/themes/kazushi/screen.css);
/* end StyleCatcher imports */
table.calendar{
width:100%;
font-size:16px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.calendar th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.calendar td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
    text-align:right;
}
.calendar td a{

}
