@charset "shift-JIS";

body {
/*  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック";*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック";
  font-size: 62.5%;
}
/*サイトのベースfont-sizeの設定*/
#page {
  font-size: 1.3em;
}

h1 { font-size: 200%;}
h2 { font-size: 180%;}
h3 { font-size: 160%;}
h4 { font-size: 140%;}
h5 { font-size: 120%;}
h6 { font-size: 100%;}
p,ul,dl,th,td { font-size: 100%;}
blockquote { font-size: 120%;}

table {
  font-size: 100%;
}

select, input, textarea {
}

pre, code, samp, kbd, var {
  font-family: Consolas, Monaco, monospace;
  font-size:100%;
}

sub, sup {
  font-size: 50%;
}
