@charset "utf-8";
/* CSS Document */
body, th, td {
  font-size: 14px;
  vertical-align:top;
  font-family: 'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3',sans-serif;
}

a{/*リンクされた文字*/
    color:2C46C1;
    font-style:normal;
    text-decoration:underline;
 	outline: 0;
}

a:link {/*未訪問のリンク*/
    color:#2C46C1;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:##2C46C1;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff8d48;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

img {
border: 0px #ff0000 solid;
}