@charset "utf-8";

html{
  background:url(../images/back.jpg);
  background-attachment: fixed
}

body{
  font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background:url(../images/back_body0712.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed
  }
  
#wrapper{
  width:800px;
  margin:0 auto
}

p{
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #404040;
}

.content{
  width:750px;
  display: inline-block;
  padding-left: 25px;
}

.bgr{
  float:right;
}

.bgfull{
  width:757px;
  margin: 0 0 30px 0;
  display: block;
}

#footer{
  height:167px
}
ul{
  width:800px;
  margin:20px 0 0 0;
  list-style-type:none
}
li{
  height:67px;
  float:left;
  padding:0 20px 0 0
}
.fb{
  padding: 24px 0 0 0
}
.last{
  clear:both
}