@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 75%;
  font-family: Microsoft Sans Serif,sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, p, th, td, em, strong, div, address {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

input, label, select {
  zoom: 1;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

input, label {
  display: inline;
  vertical-align: middle;
}

/* base */
body {
  background: url(/common/img/bg.jpg) 0 0 repeat;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

#header {
  text-align: center;
  padding: 30px 0 5px 0;
}

#header #gNav {
  width: 100%;
  background: url(../img/gnav_bg.png) 0 0 repeat-x;
}

#header #gNav ul {
  overflow: hidden;
  zoom: 1;
  height: 57px;
  margin-left: 110px;
}

#header #gNav ul li {
  float: left;
}

#header #gNav ul li a {
  background: url(../img/gnav.png) 0 0 no-repeat;
  text-indent: -9999px;
  height: 57px;
  display: block;
}

#header #gNav ul li #gNavHome {
  width: 65px;
  margin-right: 19px;
  background-position: 0 0;
}

#header #gNav ul li #gNavHome:hover {
  background-position: 0 bottom;
}

#header #gNav ul li #gNavShoppng {
  width: 96px;
  margin-right: 20px;
  background-position: -84px 0;
}

#header #gNav ul li #gNavShoppng:hover {
  background-position: -84px bottom;
}

#header #gNav ul li #gNavInfo {
  width: 128px;
  margin-right: 21px;
  background-position: -200px 0;
}

#header #gNav ul li #gNavInfo:hover {
  background-position: -200px bottom;
}

#header #gNav ul li #gNavBlog {
  width: 60px;
  margin-right: 21px;
  background-position: -349px 0;
}

#header #gNav ul li #gNavBlog:hover {
  background-position: -349px bottom;
}

#header #gNav ul li #gNavContact {
  width: 91px;
  background-position: -430px 0;
}

#header #gNav ul li #gNavContact:hover {
  background-position: -430px bottom;
}

#header #gNav ul li #gNavHowto {
  width: 138px;
  background-position: -542px 0;
}

#header #gNav ul li #gNavHowto:hover {
  background-position: -542px bottom;
}

/* グローバルナビ カレント */
#informationPage #gNavInfo {
  background-position: -200px bottom !important;
}

#howtoPage #gNavHowto {
  background-position: -542px bottom !important;
}

#footer {
  text-align: center;
  width: 100%;
}

#footer #copyright {
  display: block;
  margin: 0 auto;
  padding: 40px 0 18px 0;
}

#footer .back:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
