
/*-------------------------------------------------------------- Index Banner
*/

.Top-Image {
  margin: 8px 0 16px;
  padding: 0 8px;
}


/*-------------------------------------------------------------- Index Banner
*/

.Ind-Ban {
  margin: 16px 0;
}

.Ind-Ban li {
  width: 600px;
  margin: 8px auto;
  list-style: none;
}

/*-------------------------------------------------------------- WhatsNew
*/

.WhatsNew {
  position: relative;
  margin: 16px 0;
}

.WhatsNew ul {
  margin: 0 8px 0 96px;
}

.WhatsNew li {
  font-size: 90.9%;
  position: relative;
  border: 1px solid #e68ab8;
  background: url('images/whats_new_list_bg.gif') repeat-y center left;
  width: 342px;
  margin: 8px 0;
  padding: 0 8px 0 160px;
  list-style: none;
}

.WhatsNew li span {
  color: white;
  font-weight: bold;
  position: absolute;
  left: 6px;
  background: url('images/whats_new_list_marker.png') no-repeat center left;
  width: 122px;
  padding-left: 18px;
}

.Comet-Chan-WN {
  position: absolute;
  top: 0;
  left: 4px;
}


