*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#main{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  border-width : 2px;
  border-style : solid;
  border-color : navy;
  width : 640px;
  height : auto;
}
#header{
  background-image : url(img/nobudou.png);
  height : 100px;
}
#column{
  padding-top : 10px;
  padding-left : 5px;
  width : 145px;
  float : left;
}
#cont{
  text-align : left;
  padding-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  width : 480px;
  float : right;
}
#footer{
  clear : both;
  height : 20px;
  color : white;
  background-color : navy;
  padding-top : 2px;
}
#navi{
  background-color : navy;
  padding-top : 5px;
  padding-left : 55px;
  width : 585px;
  float : left;
  padding-bottom : 5px;
  height : auto;
}
#navi ul{
  list-style-type : none;
}
#navi ul li{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 5px;
  margin-bottom : 0px;
  width : 100px;
  height : inherit;
  float : left;
}
#navi ul li a{
  background-color : #cfee64;
  text-decoration : none;
  display : block;
}
#navi ul li a:hover{
  color : navy;
  background-color : white;
}
body{
  font-size : small;
  line-height : 18px;
  text-align : center;
  background-color : #edf0e1;
}
#header h1{
  font-size : xx-large;
  font-family : 魚石行書;
  color : white;
  text-align : left;
  padding-top : 25px;
  padding-left : 10px;
}
#cont h2{
  font-size : 16px;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : navy;
  border-left-color : navy;
  border-bottom-color : navy;
  background-color : white;
  padding-left : 5px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : navy;
}
#cont h3{
  font-size : 12px;
  color : white;
  background-color : navy;
  padding-top : 2px;
  padding-left : 10px;
  padding-bottom : 2px;
  margin-top : 10px;
  margin-bottom : 10px;
}
#column h4{
  color : white;
  background-color : navy;
  padding-top : 3px;
}
#column p{
  text-align : left;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 1px;
  border-style : solid;
  border-color : navy;
}
#cont img{
  float : right;
}
.img{
  clear : both;
}
