body {
 backgroud-color:#FFFFFF;
 color: #555555;
 font-size: 11pt;
 font-family:'MS UI Gothic';
 line-height: 140%;
} 
table {
 line-height: 140%;
 font-size: 11pt;
} 

/* リンク用の指定 */
a:link{color: #003366}
a:active{color: #00FFFF}
a:visited{color: #006633}
a:hover{color: #CCFF00}

h1 {
 color:#003399;
 font-size:14pt;
 font-weight:bold;
 line-height:140%;
}

h2 {
 color:#006666;
 font-size:12pt;
 line-height:140%;
}