@charset "utf-8";
/* CSS Document */

h2#title_h2 img{
	height:50px;
	width:900px;
}
h3#aaa{
  margin-bottom:10px;
  font-size:medium;
  margin-top:20px;
}  
div.hhh{
      background-color:#87CEFA;
      width:100%;
      text-align:left;
      font-size:medium;
      text-indent:5%;
      height: 30px; 
      padding-top: 15px;
	  white-space:normal;
}
div.zzz{
    float:right;
	width:605px;
}	
div.record{
     margin-left:25px;
	 width:250px;
	 margin-top:15px;
	 border:solid;
	 border-color:#696969;
	 border-width:thin;
}
div.record ul{
	 border:1px gray solid;
}
div.record ul li p{
}
table#record{
       float:right;
	   width:605px;
}
table#record th{
    background-color:#f2f2f2;
	height:35px;
}
td.td1{
   vertical-align:top;
   background-color:#dbffff;
}
td.td2{
   vertical-align:top;
   background-color:#dbffff;
}
td.td3{
   vertical-align:top;
   background-color:#dbffff;
}
td.td4{
   vertical-align:top;
  background-color:#dbffff; 
}  		   	 	   		   	 	   		   	 	   		   	 	 	 
p.menu{
   margin-left:25px;
}   