@charset "utf-8";
/* CSS Document */

body {
  font: 14px/1.231 Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  *font-size: small;
  *font: x-small;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 99%;
}

/* IE6 and IE7 Hack */

* html body {
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

*:first-child + html body {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

/* 日本語が読みやすいline-height例 */

body * {
  line-height: 1.5;
}
