/* フォントスタイル */
TD {
 font-size: 12px;
 line-height : 18px;
 letter-spacing: 1px;
 color:#333333; 
}


/* aタグに対する指定 */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {color:#999999;}
a:active {color:#006699;}


/* クラスを指定 */
h1 {
color : #006699; 
font-size : 14px ;
font-weight : bold ; 
margin : 2px ; 
}
h2 {
color : #030166; 
font-size : 16px ; 
font-weight : bold ; 
margin : 2px ; 
}
h3 {
color : #030166; 
font-size : 12px ; 
font-weight : bold ; 
margin : 0px ; 
}
SPAN.m1 {
color : #660301; 
font-size : 16px ; 
font-weight : bold ; 
line-height: 20px;
}

SPAN.m2 {
color : #030166; 
font-size : 16px ; 
font-weight : bold ; 
line-height: 20px;
}


