*{
  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 : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;border-width : 2px;border-style : solid;border-color : aqua;
  width : auto;
  height : inherit;
}

#header{
  background-image : url(head_bg.jpg);
  height : 100px;
}

#navi1{
  padding-top : 10px;
  padding-left : 0px;
  width : 100%;
  text-align : center;
}

#navi1 UL{
  list-style-type : none;
  visibility : visible;
}

#navi1 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 : 0px;
  margin-bottom : 0px;
  width : 20%;
  float : left;
}

#navi1 UL LI A{
  text-decoration : none;
  display : block;
  height : 4em;
  vertical-align : middle;
  visibility : visible;
}

#navi1 ul li a:hover{
  color : teal;
  background-color : aqua;
}

#cont{
  text-align : left;
  padding-top : 10px;
  width : auto;
  margin-top : 10px;
  padding-left : 10px;
  font-size : medium;
  padding-right : 10px;
  list-style-type : disc;
  list-style-position : outside;
}

#footer{
  border-top-color : #ffffff;
  height : 60px;
  clear : both;
  color : aqua;
  background-image : url(img/footer_bg.jpg);
  vertical-align : bottom;
  text-align : left;
  font-size : medium;
  margin-top : 30px;
}

#navi2{
  background-color : black;
  width : 100%;
  padding-top : 10px;
  padding-left : 20px;
  float : left;
  font-size : medium;
  height : auto;
  vertical-align : top;
  padding-bottom : 10px;
}

#navi2 UL{
  list-style-type : none;
  
  height : auto;
  overflow : auto;
}

#navi2 UL LI{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 10px;
  margin-bottom : 0px;
  width : auto;
  height : auto;
  float : left;
  overflow : visible;
}

#navi2 UL LI A{
  background-color : white;
  text-decoration : none;
  display : block;
}

#navi2 UL LI A:hover{
  color : olive;
  background-color : yellow;
}

BODY{
  font-size : medium;
  line-height : 18px;
  text-align : left;
  font-family : メイリオ;
}

#cont H1{
  font-size : x-large;
  color : teal;
  padding-left : 15px;
  line-height : normal;
  font-family : メイリオ;
  text-align : left;
  padding-top : 5px;
  overflow : auto;
  background-color : silver;
}

#header H1{
  vertical-align : text-top;
  text-align : left;
  overflow : auto;
  font-size : x-large;
  font-family : メイリオ;
  line-height : normal;
}

#navi1 P{
  font-size : large;
  font-family : メイリオ;
  float : inherit;
  overflow : auto;
}

#cont H4{
  width : 100%;
  background-color : teal;
  font-size : medium;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
}

.hilight{
  font-weight : bold;
  background-color : yellow;
  display : block;
}
#cont h2{
  font-size : medium;
  padding-bottom : 1px;
}

#cont UL{
  list-style-type : square;
  list-style-position : outside;
border-width : 1px;
}

