.h{/* メニュータイトル１ */
background-color: #333333;
font-size: 15pt;
text-align:center;
color: #ffd503;
line-height:1.5;
padding: 5pt;
font-weight: bold;

}
.h2{/* メニュータイトル２ */
    border-left:10px solid #ccc;  
    border-top:1px dashed #ccc;  
    padding:.2em;
	color: #00204b;
	 font-weight: bold;
}

.text{
 margin: 10px;
 _margin: 5px;
 font-size: 10pt;
 line-height:1.5;
 }
 
 .th,td{
 margin: 10px;
 font-size: 10pt;
 line-height:1.5;
 }
}

.h3{/* メニュータイトル3 */
    border-left:10px solid #ccc;  
    border-top:1px dashed #ccc;  
    padding:.2em;
	color: #00204b;
	 font-weight: bold;
}