/* -------------------------------------------------------------- 
   typography.css (for reset)
-------------------------------------------------------------- */
html, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
 
body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 10px;
}
 
body.msie {
    font-size: 62.5%;
}
 
body.win {
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}