@charset "UTF-8";

html, body, h1, h2, h3, h4, h5, h6, address, blockquote, div, p, pre, 
span, a, dl, dt, dd, ol, ul, li, object, img, hr, small, del, ins, 
button, fieldset, form, label, legend, 
caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr {
  font-size:100%;
  margin:0;
  padding:0;
  line-height:1;
}

body {
  font-size:81.25%;
  font-family:"Lucida Grande", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", "Osaka", sans-serif;
}

body.large {
  font-size:100%;
}

pre, samp, kbd, code, tt {
  font-family:"Osaka-mono", "MS Gothic", monospace, sans-serif;
}
