@charset "UTF-8";

body {
  font: 13px/1.231 "Lucida Grande",Meiryo, メイリオ, HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
/*  font: 13px/1.231 arial, helvetica, clean, sans-serif; /* 通常のブラウザは13px */
  *font-size: small; /* IE全般はsmall */
  *font: x-small; /* IE 6/7後方互換モードはx-small */
}

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

/* IE6以前でtableへフォントサイズの継承がうまくいかない問題を回避 */
table {
  font-size: inherit; font: 100%;
}

/* IE全般でpreやcodeの等幅フォントのサイズが小さくなるのを回避 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  color: #333333;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.0;
}

html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,form,fieldset {
  margin: 0;
  padding: 0;
}
