@charset "utf-8";
/* ==========================================================
	BASE
========================================================== */
#header {
  position: relative;
  z-index: 100;
}
.logo-nintendo {
  position: absolute;
  left: 16px;
  top: 14px;
}
.logo-3ds {
  position: absolute;
  right: 16px;
  top: 12px;
}

/* ==========================================================
  ナビゲーション
========================================================== */
.navi-area {
  margin: 0 auto;
  width: 850px;
}
.navi {
  position: relative;
}
.navi li {
  background: url(../images/navi.png) no-repeat 0 0;
  height: 139px;
  float: left;
}
.navi-tag {
	text-align:left;
}
.navi-home {
  background: url(../images/navi.png) no-repeat 0 0;
  background-position: 0 0;
  float: left;
  height: 139px;
  padding: 0 4px 0 0;
  width: 161px;
}
.top .navi-home {
  background: none;
}
.navi-home a {
  display: block;
  height: 139px;
  text-indent: -9999px;
}
  .navi-home:hover {
    background-position: 0 -139px;
  }
.navi .navi-01 {
  background-position: -165px 0;
  width: 139px;
}
  .navi .navi-01:hover {
    background-position: -165px -139px;
  }
.navi .navi-02 {
  background-position: -304px 0;
  width: 135px;
}
  .navi .navi-02:hover {
    background-position: -304px -139px;
  }
.navi .navi-03 {
  background-position: -439px 0;
  width: 135px;
}
  .navi .navi-03:hover {
    background-position: -439px -139px;
  }
.navi .navi-04 {
  background-position: -574px 0;
  width: 135px;
}
  .navi .navi-04:hover {
    background-position: -574px -139px;
  }
.navi .navi-05 {
  background-position: -709px 0;
  width: 141px;
}
  .navi .navi-05:hover {
    background-position: -709px -139px;
  }
.navi li a {
  display: block;
  height: 139px;
  text-indent: -9999px;
}
.navi .icon-selected {
  background: none;
  height: 34px;
  position: absolute;
  left: 0;
  top: -16px;
}

/* ==========================================================
  CONTENTS
========================================================== */
#contents {
  padding: 70px 0 50px;
}

/* ==========================================================
  FOOTER
========================================================== */
#footer {
  background: #fff;
  font-size: 11px;
  height: 28px;
  padding: 11px 0;
  position: relative;
  text-align: center;
  min-width: 960px;
  width: 100%;
}
.footer-link {
  position: absolute;
  left: 25px;
  top: 18px;
}
.copyright {
  padding: 7px 0 0;
  text-align: center;
}
.btn-pagetop {
  position: absolute;
  right: 25px;
  top: 18px;
}

