@charset "UTF-8";


@import url(style.css);
#page{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-width : 0px 2px 2px;border-style : none;border-color : transparent;
  width : 900px;
  height : auto;
  line-height : 150%;
} 

header{
  height : auto;
  width : 900px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : black;
}

#main{
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 20px;
  width : 528px;
  float : left;
border-width : 1px;border-color : black;
}

#hoto{
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 5px;
  margin-bottom : 20px;
  width : 335px;
  float : right;
}

footer{
  font-size : small;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : black;
  height : 100px;
  clear : both;
  text-align : center;
}

#navi{
  background-color : black;
  width : 900px;
  float : left;
  margin-top : 0px;
}

#navi ul{
  line-height : 1.5em;
  background-color : black;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

#navi ul li{
  background-color : black;
  vertical-align : middle;
  text-align : center;
  width : 145px;
  height : auto;
  float : left;
}

h1{
  font-size : 28px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family : "ＭＳ Ｐ明朝";
  font-weight : bolder;
  line-height : 150%;
  background-color : black;
  color : blue;
}

h2{
  font-size : 24px;
  padding-left : 5px;
  margin-top : 5px;
  margin-bottom : 5px;
}

p{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 16px;
  line-height : 150%;
}

h3{
  font-size : 18px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : bold;
}



