
/*-------------------------------------------------------------- Index
*/

#Top-Page {display: none;}

#Top-Image p,
#Top-Image ul{display: none;}

#Whats-New {
  background: url('./images/whats_new.png') no-repeat;
  width: 776px;
  height: 200px;
  overflow: hidden;
}

.Whats-New-Frame {
  float: left;
  margin-left: 130px;
}

.Whats-New-Frame iframe {
  width: 516px;
  height: 128px;
  margin: 44px 36px 0 0;
}

.Yaruki-Ch {
  display: inline;
  margin: 40px 0 0 36px;
  float: left;
}

.Yaruki-Ch p {
  display: none;
}

.Yaruki-Ch a {
  display: block;
  background: url('./images/yaruki_ch.jpg') no-repeat left top;
  width: 180px;
  height: 136px;
  text-indent: -1000em;
  overflow: hidden;
}

.Yaruki-Ch a:hover {
  background-position: left bottom;
}

#Requirements {
  background: url('./images/spec_bg.png') no-repeat;
  width: 776px;
  height: 144px;
  padding-top: 44px;
  overflow: hidden;
}

#Requirements ul {
  width: 704px;
  height: 72px;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

#Requirements h3 {
  display: none;
}

#Requirements li {
  color: white;
  font-size: 81.8%;
  display: inline;
  margin: 0 4px 0 0;
}

