.header {
    height: 56px;
    position: relative;
    background: #197285 url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/header-bg.png) repeat-x;
}

.header .wrap:after {
    content: "";
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/header-wrap.png) no-repeat;
    height: 229px;
    width: 812px;
    display: block;
    position: absolute;
    left: -300px;
    top: 0;
    z-index: 1;
}

.header:before {
    content: "";
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/header-shadow.png) repeat-x;
    height: 61px;
    display: block;
    position: absolute;
    left: 0; right: 0;
    top: 100%;
    z-index: 1;
}

.header .logo {
    position: absolute;
    left: 25px; top: 20px;
    z-index: 2;
}

.header .menu {
    position: relative;
    z-index: 2;
    padding-left: 0px;
    margin-right: 0px;
}

.header .username {
    display: inline-block;
    margin: 7px 10px 0 10px;
    max-width: 200px;
    text-align: left;
}

.header .username .greeting {
    color: white;
}

.header .username .logout a {
    height: 25px;
    line-height: 25px;
    text-align: right;
    padding: 0;
}

.header .username a:hover {
    font-weight: bold;
    text-decoration: none;
}

.subpage .header .menu {
    margin-left: 170px;
    text-align: right;
    position: relative;
    z-index: 2;
}

.header .menu li {
    display: inline-block;
    vertical-align: top;
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/menu-border.png) center right no-repeat;
    margin-top: 3px;
    position: relative;
}

.header .menu li:last-child {
    background: none;
}

.header .menu li a {
    display: block;
    height: 52px;
    color: #fff;
    font-size: 13px;
    padding: 0 14px;
    line-height: 52px;
}

.header .menu li a:hover {
    font-weight: bold;
    text-decoration: none;
}

.header .menu li a.active {
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/navmenu-hover-bg.png) repeat-x;
}

.header .menu li a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    /*color: transparent;*/
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}


.header .registration {
    position: absolute;
    top: -3px;
    left: 35px;
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/registration-wrapper.png) no-repeat;
    width: 134px;
    height: 174px;
    padding: 0 29px;
    text-align: left;
    z-index: 2;
}

.header .registration b {
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px 0 8px;
}

.header .registration b span {
    display: block;
    margin: -2px 0 0 22px;
    font-size: 26px;
}

.header .registration input {
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/registration-input-bg.png) repeat-x;
    width: 118px;
    height: 22px;
    border-radius: 3px;
    border-color: #305e70;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 3px 0;
    padding: 0 8px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.button a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.header .registration-button {
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/registration-button-bg.png) no-repeat;
    width: 136px;
    height: 36px;
    margin-top: 4px;
}

.header .registration .registration-button a {
    height: 33px;
    margin-top: 1px;
    padding: 0 35px 0 24px;
    font-size: 15px;
    line-height: 34px;
}

.subpage .header {
    height: 55px;
}

.subpage .header .wrap:after {
    background: url(/National_Library/20160330061658oe_/https://www.roonga.com/static/img/header-subpage-wrap.png) no-repeat;
    height: 127px;
    width: 683px;
    left: -286px;
}

.menu li ul {
    display:none;
    position:absolute;
    padding:0;
    margin:0;
    /*-moz-box-shadow: 5px 5px 3px #DDD;*/
    /*-webkit-box-shadow: 5px 5px 3px #DDD;*/
    /*box-shadow: 5px 5px 3px #DDD;*/
    background: #197285;
    text-align: left;
}

.menu li ul li {
    background: #197285 !important;
    display:block !important;
}

.menu li ul li a {
    font-size:11px;
    color: #ffffff !important;
    text-transform:none;
    display:block;
    text-decoration:none;
    height: 25px !important;
    line-height: 25px !important;
}

.menu li ul li a:hover {
    background:orange;
    color:#000000 !important;
}

.menu li.hover ul {
    display: block;
}

.subpage_h3 {
    font-size: 40px;
    color: #535353;
    margin: 10px 0;
    margin-bottom: 40px;
}

/*replace jquery-ui-1.8.21 css*/
.ui-widget-header {
    border: 1px solid #156d80;
    background: #156d80;
    color: #ffffff;
    font-weight: bold;
}

.cart-icon {
    background-image:url('/National_Library/20160330061658oe_/https://www.roonga.com/static/img/cart.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
}
