a:link      {text-decoration:none; color: royalblue}
a:visited   {text-decoration:none; color: #4682b4}
a:active    {text-decoration:none; color: palevioletred}
a:hover     {text-decoration:none; color: skyblue} /* マウスが乗ったとき */

body{
font-size:11pt;line-height:14pt;
text-align:left;
color:#303030;
background-color:whitesmoke
}

td{
font-size:10.5pt;line-height:14pt
}

/* センター揃え */
.center  { text-align: center; }


.top{text-align:left;vertical-align:top}
.red{color:#dc143c}

H1 {  font-size: 12pt; font-weight: bold;}
H2 {  font-size: 9pt; font-weight: bold;}

.pt9{font-size:9pt;line-height:11pt}
.pt11{font-size:11pt;line-height:13pt}
.pt12{font-size:12pt;line-height:14pt}
