@charset "utf-8";
/* CSS Document */

body.small {
    font-size: 0.68em;
}
body.small .fontChange dd {
    min-width: 1.8em;
}
body.middle {
    font-size: 0.81em;
}
body.middle .fontChange dd {
    min-width: 1.9em;
}
body.large {
    font-size: 1.2em;
}
body.large .fontChange dd {
    min-width: 2em;
}
 .fontChange dd {
    text-align: center;
}

#header {
    background-color: #1a7ed4;
    background-position: left bottom;
}

#header:after {
    clear: both;
    display: block;
    content: "　";
    height: 0;
}
#header .header_top {
    padding-bottom: 10px;
    height: auto;
    border: none;
}

.fontChange {
    clear: both;
    float: right;
    display: table;
    margin-top: 8px;
    text-align: right;
}
.fontChange dt{
    display: table-cell;
    padding-top: 1px;
    padding-right: 7px;
    vertical-align: middle;
    font-size: 1.1em;
}
.fontChange dd{
    display: table-cell;
    padding: 0 3px;
    vertical-align: middle;
}
.fontChange dd a{
    display: block;
    padding: 0 4px 1px;
    border: 1px solid #00023c;
    background-color: #FFF;
    color: #00023c !Important;
}
.fontChange dd a:hover{
    background-color:  #0C55AE;
    color: #fff !Important;
}

#header #headerInner .fontChange dd.current a{
    background-color:  #0C55AE;
    color: #fff !Important;

}
#header .header_bottom {
    padding-bottom: 18px;
    border-top: 1px solid #FFF;
}
#header .header_bottom .header_title {
    font-size: 1.45em;
}
#header .header_bottom .header_title span {
    font-size: 1.2em;
}

#menu{
    clear: both;
    display: table;
    width: 100%;
}
