@charset "utf-8";

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;
/*  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS Gothic", "ＭＳ　ゴシック", sans-serif;*/
  font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-size:14px;
  line-height:1.3em;
  font-weight:normal;
  font-style:normal;
}
body {
  background:#fff;
  color:#444;
}
a:link, a:visited {
  text-decoration:underline;
  color:#9b8b7b;
}
a:hover {
  text-decoration:none;
  color:#d8c953;
}
a img{
  border:none;
  text-decoration:none;
}

#wrapper{
width:900px;
position:relative;
text-align:left;
}

