/*--------------------------------------------------------*/
/*      共通                                              */
/*--------------------------------------------------------*/
body {
  color: #dddddd;
  background-image: url(image/main.jpg);
  background-repeat: none;
  background-position: center top;
  height: 800px;
}
img {
  border: none;
}

a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a:active {
  color: #ffffff;
}
#header,
#footer,
#footermenu,
.end,
#footerArea {
  display: none;
}

#bg_scroll {
  text-align: left;
}

#scroll {
  width: 500px;
  height: 94px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: 58px;
}

/*--------------------------------------------------------*/
/*      フッターエリア                                    */
/*--------------------------------------------------------*/
#footer {
  display: none;
}

#topfooterArea {
  background-image: url(image/bg_footer.gif);
  height: 108px;
}

#footerLeft {
  float: left;
  width: 562px;
  height: 108px;
  margin: 0px;
  padding: 0px;
}

#footerRight {
  float: right;
  width: 562px;
  height: 108px;
  margin: 0px;
  padding: 0px;
}
