@charset "UTF-8";
*{
  padding : 0px;
  margin : 0px;
}
body{
  text-align : center;
  height : 100%;

}
.waku{
  width : 90%;
  margin-top : 20px;
  text-align : left;
  margin-left : auto;
  margin-right : auto;
}

.main{
  width : 100%;
  margin : 20px 20px 50px;
}

h1{
  font-size : 18px;
  font-weight : bold;
}

.border{
  background-color : rgb(209, 245, 221);
  height : 20px;
  padding-top : 2px;
  width : 100%;
  clear : both;
}



.navi1{
  width : 30%;
  border-width : 0px;
  text-align : left;
  float : left;
}



.navi2{
  width : 70%;
  border-width : 0px;
  text-align : left;
  padding-bottom : 30px;
  float : left;
}


.navi2  a{
  color : black;
  text-decoration : none;
}
.button{
  width : 390px;
  height : 30px;
  background-image : url(btnimg2.png);
  margin-top : 10px;
  padding-top : 10px;
  padding-left : 10px;
}

.textcate{
  width : 170px;
 height : 260px;
  float : left;
  text-align : center;
  font-size : 16px;
  padding-top : 2px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
}

.title{
  text-align : left;
  padding-top : 10px;
  padding-bottom : 10px;

}


