@charset "Shift_JIS";
*{
  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: teal;
  width: 800px;
  height: auto;
}
#header{
  background-image : url(choppiritop.png);
  height : 120px;
  text-align : left;
  font-size : x-small;
}
#column{
  padding-top: 10px;
  padding-left: 5px;
  width: 240px;
  float: left;
  text-align: left;
  font-size: small;
  border-width: 0px 0px 0px 1px;
  border-style: solid none solid solid;
  border-color: teal;
  margin-left : 15px;
}
#footer{
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : teal;
  height : 20px;
  clear : both;
  text-align : right;
  font-size : small;
  padding-top : 2px;
  padding-bottom : 2px;
  margin-top : 2px;
  margin-bottom : 2px;
}
body{
  font-size : medium;
  line-height : 18px;
  text-align : center;
}
#header h1{
  font-size : x-large;
  color : white;
  text-align : left;
  padding-top : 15px;
  padding-left : 10px;
}
#column h3{
  font-size : 16px;
  color : white;
  background-color : teal;
  text-align : left;
  padding-top : 2px;
  padding-left : 5px;
  padding-bottom : 2px;
  margin-top : 5px;
  margin-bottom : 5px;
}
#header h5{
  font-size : 12px;
  color : white;
  margin-left : 10px;
  padding-top : 10px;
  margin-top : 10px;
}
#column ul{
  list-style-type : none;
}
#column ul li a{
  text-decoration : none;
  color : black;
}
#column ul li a:hover{
  text-decoration : underline;
  color : blue;
}
{
  color : blue;
  text-decoration : underline;
}
