﻿/* Header */
#header {
    height: 104px;
}
#subNaviLeft {
    float: left;
    font-size: 1em;
    height: 21px;
    padding: 0;
    padding-left: 145px;
}
#subNaviLeft a:link, #subNaviLeft a:visited {
    color: #6e6e6e;
    font-weight: bold;
    text-decoration: none;
}
#subNaviLeft a:hover, #subNaviLeft a:active {
    text-decoration: underline;
}
#subNaviRight {
    float: right;
    font-size: 1em;
    height: 21px;
    padding: 0 6px 3px 0;
}
#subNaviRight a:link, #subNaviRight a:visited {
    color: #6c6c6c;
    font-weight: bold;
    text-decoration: none;
}
#subNaviRight a:hover, #subNaviRight a:active {
    text-decoration: underline;
}
#subNaviLeft li, #subNaviRight li {
    float: left;
    padding: 5px 6px 0 6px;
    border-right: 1px solid #b4b4b4;
}
#subNaviRight li.language {
    padding-top: 2px;
    border:none;
}
#logo {
    margin: 17px 0 0 17px;
}
#headerNavi {
    width: 100%;
    height: 19px;
    padding-top: 5px; 
    background-color: #004389;
}
#headerNavi a:link, #headerNavi a:visited {
    color: #fafafa;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
#headerNavi a:hover, #headerNavi a:active {
    color: #96b0d0;
    text-decoration: none;
}
#headerNavi li {
    float: left;
    padding: 0 12px 0 19px;
}
#headerNavi .right {
    float: right;
}
#headerNavi .right a:link, #headerNavi .right a:visited {
    color: #96b0d0;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
#headerNavi .right a:hover, #headerNavi .right a:active {
    color: #fafafa;
    text-decoration: none;
}
#headerNaviBottom {
    font-size: 1px;
    width: 100%;
    height: 4px;
    background-color: #96b0d0;
    background-image: url(structure/navi_bottom_en.gif);
    background-repeat: repeat-y;
}
/* Header */
