@charset "utf-8";

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

body {
    font-size: 62.5%;
    text-align: center;
    background-color:#F1F5FC;
}

h1 {
    font-family: Sylfaen;
    font-size: 1.4em;
    color: #ffffff;
    text-transform: uppercase;
}

p, dt, dd, ul, ol, td, th {
    font-size: 1.2em;
    line-height: 140%;
}

fieldset, img {
    border: none;
}

ul, ol {
    list-style: none;
}

table {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #cccccc; 
    border-spacing: 0px;
    width: 100%;
}