li{
	float:left;display:block;
}

.box1{
	height:24px;
       font-size : 13px;
       
  font-weight : bold;
  color : silver;
  padding-top : 0px;
}

.on{
      background-color:#669933;
      width:140px;
      height:26px;
      margin-right:5px;
      text-align:center;
     
}

.off{
      background-color:#99cccc;
      width:140px;
      height:26px;
      margin-right:5px;
      text-align:center;
     
}

.on a{
               text-decoration:none;
               display:block;
               margin-top:5px;
              
}
.on a:link{
	color:#ffffff;
}
.on a:visited{
	color:#ffffff;
}
.on a:hover{
	color:#ffffff;
}

.off a{
                text-decoration:underline;
                display:block;
                margin-top:5px;
               
}
.off A:LINK{
	color : green;
}
.off A:VISITED{
	color : green;
}
.off a:hover{
	color:#ff0000;
}

.box2{
     clear:both;
     border-top:solid 10px #669933;
     border-bottom:solid 10px #669933;
     border-left:solid 1px #669933;
     border-right:solid 1px #669933;
     width:800;
    
  padding-top : 10px;
  
}
ul{
	margin:0px;
}

h4{
    border-left:solid 15px #ff6600;    /* 左側の罫緁E*/
    border-top:solid 1px #ff6600;      /* 上Eの罫緁E*/
    border-right:solid 1px #ff6600;    /* 右側の罫緁E*/
    border-bottom:solid 1px #ff6600;   /* 下Eの罫緁E*/
    padding-top:3px;                   /* 上部から斁Eまでの距離 */
    padding-left:3px;                  /* 左部から斁Eまでの距離 */
    width : 501px;                       /* 全体E幁E*/
   
}
.font12{
  font-size : 12px;
}
.font15{
  font-size : 15px;
}
