/* This is the StyleCatcher theme addition. Do not remove this block. */
.subject { color: orange; }
.time { font-size: 12px; }
.time_r { font-size: 12px; text-align: right; }
p { margin-bottom: 15px; }
.main img { display:block; margin: 0 auto; text-align: center; }


/* カラータグ ------------------------------------------------------------- */

.blue { color: #0033cc; }
.orange { color: orange; }
.red { color: #ff0033; }
.green { color: #4bab49; }


/* tableタグ -------------------------------------------------------------- */

td.white,
tr.white {
    background-color: #ffffff;
}

td.cen,
tr.cen {
    background-color: #ffffff;
    text-align: center;
}


td.black,
tr.black {
    background-color:#000000;
    color: #ffffff;
    text-align: center;
    font-weight: bold
}

/* end StyleCatcher imports */