@charset 'UTF-8';
body {
  font-family: 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3',
               'Lucida Sans Unicode', Verdana, sans-serif;
  background-color: white;
}

h1 {
  font-family: 'Hiragino Mincho Pro W6', 'ヒラギノ明朝 Pro W6',
               'ヒラギノ明朝体6', 'Times New Roman', serif;
}

h2, h3, h4, h5, h6 {
  font-family: 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ6',
               Verdana, sans-serif;
}

pre, tt {
  font-family: 'Lucida Console', 'Courier',
               'Courier New', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ3等幅', monospace;
}

.small {
  font-size: small;
}

.x-small {
  font-size: x-small;
}

.xx-small {
  font-size: xx-small;
}
