@charset "utf-8";


/* リセット
-------------------------------------------------- */

body,div,ul, ol, li,dl, dt, dd,h1, h2, h3, h4, h5, h6,
pre,form, fieldset, input, textarea,p, blockquote,th, td {margin: 0;padding: 0;}
li {list-style: none;}
img {border: none;}
address, em {font-style: normal;}


/* リンク設定
------------------------------------------------ */

a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #333;text-decoration: underline;}
a:active {color: #333;text-decoration: none;}


/* フォント設定
------------------------------------------------ */
*{ font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif; }
