a:link       { color: blue; text-decoration: none }
a:visited  { color: #c00; text-decoration: blink }
/*クリック時のリンクの色*/
a:hover { color: #f00; text-decoration: underline }
/*訪問済みのリンクの色*/
a:active { color: #1593dd; text-decoration: underline }
/*テキストリンクの色*/
..link a:hover2   { color: #3f8013 }
/*マウスの上にカーソルがあるときのリンクの色*/

.link a:link       {font-size:13px;color:#077fcc; text-decoration:none; line-height:150%;}        /*メニュー・テキストリンクの色*/
.link a:visited    {font-size:13px; color:#077fcc; text-decoration:none; line-height:150%;}
/*メニュー・クリック時のリンクの色*/
.link a:hover { color: #077fcc; font-size: 13px; line-height: 150%; text-decoration: underline }
/*メニュー・訪問済みのリンクの色*/
.link a:active     {font-size:13px; color:#077fcc; text-decoration:underline; line-height:150%;}
/*左側メニュー・マウスの上にカーソルがあるときのリンクの色*/
.menu { color: #1774a6; font-size: 13px; font-family: Verdana; line-height: 150% }
/*メニュー・マウスの上にカーソルがあるときのリンクの色*/

.menu a:link       {font-size:13px; color:#1774a6; text-decoration:none; line-height:150%;}        /*左側メニュー・テキストリンクの色*/
.menu a:visited    {font-size:13px; color:#1774a6; text-decoration:none; line-height:150%;}
/*左側メニュー・クリック時のリンクの色*/
.menu a:hover { color: #1774a6; font-size: 13px; line-height: 150%; text-decoration: underline }
/*左側メニュー・訪問済みのリンクの色*/
.menu a:active     {font-size:13px; color:#1774a6; text-decoration:underline; line-height:150%;}
/*小さい文字サイズや色の指定*/
.tex12 { color: #666666; font-size: 12px; font-family: Verdana; line-height: 130% }
/*普通の文字サイズや色の指定*/
.tex13 { color: #666666; font-size: 13px; font-family: Verdana; line-height: 120% }
.tex14   { font-size: 12px; font-family: Verdana; line-height: 150% }
.tex15  { color: teal; font-size: 12px; font-family: Verdana; line-height: 130% }
.tex16  { color: black; font-size: 12px; font-family: Verdana; line-height: 120% }
/*リンク先文字サイズや色の指定*/
.tex9 { color: #666666; font-size: 9px; font-family: Verdana; line-height: 120% }
/*左側（更新情報）の文字サイズや色の指定*/

.title     {font-size:17px; color:#077fcc; font-family:Verdana;}
/*少し大きい文字サイズや色の指定*/

.x  { font-size: 9pt; font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック; line-height: 120%; background-color: #ffffff; padding: 10px; border: solid 2px #5256af }
.y { background: #ffffff; padding: 2px 15px; border-style: solid; border-width: 1px 1px 1px 10px; border-color: #5256af }
.z { line-height: 150%; padding: 10px 30px 20px }
