/* ボディスタイル */
BODY{
  background-color:#FFFFFF;
  color:#4f4f4f;
  margin-left:0px;
　margin-top:0px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}


/* フォントスタイル */
TD {
 font-size: 12px;
 line-height : 20px;
 letter-spacing: 1px; 
}


/* aタグに対する指定 */
a:link {color:#000066;text-decoration:none;}
a:visited {color:#000099;text-decoration:none;}
a:hover {color:#000099;text-decoration:underline;background-color:#cccc33;}
a:active {color:#660066;text-decoration:underline;}


/* クラスを指定 */
h1 {
color : #000066; 
font-size : 16px ; 
font-weight : bold ; 
margin : 2px ; 
}
h2 {
color : #000066; 
font-size : 16px ; 
font-weight : bold ; 
margin : 2px ; 
}

SPAN.m1 {
color : #000000; 
font-size : 10px ; 
line-height: 14px;
}

SPAN.m2 {
color : #000000; 
font-size : 14px ; 
line-height: 18px;
font-weight : bold ; 
}


