a:link    {text-decoration: none; color:#996633;}  /*テキストリンクの色*/
a:visited {text-decoration: none; color:#996633;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration: none; color:#996633;}  /*クリック時のリンクの色*/
a:hover   {text-decoration: none; color:#996633;}  /*マウスの上にカーソルがあるときのリンクの色*/

.link a:link       {font-size:13px;color:#996633; text-decoration:none; line-height:150%;}        /*メニュー・テキストリンクの色*/
.link a:visited    {font-size:13px; color:#996633; text-decoration:none; line-height:150%;}        /*メニュー・訪問済みのリンクの色*/
.link a:active     {font-size:13px; color:#996633; text-decoration:underline; line-height:150%;}   /*メニュー・クリック時のリンクの色*/
.link a:hover      {font-size:13px; color:#996633; text-decoration:underline; line-height:150%;}   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/

.menu a:link       {font-size:13px; color:#996633; text-decoration:none; line-height:150%;}        /*左側メニュー・テキストリンクの色*/
.menu a:visited    {font-size:13px; color:#996633; text-decoration:none; line-height:150%;}        /*左側メニュー・訪問済みのリンクの色*/
.menu a:active     {font-size:13px; color:#996633; text-decoration:underline; line-height:150%;}   /*左側メニュー・クリック時のリンクの色*/
.menu a:hover      {font-size:13px; color:#996633; text-decoration:underline; line-height:150%;}   /*左側メニュー・マウスの上にカーソルがあるときのリンクの色*/

.menu      {font-size:13px; color:#996633; line-height:150%; font-family:ＭＳ Ｐゴシック;}   /*左側（更新情報）の文字サイズや色の指定*/

.title     {font-size:17px; color:#996633; font-family:ＭＳ Ｐゴシック;}   /* タイトル文字フォントサイズと色*/

.tex9     {font-size:9px; color:#666666; line-height:120%; font-family:ＭＳ Ｐゴシック;}   /*小さい文字サイズや色の指定*/  
.tex12    {font-size:12px; color:#666666; line-height:130%; font-family:ＭＳ Ｐゴシック;}  /*普通の文字サイズや色の指定*/  
.tex13    {font-size:13px; color:#666666; line-height:120%; font-family:ＭＳ Ｐゴシック;}  /*少し大きい文字サイズや色の指定*/
body {background-color:"#ffffff"; color:"#666666"; font-size:12pt;} 
.revers { font-family: ＭＳ Ｐゴシック; font-size: 12px; color: #FFFFFF; line-height: 130%; background-color: #663333; }  /*反転普通の文字サイズや色の指定*/  
.center {text-align:center ;}
