@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  text-align: center;
  font-size: small;
  background: #f6f6ff url(../image/back.gif) repeat-y center;
}
#wrapper {
  text-align: center; 
  margin: 0px;
  padding: 0px;
  width: 760px;
  background: #ffffff;
}

/* リンク
---------------------------------------------------- */
a:link {
  color:#5d5d5d;
  text-decoration: none;
}
a:hover {
  color:#ff6800;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
img {
  border-style:none;
}
