a:link    {text-decoration: none; color:#b54a65;}  /*テキストリンクの色*/
a:visited {text-decoration: none; color:#b54a65;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration: none; color:#b54a65;}  /*クリック時のリンクの色*/
a:hover   {text-decoration: none; color:#b54a65;}  /*マウスの上にカーソルがあるときのリンクの色*/

.link a:link       {font-size:13px;color:#c73e6b; text-decoration:none; line-height:150%;}        /*メニュー・テキストリンクの色*/
.link a:visited    {font-size:13px; color:#c73e6b; text-decoration:none; line-height:150%;}        /*メニュー・訪問済みのリンクの色*/
.link a:active     {font-size:13px; color:#c73e6b; text-decoration:underline; line-height:150%;}   /*メニュー・クリック時のリンクの色*/
.link a:hover      {font-size:13px; color:#c73e6b; text-decoration:underline; line-height:150%;}   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/

.menu a:link       {font-size:13px; color:#c73e6b; text-decoration:none; line-height:150%;}        /*左側メニュー・テキストリンクの色*/
.menu a:visited    {font-size:13px; color:#c73e6b; text-decoration:none; line-height:150%;}        /*左側メニュー・訪問済みのリンクの色*/
.menu a:active     {font-size:13px; color:#c73e6b; text-decoration:underline; line-height:150%;}   /*左側メニュー・クリック時のリンクの色*/
.menu a:hover      {font-size:13px; color:#c73e6b; text-decoration:underline; line-height:150%;}   /*左側メニュー・マウスの上にカーソルがあるときのリンクの色*/

.menu      {font-size:13px; color:#c73e6b; line-height:150%; font-family:Verdana;}   /*左側（更新情報）の文字サイズや色の指定*/

.title     {font-size:17px; color:#c73e6b; font-family:Verdana;}   /* タイトル文字フォントサイズと色*/

.tex9     {font-size:9px; color:#666666; line-height:120%; font-family:Verdana;}   /*小さい文字サイズや色の指定*/  
.tex12    {font-size:12px; color:#666666; line-height:130%; font-family:Verdana;}  /*普通の文字サイズや色の指定*/  
.tex13    {font-size:13px; color:#666666; line-height:120%; font-family:Verdana;}  /*少し大きい文字サイズや色の指定*/

TABLE{
            font-size : 11px;
            line-height : 17px;
            letter-spacing : 1px;
}
