@charset "UTF-8";
*{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1px;
}

#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 : white;
  width : 1000px;
  height : auto;
}

#header{
  background-image : url(w6b.gif);
  height : 120px;
}

#sidebar{
  padding-top : 10px;
  padding-left : 5px;
 margin-top : 10px;
  width : 120px;
  float : right;
  background-color : gray;
}
#sidebar ul li a{
  background-color : inherit;
  text-decoration : none;
  display : block;
  color : white;
}

#sidebar ul li a:hover{
  color : black;
  background-color : white;
}

#cont{
  text-align : left;
  padding-top : 10px;
  margin-left : 5px;
  margin-right : 5px;
  width : 850px;
  float : left;
  margin-bottom : 60px;
}
p{
	line-height : 30px; /* 行の高さを実数値＋単位(px)で指定する */
}
#footer{
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : gray;
  height : 20px;
  clear : both;
}

#navi{
  background-color : gray;
  padding-top : 10px;
  width : 1000px;
   height : 36px;
  float : left;
}

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

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

#navi ul li a:hover{
  color : black;
  background-color : white;
}

body{
  font-size : small;
  line-height : 18px;
  text-align : center;
 
}

#header h1{
 font-size : x-large;
 color : black;
 text-align : left;
 padding-top : 15px;
 padding-left : 10px;
}

#header h3{
  font-sise : 12px;
  color : black;
  text-align : left;
  padding-top : 15px;
  padding-left : 25px;
 

}


#cont h2{
 font-size : 16px;
 padding-top : 5px;
 padding-left : 10ps;
 padding-bottom : 15px;
 margin-bottom : 15px;
 border-width : 1px 1px 1px 10px;
 border-style : solid ;
 border-color : silver;

}

#cont h3{
 font-size : 14px;
 color : black;
  background-color : #e7e7e7;
padding-top : 2px;
 padding-left : 5px;
 padding-bottom : 2px;
 margin-top : 20px;
 margin-bottom : 5px;
  
}

#sidebar h4{
  color : white;
  background-color : gray;
  padding-top : 3px;
}
#sidebar ul{
  list-style-type : none;
}
#sidebar ul li a{
  background-color : inherit;
  text-decoration : none;
  display : block;
  color : white;
}
a:link{
	text-decoration:none;
color:black;
}
a:visited{
	text-decoration:none;
color:black;
}
a:active{
	text-decoration:none;
color:black;
}
a:hover{
	text-decoration:underline;
}
-->

-->
