H1{
  font-size : 20px;
  padding-bottom : 0px;
  margin-bottom : 0px;
  background-image : url(image/h1_back.gif);
  background-repeat : no-repeat;
  padding-top : 9px;
  padding-left : 12px;
}
H2{
  font-size : 18px;
  color : black;
  background-repeat : no-repeat;
}
P{
  line-height : 1.4em;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-indent : 1em;
}
A{
  font-size:10pt;
}
A:link{
  color:#cc0000;
}
A:visited{
  color:#666666;
}
A:hover{
  color:#cc0000;
  text-decoration:underline;
}
UL#menu {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  /*  background-color: #eee;
  */
  list-style-type: none;
}
#menu LI {
  margin: 0;
  float: left;
  width : 40px;
  text-align: center;
  font-size: 13px;
  height : 21px;
}
#menu LI A {
  padding : 4px;
  padding-bottom : 4px;
  padding-right : 10px;
  padding-left : 10px;
  display: block;
  position: relative;
  /* for IE6 */
	color: #000;
  text-decoration: none;
}
#menu LI A:HOVER {
  /*  border-color: #ccc;
  color: #333;
  background-color: #ccc;
  */
  color : black;
  background-color : silver;
}
#menu LI {
  }
#menu li.col1 {
  background-color: #99cc66;
}
#menu li.col2 {
  background-color: #dcedcb;
}
#menu LI.here {
  background-color : #cc0000;
  font-weight : bold;
  color : #ffffff;
  padding-top : 4px;
  padding-bottom : 4px;
}
UL{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 1.3em;
  margin-right : 0px;
  margin-bottom : 0px;
}
P.totop{
  font-size : 80%;
  text-align : right;
  padding-right : 50px;
}
P.jusyo{
  border-width : 3px 3px 3px 3px;
  border-style : solid solid solid solid;
  border-color : #99cc66 #99cc66 #99cc66 #99cc66;
  margin-left : 80px;
  margin-right : 80px;
  color : #330000;
  background-color : #ffffff;
  font-size : 80%;
  font-weight : bold;
}
TABLE.waku{
    border-top : 1px solid #330000;
    border-left : 1px solid #330000;
    border-collapse : collapse;
    border-spacing : 0;
    background-color : #ffffff;
    empty-cells : show;
  left : 2px;
}
.waku TH{
    border-right : 1px solid #330000;
    border-bottom : 1px solid #330000;
    color : #330000;
    background-color : #99cc66;
    background-position : left top;
    padding : 5px 5px 5px 5px;
    text-align : center;
    vertical-align : middle;
}
.waku TD{
    border-right : 1px solid #330000;
    border-bottom : 1px solid #330000;
    padding : 5px 5px 5px 5px;
    vertical-align : top;
}
