@charset "shift-JIS";

body {
/*  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック";*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "MS Pゴシック","MS PGothic",Sans-Serif;
  font-size: 62.5%;
}
/* site base font-size */
#page {
  font-size: 1.2em;
}

h1 { font-size: 100%;}
h2 { font-size: 100%;}
h3 { font-size: 100%;}
h4 { font-size: 100%;}
h5 { font-size: 100%;}
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%;
}

