/* レイアウト設定 ここから */

#pageBody {
  width: 980px;
  margin: 0px auto;
}

/* レイアウト設定 ここまで */

body {
  margin : 0;
  padding : 0;
  font-size : 75%;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
  line-height : 1.4;
  color : #333333;
  background : #006600 url(../images/body_bg.gif) left top repeat-y;
}

p {
  /*\*/
  letter-spacing : 0.2em;
  /**/
}

#header {
  position : relative;
  width : 100%; /* Windows Internet Explorer 6対策 */
  height : 156px;
  background : #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}

#logo {
  position : absolute;
  left : 19px;
  top : 30px;
  margin : 0;
}

#cartheader {
  position : absolute;
  left : 780px;
  top : 17px;
  margin : 0;
}

#credit {
  position : absolute;
  left : 662px;
  top : 55px;
  margin : 0;
}

#globalnavigation {
  position : absolute;
  top : 107px;
  left : 0px;
  width : 980px;
}

#globalnavigation ul {
  margin : 0;
  padding : 0;
  list-style : none;
}

#globalnavigation li {
  float : left;
  width : 163px;
  margin : 0;
}

#globalnavigation li a {
  display : block;
  width : 100%;
  padding : 15px 0;
  text-align : center;
  font-family : Arial, Helvetica, sans-self;
  font-weight : bold;
  color : #FFFFFF;
  text-decoration : none;
  background : url(../images/globalnavigation.jpg) left top no-repeat;
}

#globalnavigation li a:hover {
  color : #EC8602;
  background : url(../images/globalnavigation.jpg) right top no-repeat;
}

#primary {
  float : left;
  width : 760px;
  margin : 5px 10px;
  background-color : #FFFFFF;
}

#navigation {
  float : left;
  width : 200px;
  left : 1px;
  margin : 10px 10px 10px 1px
  background : #006600 url(../images/navigation_bg.gif) right top repeat-y;
}

#navigation ul {
  margin : 0;
  padding : 0;
  list-style : none;
}

#footer {
  clear : both;
  width : 980px;
  background-color : #FFFFFF;
}
