@charset "shift_jis";

/*
 * Style Name: Common Stylesheet
 * Style URL: http://www.j-wave.co.jp/common/css/common.css
 * Description: Common Stylesheet.
 * Version: 1.0
 * Last Up Date: 2007-12-27T10:40:00+09:00
 * The CSS and design is released under GPL: http://www.gnu.org/licenses/gpl.html
 * Markup Reference: http://2xup.org/common/css/style-guide.pdf
*/

html body {
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", "Osaka", "Meiryo", "Tahoma", sans-serif;
  font-size: 9pt;
  line-height: 1.2;
}

html img {
  border: 0;
}

/* Common Class */
.clr {
  clear: both;
  width: 1px;
  height: 1px;
  margin: 0 0 -1px -1px;
  padding: 0;
  display: block;
}

.hidden {
  display: none;
  font-size: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
