body {
  background: #009944 url(assets/bk_main.gif) center top repeat;
  font-family: Roboto,Verdana,Meiryo,Hiragino Kaku Gothic ProN,游ゴシック,YuGothic,sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
}

.contents__wrapper {
  display: block;
}

.contentsBody {
  position: relative;
  display: inline-block;
  padding: 30px 20px 10px;
}

.headerLogo {
  margin: 0 0 20px;
  text-align: center;
}

.headerLogo__img {
  height: 39px;
  width: 252.5px;
}

.contents {
}

.bodyText {
  position: relative;
  font-size: 14px;
  color: #eee;
}

.bodyText__firstBlock {
  margin: 0;
}

.bodyLogo {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
}

.bodyLogo__img {
  height: 100px;
}

.footer {
  position: relative;
  bottom: 10px;
  color: #eee;
  margin: 50px 0 0 0;
  text-align: center;
}

.footer__content {
  position: relative;
}

.footer__trademarkNotice {
  bottom: 6px;
}

.footer__trademarkNotice__en {
  position: relative;
  display: inline-block;
  font-size: 10px;
}

.footer__trademarkNotice__jp {
  position: relative;
  display: inline-block;
  font-size: 10px;
}

.footer__logos__nintendoLogo {
  height: 35px;
  width: 100px;
  margin: 0 0 0 6px;
}

@media screen and (min-width: 759px) {
  .contents__wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
	right: 0px;
    bottom: 0px;
    margin: auto;
	width: 760px;
	height: 389px;
  }

  .contentsBody {
    width: 70%;
  }

  .headerLogo {
    text-align: inherit;
  }

  .bodyLogo {
    display: inline-block;
    top: 90px;
    vertical-align: top;
	 width: 20%
  }

  .bodyLogo__img {
    width: 150px;
    height: auto;
  }

  .bodyText {
    font-size: 16px;
  }

  .footer {
    position: fixed;
    margin: auto;
	width: 760px;
	height: 30px;
	bottom: 33px;
  }

  .footer__trademarkNotice__jp {
    margin: 0 0 0 5px;
  }

}
