/* ==========================================================================
   reset styles
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  width: 100%;
  min-width: 1024px;
  height: 100%;
  position: relative;
}

#logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

#gnaviWrap {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#gnaviWrap #gnavi {
  position: relative;
  background: url(../images/gnavi_bg.png) repeat-x right top;
  height: 150px;
  display: none;
}
#gnaviWrap #gnavi .nav01 {
  position: absolute;
  right: 55px;
  top: 20px;
}
#gnaviWrap #gnavi .nav02 {
  position: absolute;
  right: 171px;
  top: 20px;
}
#gnaviWrap #gnavi .nav03 {
  position: absolute;
  right: 224px;
  top: 20px;
}
#gnaviWrap #gnavi .nav04 {
  position: absolute;
  right: 250px;
  top: 20px;
}
#gnaviWrap #gnavi .nav05 {
  position: absolute;
  right: 277px;
  top: 20px;
}
#gnaviWrap #gnavi .nav_secret {
  position: absolute;
  right: 357px;
  top: 20px;
}
#gnaviWrap #gnaviBtn {
  float: right;
  cursor: pointer;
  z-index: 10;
  position: relative;
}

#mino {
  position: absolute;
  left: 50%;
  top: -960px;
  margin-left: -70px;
  z-index: 8;
}

#btnWrap {
  width: 770px;
  margin: 0 auto;
}

#btn01 {
  float: right;
  margin-right: -1000px;
}

#btn02 {
  float: left;
  margin-left: -1000px;
}

#footer {
  background: url(../images/bg_bottom.png) repeat-x left bottom;
  height: 215px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

#copy {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 21;
}
