@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

html {
     overflow-y:scroll;
     font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	 font-size:12px;
}

img {border:0;}

a{/*リンクされた文字*/
    color:#0066FF;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0066FF;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#0066FF;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0033FF;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/ /*オプション*/
    text-decoration:none;
}