/* 外部スタイルシート、ファイル名:style.css */
body {
    margin: 3% ;
    font-family: "ＭＳ Ｐゴシック", "Osaka" ;
    font-size: 95% ;
    color: #000000 ;
    background-color: #ffffff ;
}

a:link {
      text-decoration: none ;
      color: #009900 ;
}

a:visited {
         text-decoration: none ;
         color: #009900 ;
}

a:active,a:focus,a:hover {
                        text-decoration: underline ;
                        color: #ff0000 ;
}

h1 {
 }

h2 {
  color: #000000 ;    
  border-bottom-color: #808080 ;
  border-bottom-style: dotted ;
  border-bottom-width: medium ;
  font-size: 100% ;
  font-weight: bolder ;
}

h3 {
  font-size: 90% ;
  font-weight: normal ;
  text-align: right ;
}
            
h4 {
  font-size: 80% ;
  font-weight: normal ;
  text-align: right ;
}

.rtnt {
  font-weight: bolder ;
}

td {
  line-height: 15pt ;
}

td.main {
  width: 93% ;
  background-color: #f0ffff ;
}
