body {
     background-image: url("top/wall09.gif");     /* === 背景画像指定 === */
     background-color: #ffcccc;                   /* === 背景色(念のため) === */
     color: #000000;
     font-size: small;
}

a:link {                          /* <キャッシュされていないページへのリンク> */
     color: #333399;
     text-decoration: none;
}

a:visited {                       /* <キャッシュされているページへのリンク> */
     color: #333399;
     text-decoration: none;
}

a:hover {                         /* <マウスが重なっているときのページへのリンク> */
     color: #333399;
     border-top: dashed 1px #ff6666;
     border-bottom: dashed 1px #ff6666;
     position: relative; top: 2px;
     background-color:#ffcccc;
}

a:active {                        /* <ページへのリンクを選択した場合> */
     color: #333399;
     text-decoration: none;
}