@charset "EUC-JP";

/* = ÇÛ¿§
----------------------------------------------- */
body {
    background: #fff;
    color: #000;
    text-align: center;
}

/* = font
----------------------------------------------- */
body {
    font-size: 14px; /* 100% */
    font-family: sans-serif;
}

/* = link
----------------------------------------------- */
a:link    { color: #003af6; }
a:visited { color: #800080; }
a:hover   { color: #ed4b03; }
a:active  { color: #ed4b03; }

a img { border-style: solid; }
a:link img    { border-color: #003af6; }
a:visited img { border-color: #800080; }
a:hover img   { border-color: #ed4b03; }
a:active img  { border-color: #ed4b03; }

/* = ·Ñ¾µ
----------------------------------------------- */
button, input, select, textarea {
    font-family : inherit;
    font-size : 100%;
}

/* = .sec-wrapper
----------------------------------------------- */
.sec-wrapper {
    width: 1000px;
    margin: 0 auto;
    font-size: 100%; /* 14px */
    text-align: left;
}

.sec-wrapper .globalNavi {
    display: block;
    margin-bottom: 20px;
}
