@charset "UTF-8";

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
  background-color: #EBEBEB;
  background-image: url(../image/back.gif);
  background-repeat: repeat-y;
  background-position: center;
}
#container {
  width: 100%;
}
#contents {
  width: 100%;
  float: none;
}
#main {
  width: 100%;
  float: none;
  background-image: url(../image/back.gif);
  background-repeat: repeat-y;
}
