a:link    {text-decoration: none; color:#336633;}  /*テキストリンクの色*/
a:visited {text-decoration: none; color:#336633;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration: none; color:#336633; text-decoration:underline;}  /*クリック時のリンクの色*/
a:hover   {text-decoration: none; color:#336633; text-decoration:underline;}  /*マウスの上にカーソルがあるときのリンクの色*/

.link a:link       {font-size:13px;color:#ffffff; text-decoration:none;}        /*メニュー・テキストリンクの色*/
.link a:visited    {font-size:13px;color:#ffffff; text-decoration:none;}        /*メニュー・訪問済みのリンクの色*/
.link a:active     {font-size:13px;color:#ffffff; text-decoration:underline;}   /*メニュー・クリック時のリンクの色*/
.link a:hover      {font-size:13px;color:#ffffff; text-decoration:underline;}   /*メニュー・マウスの上にカーソルがあるときのリンクの色*/

.title    {font-size:17px; color:#496700; font-family:Verdana;}   /* タイトル文字フォントサイズと色*/
.title2    {font-size:12px; color:#231f20; font-family:Verdana;}  /* ページタイトル文字フォントサイズと色*/

.tex9     {font-size:9px;color:#3F3F3F; line-height:120%; font-family:Verdana;}   /*小さい文字サイズや色の指定*/  
.tex12    {font-size:12px;color:#3F3F3F; line-height:130%; font-family:Verdana;}  /*普通の文字サイズや色の指定*/  
.tex13    {font-size:13px;color:#3F3F3F; line-height:120%; font-family:Verdana;}  /*少し大きい文字サイズや色の指定*/

H1{
font-size : 100%;
font-weight : normal;
margin: 0px;
padding: 0px;
}


H2{
font-size : 100%;
font-weight : normal;
margin: 0px;
padding: 0px;
}


H3{
font-size : 100%;
font-weight : normal;
margin: 0px;
padding: 0px;
}


strong{
font-size : 100%;
font-weight : normal;
}