/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blogs.mixspc.net/mtos/mt-static/themes-base/blog.css);
@import url(http://blogs.mixspc.net/mtos/mt-static/support/themes/unity-blue/unity-blue.css);
/* end StyleCatcher imports */

/* 新着マーク用 */
span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/* リンク */
a { color: #008000; }
a:hover { color: #8B008B; }

/* 本文の文字 */
.asset-content {
font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
font-size: 10pt;
color: #000000;
line-height: 1.3;
}

/* カレンダーの文字を大きく */
#calendar td a {
font-weight: bold;
}
#calendar td a:hover {
font-size: 150%;
}

