#wrap{
  margin-left : auto;
  margin-right : auto;
  width : 1000px;
}
#menu{
  width : 1000px;
  height : 45px;
}
#main{
  width : 1000px;
  position : relative;
  top : 20px;
  height : 1600px;
}
h1{
  font-size : small;
  font-family : メイリオ;
  color : #0080ff;
  font-weight : normal;
}
.area_header{
  width : 1000px;
  height : 185px;
  float : left;
}
.area_main{
  width : 700px;
  float : right;
  top : 20px;
  position : relative;
}
.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;
}
.left_side_menu a{
  display : block;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  font-size : 15px;
  font-family : メイリオ;
  border-color : #cccccc;
  padding-top : 15px;
  padding-bottom : 10px;
  text-decoration : none;
  color : #3f3f3f;
  left : -40px;
  position : relative;
  width : 223px;
  background-color : #f9f9f9;
  border-left-width : thin;
  border-right-width : thin;
  border-bottom-width : thin;
  padding-left : 25px;
  top : -39px;
}
.area_left_side{
  width : 250px;
  top : 20px;
  float : left;
  position : relative;
}
.left_side_menu a:hover{
  background-color : #d5eaff;
  border-color : #cccccc;
}
.left_side_menu ul{
  list-style-type : none;
}
.left_side_menu p{
  font-family : メイリオ;
  background-color : #000040;
  text-align : center;
  position : relative;
  font-size : large;
  color : #ffffff;
  padding-top : 15px;
  padding-bottom : 15px;
  top : -20px;
}
#stay{
  font-family : メイリオ;
  background-color : #d5eaff;
}
#project{
  background-image : url(../img/home/footer.jpg);
  width : 660px;
  height : 50px;
  font-size : x-large;
  font-family : メイリオ;
  color : black;
  padding-left : 30px;
  padding-right : 10px;
  padding-top : 15px;
}
.project_outline{
  background-image : url(../img/home/footer.jpg);
  width : 660px;
  height : 33px;
  top : 50px;
  left : 20px;
  font-size : medium;
  font-family : メイリオ;
  color : #0080ff;
  padding-left : 20px;
  position : relative;
  padding-top : 10px;
}
.project_txt{
  font-size : small;
  font-family : メイリオ;
  color : #3f3f3f;
  width : 640px;
  top : 50px;
  left : 40px;
  position : relative;
}
.project_img{
  top : 20px;
  left : 20px;
  position : relative;
  width : 660px;
}
#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;
}
