#wrap{
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
}
#menu{
  width : 1000px;
  height : 45px;
}
#main{
  width : 1000px;
  position : relative;
  top : 20px;
  height : 1000px;
}
h1{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  font-weight : normal;
}
.area_main{
  width : 960px;
  top : 20px;
  position : relative;
  left : 20px;
}
.area_climblist{
  width : 1000px;
  height : 20px;
  float : right;
}
.climb{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  float : right;
}
.climb a{
  text-decoration : none;
}
.climb a:hover{
  text-decoration : underline;
}
#footer{
  width : 1000px;
  height : 70px;
  position : relative;
  border-width : 5px;
  border-style : solid;
  border-color : #ffffff;
  background-image : url(../img/home/footer.jpg);
}
.footer_bold{
  font-size : small;
  font-family : メイリオ;
  font-weight : bold;
  color : #0080ff;
}
.footer_txt{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
}
.footer_copyr{
  font-size : small;
  font-family : メイリオ;
  font-style : italic;
  position : relative;
  left : 110px;
}
.area_what{
  width : 750px;
  position : relative;
  top : 100px;
  left : 125px;
}
.area_consultant{
  width : 750px;
  position : relative;
  top : 150px;
  left : 125px;
}

