@charset "Shift_JIS";

/* style resset */

* {
margin: 0;
padding: 0;
}

/* 色の指定 */
#
a:link { color: #ffffff }
a:visited { color #ff0000 }
a:hover { background-color: #00bfff; color: ##3300ff }


/* リンクに下線をつけない */
a { text-decoration: none; }
