@charset "utf-8";
/* CSS Document */

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f8f0f0;
  -webkit-text-size-adjust: none;
}

p{
  font-size: 14px;
  line-height: 24px;
}

header,article,footer{margin: 0 auto; width: 930;}

header{position: relative;}

header.indexHeader{
  background-image: url(../images/index_header_back.jpg);
  width: 930px;
  height: 557px;
}

h1.indexLogo{
  position: absolute;
  top: 61px;
  left: 491px;
}

header.pageHeader{
  background-image: url(../images/page_header_back.jpg);
  width: 930px;
  height: 313px;
}

h1.pageLogo{
  position: absolute;
  top: 29px;
  left: 24px;
}

nav{
  background-image: url(../images/nav_back.png);
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: 930px;
  height: 91px;
}

.gNav{
  width: 930px;
  height: 91px;
  margin-left: 60px;
}

.gNav li{
  float: left;
  margin-top: 30px;
  margin-right: 39px;
}

article{
  padding: 30px 0;
  width: 930px;
  background: #f9f3e6;
  /* Firefox */
  background: -moz-linear-gradient(top center, #f9f3e6 0%, #f6eedb 100%);
  /* Chrom と Safari */
  background: -webkit-gradient(linear, center top, center bottom, from(#f9f3e6), to(#f6eedb));
  /* 共通 */
  background: linear-gradient(top center, #f9f3e6 0%, #f6eedb 100%);
}

footer{
  width: 930px;
  height: 160px;
  background-color: #4b3c28;
  position: relative;
}

footer p{
  float: left;
  margin-top: 15px;
  margin-left: 40px;
  color: #fff;
}

.imgPosition{vertical-align: -2px;}

.alaLogo{
  float:right;
  margin-right: 40px;
  margin-top: 85px;
}