@charset "utf-8";

*{
    font-family : 'メイリオ', 'ヒラギノ角ゴ Pro W3' , 'Meiryo', 'osaka', 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 75%;
    color: #404040;
    background-color:#FFFFFF;
}

h1 {
    font-size: 1.4em;
    text-transform: uppercase;
}

h3{
    font-size: 1.3em;
    font-weight: normal;
    color: #2A7AB7;
}

h4{
    font-weight: normal;
}

p, dt, dd, ul, ol, td, th {
    line-height: 160%;
}

fieldset, img {
    border: none;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
}