@charset "UTF-8";
/* ---------------------------------------------------------
    Print.css
(c) Copyright 2007 Sketches of Design
    Last Update 2007-02-27
--------------------------------------------------------- */
@import "common.css";

/* Common Parts
----------------------------------------------------------*/
body{
  background-color: #fff;
  color: #000;
  font-size: 10pt;
  font-family: "メイリオ", "Meiryo", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Osaka, "ＭＳ Ｐ明朝", sans-serif;
}

h1{
  font-size: 16pt;
}
h2{
  font-size: 14pt;
}
h3{
  font-size: 12pt;
}
h4{
  font-size: 10pt;
}


/* Non-Display Parts
----------------------------------------------------------*/
div#util, .menu, .nav, .btt, kbd{
  display: none;
}
