<STYLE type="text/css">
<!--
/* 標準のリンク */
A:link {
  color: #666666; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
}
/* 訪問済みリンク */
A:visited { 
  color: #666666; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
}
/* 現在開いているリンク */
A:active { 省略(A:linkと同じ形式) }
/* マウスカーソルが上に来た時のリンク */
A:hover {
  color: #666666; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
  position : relative;
  top: 1px; /* 下に動く大きさ */
  left: 1px; /* 右に動く大きさ */
  font-weight: bold
;}

bg1 {
background-color: #444444;
background-image: url(menu/okate.jpg);
background-repeat: no-repeat;
background-position: center bottom;
background-attachment: fixed;
} 



-->
</STYLE>
