﻿
@charset "utf-8";
html {
    height: 100%;
}
body {
    color: #333;
    font: 13px/1.6 "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    height: 100%;
    text-align: center;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}
hr {
    display: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    font: 13px/1.4 "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
a:link {
    color: #0000ee;
    text-decoration: underline;
}
a:visited {
    color: #551a8b;
    text-decoration: underline;
}
a:hover {
    color: #ff8c00;
    text-decoration: none;
}
a:active {
    color: #ff0000;
    text-decoration: underline;
}
a:hover img {
    opacity: 0.8;
}
fieldset, img {
    border: 0 none;
}
