#wrap{
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
}
#menu{
  width : 1000px;
  height : 45px;
}
#main{
  width : 1000px;
  position : relative;
  top : 20px;
  height : 1500px;
}
h1{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  font-weight : normal;
}
.area_header{
  width : 1000px;
  height : 185px;
  float : left;
}
.area_main{
  width : 1000px;
  position : relative;
}
.area_climblist{
  width : 300px;
  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_maintable{
  font-size : 15px;
  font-family : メイリオ;
  width : 860px;
  color : #353535;
  border-collapse : collapse;
  top : 20px;
  left : 70px;
  position : relative;
}
.area_maintable th{
  border-width : 1px;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  border-style : solid;
  border-color : #aaaaaa;
  background-color : #e9e9e9;
  width : 25%;
}
.area_maintable td{
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  border-width : 1px;
  border-style : solid;
  border-color : #aaaaaa;
}
.area_maintable a{
  text-decoration : none;
}
.area_maintable 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;
}
