a:hover      { color: #FF0000; text-decoration: underline; font-style: italic }
.headline    { font-size: 12pt; color: #0066CC; line-height: 100%; font-family: 
               ＭＳ Ｐゴシック; font-weight: bold; margin-left: 5; 
               margin-top: 5; margin-bottom: 5 }
.contents    { font-size: 8pt; color: #666666; line-height: 100%; font-family: 
               ＭＳ Ｐゴシック; margin: 5 }
.text        { font-size: 10pt; line-height: 130%; font-family: ＭＳ Ｐゴシック; margin: 5 }
.textlo        { font-size: 9pt; line-height: 115%; font-family: ＭＳ Ｐゴシック; 
               margin: 5 }
.Stext       { font-size: 8pt; line-height: 100%; font-family: ＭＳ Ｐゴシック; 
               margin: 1 0 }
.Mtext       { font-size: 10pt; line-height: 115%; font-family: ＭＳ Ｐゴシック; 
               margin: 1 0 }
.MMtext        { font-size: 10pt; line-height: 120%; font-family: ＭＳ Ｐゴシック; 
               margin: 1 0 }               
.btext       { font-size: 10pt; line-height: 115%; font-family: ＭＳ Ｐゴシック; 
               font-weight: bold; margin: 5 }
.titletext   { font-size: 9pt; line-height: 100%; font-family: ＭＳ Ｐゴシック; 
               font-weight: bold; margin: 5 }
.Stitle      { font-size: 9pt; line-height: 100%; font-family: ＭＳ Ｐゴシック; 
               font-weight: bold; margin: 5 }
.SStitle     { font-size: 8pt; line-height: 100%; font-family: ＭＳ Ｐゴシック; 
               font-weight: bold; margin: 2 }
.copyright { font-size: 8pt; color: #666666; line-height: 100%; margin-left: 5; margin-right: 5; margin-top: 5 }
.Mtitle      { font-size: 10pt; font-weight: bold; line-height: 100%; margin: 5 }
.title       { font-size: 11pt; font-family: ＭＳ Ｐゴシック; color: #FFFFFF; 
               font-weight: bold; margin: 5 }
.Btitle      { font-size: 13pt; color: #0066CC; line-height: 100%; font-family: 
               ＭＳ Ｐゴシック; font-weight: bold; position: relative; 
               top: 2; margin: 5 }
.index       { font-size: 10pt; color: #000080; line-height: 100%; font-family: 
               ＭＳ Ｐゴシック; font-weight: bold }
.btn {
  width: 80px;  height: 15px;
  text-align: center;
  background-color: blue;
  display: block;
  text-decoration: none; font-size: 8pt;
  color: white;
  border-radius: 7px;
}
.btn:hover {
 opacity: 0.7;
}