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

* { margin: 0; padding: 0; }
body { text-align: center; font-size: 12px; line-height: 1.5; color:#333; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
hr { display: none; }
ul { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#4798ED; text-decoration : none}
a:active { color: #4798ED; text-decoration : none}
a:visited { color: #4798ED; text-decoration : none}
a:hover { color:#4798ED; text-decoration: underline;}

a:hover.ov { position:relative; top:1px; left:1px; }

