@charset "utf-8";
body {
    color : #000000;
    font-size : 12px;
    font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
    line-height : 1.5;
    background-image : url(../assets/bg.jpg);
    background-repeat : repeat-x;
    background-position : left top;
}
a:link {
    color : #000000;
    text-decoration : underline;
}
a:visited {
    color : #000000;
}
a:hover {
    color : #cc0000;
    text-decoration : underline;
}
a:active {
    color : #000000;
}
