
td { 
   font-size: 12px;
   font-family: "ＭＳ ゴシック", Osaka-等幅
   }
   
.class {
   color: white;
   font-weight: bold;
   font-size: 12px;
   font-family: "ＭＳ ゴシック", Osaka-等幅
   }
   
div {
   font-size: 12px;
   font-family: "ＭＳ ゴシック", Osaka-等幅
   }
   
.class1 { 
    color: teal;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", Osaka-等幅
	}
	
body {
     margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
     line-height:140%;
	 }
	 
a:link {
	color:#0066CC;
 	text-decoration: none;
	}
	
a:visited {
    color:#0066CC;
	text-decoration:none;
	}

a:hover {
    color:#FF6600;
	text-decoration:underline;
	}
	
a:active {
    color:#FF6600;
	text-decoration:none;
	}
	
.style1 {
    font-size:10px;
	}
	

.style2 {
     color:#0066CC;
	 }
	 
.style3 {
     font-size:14px;
	 line-height:150%;
	 }
	 
.style4 {
     color:#FF6600;
	 }
	 
.style5 {
     font-size:14px;
	 color:#0066CC;
	 }
	 