@charset "utf-8";
/* CSS Document */
/**
    [ FONT SIZE (body=13px) ]
    10px 77%               | 11px 85%
    12px 93% (was 93%)     | 13px 100%
    14px 108% (was 107%)   | 15px 116% (was 114%)
    16px 123.1% (was 122%) | 17px 131% (was 129%)
    18px 138.5% (was 136%) | 19px 146.5% (was 144%)
    20px 153.9% (was 152%) | 21px 161.6% (was 159%)
    22px 167%              | 23px 174%
    24px 182%              | 25px 189%
    26px 197%
*/

.clear{
    clear: both;
}
/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* ----------------------------------------
 * 0. HTML, BODY, etc
 * ---------------------------------------- */
html {
    height: 100%;
}
body {
    *font-size:small;
    *font:x-small;
    font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    overflow: visible;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
table, h1, h2, h3, h4, h5, h6, p, span, th, ul, li, address, img {
    border: 0;
    font-weight: normal;
    font-style: normal;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}
a {
    color: #0071bc;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0071bc;
}
a:hover {
    color: #0071bc;
    text-decoration: underline;
}
a:active {
    color: #0071bc;
    text-decoration: underline;
}
a img {
    border-style:none;
}