Pre{
    width: 100%;
    color: white;
    font-weight: none;
    font-size: 14px;
    background-color: blue;
    border: 1px none #9999ff;

    border-right: 2px solid Navy;
    border-bottom: 2px solid Navy;
    
    padding: 5px 3px 3px 1.5em;
　　font-family:"Osaka,ＭＳ ゴシック";
}

menu{
    width: 100%;
    color: white;
    
    font-size: 14px;
    background-color: aqua;
    border: 1px none #9999ff;

    border-right: 2px solid blue;
    border-bottom: 2px solid blue;
    
    padding: 5px 3px 3px 1.5em;
　　font-family:"Osaka,ＭＳ ゴシック";
}

H3{
width: 100%;
    color: black;
    font-weight: none;
    font-size: 1.3em;
    background-color: #99ccff;

  
    
    padding: 5px 3px 3px 0.5em;
　　font-family:"Osaka,ＭＳ ゴシック";
}


H2{
width: 100%;
    color: black;
    font-weight: none;
    font-size: 2.0em;
    background-color: white;

  
    
    padding: 5px 3px 3px 0.5em;
　　font-family:"Osaka,ＭＳ ゴシック";
}



td{
	color:black;
	font-size:12px;
	font-family:"Osaka,ＭＳ ゴシック";
	line-height:150%;
	
}


TD.1{
 	color:green;
	font-size:12px;
	font-family:"Osaka,ＭＳ ゴシック";
	padding: 5px;
}


a{
	text-decoration:none
;}

A:link  { color: blue ;}        
A:visited{ color: purple;}       
A:hover{ color: red;}          
A:active { color: olive ;}  


