<STYLE type="text/css">
<!--
a:link    {
  text-decoration:underline;
  color:#339900;
}
/*テキストリンクの色*/
a:visited {
  text-decoration:underline;
  color:#339900;
}
/*訪問済みのリンクの色*/ 
a:active  {
  text-decoration:underline;
  color:#339900;
}
/*クリックされているときのリンクの色*/
a:hover   {
  text-decoration:underline;
  color:#339900;
}
/*マウスの上にカーソルがあるときのリンクの色*/

.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;
}
/*色を変えない場合のマウスの上にカーソルがあるときのリンクの色*/

/*メニュー部分の背景色*/

.text1     {
  font-size:20px;
  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:130%;
  font-family:Verdana;
}
/* ノーマルテキストのフォントサイズ,色,行間*/
.text4     {
  font-size:12px;
  color:#cc0000;
  line-height:130%;
  font-family:Verdana;
}
/* 値段テキストのフォントサイズ,色,行間*/
.waku1      {
  border-color:#546E20;
  border-width:1px;
  border-style:solid;
}
/* /メニュー枠*/
.waku2      {
  border-color:#cc0033;
  border-width:1px;
  border-style:solid;
}
/* /メニュー枠2*/
-->
-->
-->
-->
-->
-->
-->
-->
-->
-->
</STYLE>