@charset "Shift_JIS";

* {
  margin:0;
  padding:0;
}
body {
  margin:0 auto;
  text-align:center;
  color:#fff;
  font-size:12px;
  line-height:1.5;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana;
  background: #526f3c url(../images/bkg.gif);
}
#wrapper {
  margin:50px auto 0;
  width:823px;
  text-align:left;
}
table {
  border-collapse:collapse;
  border:none;
  text-align:left;
}
td,th {
  text-align:left;
  vertical-align:top;
}
img { 
  border:none;
  vertical-align:bottom;
}
/* リンク */
a {
  color: #fff;
  text-decoration:none;
}
a:hover { 
  color: #fff000;
  text-decoration:underline;
}

h1 {
  font-size: 0;
  line-height: 0;
}

