#wrap{
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
}
#menu{
  width : 1000px;
  height : 45px;
}
#main{
  width : 1000px;
  position : relative;
  top : 20px;
  height : 2050px;
}
h1{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  font-weight : normal;
}
.area_header{
  width : 1000px;
  height : 185px;
  float : left;
}
.area_main{
  border-color : #0080c0;
  font-size : medium;
  font-family : メイリオ;
  color : #3f3f3f;
  top : 50px;
  position : relative;
  border-width : 2px;
  border-style : solid;
  width : 920px;
  left : 20px;
  float : left;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 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;
}
.area_what{
  width : 460px;
  position : relative;
  top : 20px;
  left : 20px;
  float : left;
}
.area_consultant{
  width : 460px;
  position : relative;
  top : 20px;
  float : right;
  right : 20px;
}
.area_main_01{
  position : relative;
  float : left;
}
.area_maintable{
  font-size : small;
  font-family : メイリオ;
  width : 800px;
  color : #353535;
  border-collapse : collapse;
  top : 20px;
  left : 20px;
  position : relative;
}
.area_maintable th{
  border-width : 1px;
  width : 40%;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-style : solid;
  border-color : #aaaaaa;
  background-color : #e9e9e9;
}
.area_maintable td{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #aaaaaa;
}
#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_pagetop{
  width : 500px;
  height : 50px;
  left : 500px;
  position : relative;
  font-size : small;
  font-family : メイリオ;
  text-align : right;
  color : #3f3f3f;
}
.area_pagetop a{
  text-decoration : none;
  color : #3f3f3f;
}
.area_pagetop a:hover{
  text-decoration : underline;
}
.area_main a{
  color : #0080ff;
  text-decoration : none;
}
.area_main a:hover{
  text-decoration : underline;
}
.area_main p{
  font-size : large;
  color : #0080ff;
  margin-right : -20px;
  margin-bottom : -20px;
  margin-top : -1px;
}

