#header {
  margin: 0 0 12px 0;
}

#mainvisual {
  height: 649px;
}

.topBox {
  zoom: 1;
}
.topBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.topBox #topicsBox {
  float: left;
  width: 460px;
}
.topBox #topicsBox .topicsCont {
  height: 455px;
  padding: 15px 20px 20px;
  background: url(../images/top/bg_box_01.jpg) no-repeat left top;
}
.topBox #nextBox {
  float: right;
  width: 460px;
}
.topBox #nextBox .nextCont {
  height: 442px;
  padding: 26px 26px 20px;
  background: url(../images/top/bg_box_02.jpg) no-repeat left top;
}
.topBox #nextBox .nextCont .movBox {
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1;
}
.topBox #nextBox .nextCont .storyTitle {
  margin: 0 0 10px;
  line-height: 1.1;
  text-align: center;
}
.topBox #nextBox .nextCont .storyTitle .titleIn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 0 40px;
  background: url(../images/common/ico_adv_ttl.png) no-repeat left top;
}
.topBox #nextBox .nextCont .storyTitle .titleIn h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 40px 0 0;
  background: url(../images/common/ico_adv_ttl.png) no-repeat right top;
}

.news-container {
  width: 100%;
  height: 100%;
  font-size: 15px;
}
.news-container .news-inner {
  width: 100%;
  height: 100%;
}
.news-container .news-inner dl {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.news-container .news-inner dl dt {
  margin: 0 20px;
  padding: 25px 0 6px;
  color: #fe1901;
}
.news-container .news-inner dl dd {
  margin: 0 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid #6c6c6c;
}

.story-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.story-inner h2 {
  color: #af0810;
  font-size: 18px;
}
.story-inner p {
  padding: 0 5px 5px;
  line-height: 1.5;
}
