@charset "shift_jis";



/* 本文のリンクカラーの設定 */
        a:link {
          color: #000000;
          text-decoration: underline;
        }

        a:visited {
          color: #d69376;
          text-decoration: underline;
        }

        a:hover {
          color: #be1d21;
          background-color: #dfd;
          text-decoration: none;
        }

        a:active {
          color: #be1d21;
          text-decoration: underline;
        }
