@charset "UTF-8";

h1 {
  margin-top: 30px;
}

#contents_01 h3 {
  margin: 40px 0 0 10px;
  font-size: 139%;
  font-weight: normal;
}

#whatsnew {
  width: 560px;
  height: 186px;
  font-size: 85%;
  margin: 10px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

#whatsnew dt:first-child,
#whatsnew dt:first-child + dd {
  border-top: 1px solid dimgray;
}

#whatsnew dt {
  float: left;
  width: 90px;
  padding: 12px 0 7px 10px;
  border-bottom: 1px solid dimgray;
}

#whatsnew dd {
  width: 430px;
  margin-left: 100px;
  padding: 12px 0 7px;
  border-bottom: 1px solid dimgray;
}

#contents_02 {
  margin-top: 120px;
  width: 561px;
}

#contents_02 #intro {
  margin-top: 23px;
  overflow: hidden;
}

#contents_02 #intro p {
  margin: 0 0 0 10px;
  width: 251px;
  float: left;
  font-size: 108%;
  line-height: 24px;
}

#contents_02 #intro img {
  float: right;
}