@charset "utf-8";

/* common */

body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, monospace;
    font-size: 13px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #E55D5D;
    text-decoration: none;
}

a:active {
    color: #333333;
}
