

BODY{ 
       FONT-FAMILY: Verdana,chicago,Arial; 
       background-attachment:fixed;
       cursor:crosshair ;
       scrollbar-face-color: black;
       scrollbar-highlight-color: black;
       scrollbar-shadow-color: white;
       scrollbar-3dlight-color:white;
       scrollbar-arrow-color: white;
       scrollbar-track-color: black;
       scrollbar-darkshadow-color: white;
}



a:link    {text-decoration:underline;color:#339900;cursor:crosshair ;}  /*テキストリンクの色*/
a:visited {text-decoration:underline;color:#339900;cursor:crosshair ;}  /*訪問済みのリンクの色*/ 
a:active  {text-decoration:underline;color:#339900;cursor:crosshair ;}   /*クリックされているときのリンクの色*/
a:hover   {text-decoration:underline;color:#339900;cursor:crosshair ;}  /*マウスの上にカーソルがあるときのリンクの色*/


.lin2 a:link       {color:#336600;text-decoration:none;}  /*色を変えない場合のリンクテキスト指定*/
.lin2 a:visited    {color:#336600;text-decoration:none;}   /*色を変えない場合の訪問済みリンクテキスト指定*/
.lin2 a:active     {color:#336600;text-decoration:underline;}   /*色を変えない場合のクリックされているときのリンクの色*/
.lin2 a:hover      {color:#336600;text-decoration:underline;}   /*色を変えない場合のマウスの上にカーソルがあるときのリンクの色*/
.color1     {background-color:#A9D33F;}   /*明るいグリーンの背景色*/
.color2     {background-color:#FFFFFF;}   /*ホワイトの背景色*/
.color3     {background-color:#546E20;}   /*濃いグリーンの背景色*/

.text1     {font-size:26px;color:#546E20;line-height:140%;font-family:"Times New Roman", Times, serif;} /* メインタイトルのフォントサイズ,色*/
.text2     {font-size:11px;color:#546E20;line-height:140%;font-family:Verdana;} /* タイトル下の文字フォントサイズ,色*/
.text3     {font-size:12px;color:#777777;line-height:140%;font-family:Verdana;}/* ノーマルテキストのフォントサイズ,色,行間*/

img {
   border-style:none;
   border-width:0px
}

h1{/*LINKs部分の設定*/
  font-size: 10pt;
  font-family: Verdana;
  font-weight: normal;
  color: #333333;
  letter-spacing: 0.4em;
  text-align: right;/*右寄せ*/
  }
.lay ul,.lay dl{/*リンク表の設定*/
  border-bottom: solid 1px #8877BB;/*リンク下部の境界線*/
  margin: 0.5em 6px 3em 1em;
  padding-bottom: 0.5em;
  }
ul.left{
  margin-right: 0px;
  }
ul.right{
  margin-left: 0px;
  }
li{
  list-style: square inside;
  color: #ABABAC;/*リンクの左の■のカラー*/
  margin: 0.1em;
  font-size: 10pt;
  line-height: 100%;
  }
dd{
  margin: 2px 0px 8px 1.5em;
  }
.lay{
  height: 100%;
  width: 35em;/*全体の幅*/
  background-color: #FCFCFC;/*背景色*/
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-left: solid 1px #CACACA;
  border-right: solid 1px #CACACA;
  text-align: left;
  }
.linktitle{/*リンク項目タイトルの設定*/
  width: 18em;
  padding: 2px 1.5em 1px 1.5em;
  border: solid 1px #BABABA;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  letter-spacing: 0.2em;
  }
.mark{/*リンク項目タイトルの左のマーク部分*/
  width: 8px;
  height: 8px;
  font-size: 8px;
  background-color: #8877BB;
  }
.mark2{/*リンク項目タイトルの設定の右のライン*/
  width: 190px;
  height: 1px;
  font-size: 1px;
  background-color: #8877BB;
  }

.text1 { text-align: center } 中
.text2 { text-align: right }　右
.text3 { text-align: left }　 左

.te2{
  font-size : 16px;
  font-family : Verdana,sans-serif;
}