*{
  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 : green;
  width : 900px;
  height : inherit;
}

#header{
  height : 140px;
  background-image : url(image/top13.jpg);
}

#column{
  padding-top : 10px;
  padding-left : 5px;
  width : 200px;
  float : left;
}

#cont{
  text-align : left;
  padding-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  width : 680px;
  float : right;
}

#footer{
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : green;
  height : 20px;
  clear : both;
}

#navi{
  background-color : green;
  padding-top : 10px;
  padding-left : 120px;
  width : 780px;
  float : left;
  padding-bottom : 10px;
  margin-top : 3px;
}

#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 : 5px;
  margin-bottom : 0px;
  height : inherit;
  float : left;
  width : 150px;
}

#navi ul li a{
  background-color : white;
  text-decoration : none;
  display : block;
}

#navi ul li a:hover{
  color : orange;
  background-color : yellow;
}
body{
  font-size : small;
  line-height : 18px;
  text-align : center;
}
#header h1{
  font-size : x-large;
  text-align : left;
  padding-top : 20px;
  padding-left : 40px;
  color : white;
}
#cont h2{
  font-size : 16px;
  padding-top : 5px;
  padding-left : 10px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-width : 1px 1px 1px 10px;
  border-style : solid;
  border-color : green;
}
#cont h3{
  font-size : 12px;
  color : white;
  background-color : green;
  padding-top : 2px;
  padding-left : 5px;
  padding-bottom : 2px;
  margin-top : 10px;
  margin-bottom : 10px;
}

#column h4{
  color : white;
  background-color : green;
  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 : green;
}

dt{
  width : 180px;
  float : left;
}

dd{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : green;
}

select{
  font-weight : bold;
  color : white;
  background-color : green;
  width : 200px;
}
.swap{
  float : left;
}

#cont h4{
  color : red;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : green;
}

