@charset "Shift_JIS";

/* ページ全体の基本レイアウト
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: small;
  color: #fff;
  background: #000 url(../top/bg.jpg) repeat-x center top;
  }

td {  font-size: 95%; line-height: 150%; color: #996633; font-family: "ＭＳ Ｐゴシック","Osaka"; font-style: normal; font-weight: normal}

a         { text-decoration: none; }
a:link    { color: #686868; }
a:visited { color: #8a8a8a; }
a:hover   { color: #78643F; text-decoration: underline; }
a:focus   { color: #78643F; text-decoration: underline; }
a:active  { color: #78643F; text-decoration: underline; }
