<style>
*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
img {
 border: none; 
}
#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 : 1px;
  border-style : solid;
  border-color : #006400;
  width : 640px;
  height : auto;
  background-color : #ffffff;
}
#header{
  background-image : url(../img/header640_200_70.png);
  height : 200px;
  width : 640px;
}
#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 : #ffffff;
  background-color : #006400;
  padding-top : 2px;
}
#navi{
  background-color : #006400;
  padding-top : 0px;
  padding-left : 3px;
  width : 637px;
  float : left;
  padding-bottom : 15px;
  height : auto;
}#navi ul{
  list-style-type : none;
}
#navi ul li{
  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 : 1px;
  margin-bottom : 0px;
  width : 110px;
  height : inherit;
  float : left;
}
#navi ul li a{
  background-color : #ffffff;
  color : #006400;
  text-decoration : none;
  display : block;
}
#navi ul li a:hover{
  color : #ffffff;
  background-color : #006400;
}
body{
  font-size : small;
  line-height : 18px;
  text-align : center;
  background-color : #ffffff;
  background-image: url('../img/03haikei.png');
}
#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 : #006400;
  border-left-color : #006400;
  border-bottom-color : #006400;
  background-color : #ffffff;
  padding-left : 5px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #006400;
}
#cont h3{
  font-size : 12px;
  color : white;
  background-color : #006400;
  padding-top : 2px;
  padding-left : 10px;
  padding-bottom : 2px;
  margin-top : 10px;
  margin-bottom : 10px;
}
#column h4{
  color : white;
  background-color : #006400;
  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 : #006400;
}
#cont img{
  float : right;
}
.img{
  clear : both;
}
</style>