/*フォントを指定*/
*{
    font-family: 
    'YuGothic','Yu Gothic','Yu Gothic UI','ＭＳ Ｐゴシック',
    'MS PGothic','ＭＳ ゴシック','メイリオ', Meiryo,'Meiryo UI','ヒラギノ明朝 ProN',
    'Hiragino Mincho ProN','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',serif,'Yu Mincho','游明朝体','MS P明朝','MS PMincho',
    'ＭＳ 明朝', 'MS Mincho';

    font-weight: 1000;
}

/* bodyの初期マージンを無効化 */
body{
    margin: 0;
}