@charset "Shift_JIS";

/* -------------------------------------------------

    header CSS

    for all pages
    Lastmodified: 2011-08-23

-------------------------------------------------- */

#header {
    width:950px;
    margin: 5px auto 0 auto;
}

#header .head_logo {
    float:left;
    width:113px;
    margin-bottom:10px;
}
#header .right {
    float:right;
    margin-bottom:10px;
}

#header .fontsize {
    float: right;
    margin-bottom: 7px;
}
#header .fontsize p {
    float: left;
    width: 65px;
    padding: 5px 0 0 0;
    /*padding-top:7px;*/
}
#header .fontsize ul {
    float:left;
    width:72px;
    height:25px;
    overflow: hidden;
}
#header .fontsize li {
    float:left;
    width:24px;
}
#header .fontsize li a.textresizer-active img {
    margin-top: -25px;
}
#header .fontsize li a img {
    margin-top: 0;
}
#header .link {
    clear:both;
    float:right;
}
#header .link li {
    float:left;
    margin-left:19px;
}

/*Global Navigation*/
#header .head_navi {
    clear:both;
    margin:0 0 14px 0;
    width:950px;
    height:40px;
    overflow:hidden;
}
#header .head_navi li {
    float:left;
}
#header .head_navi li a:link img,
#header .head_navi li a:visited img {
    margin-top:0;
}
#header .head_navi li a:hover {
    zoom: 1;
}
#header .head_navi li a:hover img,
#header .head_navi li a:active img {
    margin-top:-40px;
}
#header .head_navi li.active img {
    margin-top:-40px;
}
#header .head_navi li.active a img {
    margin-top:-40px;
}

#header .head_navi .active img {
    margin-top:-40px;
}


/* -------------------------------------------------

    New Layout

-------------------------------------------------- */
#header {
    position: relative;
    width: 950px;
    margin: 0 auto;
    padding: 5px 0 0;
}
#header #head-logo {
    float: left;
    margin: 23px 0 0;
}
#header .fb {
    position: absolute;
    top: 12px;
    right: 311px;
}
#header .toggle-btn {
    display: none;
}
#header #global-navi {
    float: right;
    width: 777px;
    height: 42px;
    margin: 17px 0 0;
    overflow: hidden;
}
#header #global-navi li {
    float: left;
}
#header #global-navi li img {
    margin-top: 0;
}
#header #global-navi li:hover img {
    margin-top: -42px;
}
#header .utility-navi {
    float: right;
    max-width: 307px;
    margin: 15px 0 0;
}
#header .utility-navi li {
    float: left;
    margin: 0 0 0 18px;
}
#header #head-fontsize {
    position: absolute;
    top: 12px;
    left: 430px;
}
#header #head-fontsize p {
    line-height: 28px;
    float: left;
}
#header #head-fontsize ul {
    float: left;
}
#header #head-fontsize li {
    line-height: 28px;
    float: left;
    height: 28px;
    margin: 0 0 0 5px;
    overflow: hidden;
}
#header #head-fontsize li img {
    margin-top: 0;
}
#header #head-fontsize li a.textresizer-active img,
#header #head-fontsize li:hover img {
    margin-top: -28px;
}
#header #search-area {
    position: absolute;
    top: 12px;
    left: 160px;
    width: 260px;
    text-align: left;
}
#header .gsc-control-cse {
    position: relative;
    padding: 0;
    background-color: none;
    border: 1px solid #AD7B20;
    width: 73%;
}
#header .cse form.gsc-search-box,
#header form.gsc-search-box {
    padding: 0; 
    margin-bottom: 0; 
}
#header table.gsc-search-box {
    margin-bottom : 0;
}
#header .cse table.gsc-search-box td.gsc-input,
#header table.gsc-search-box td.gsc-input {
    height: 25px;
    padding: 0 /* 84px 0 5px */;
}
#header .cse input.gsc-input,
#header input.gsc-input {
    border: none;
    font-size: 13px; 
}
#header td.gsc-search-button {
    position: absolute;
    top: -1px;
    right: 0;
    background: #AD7B20 !important;
}
#header .cse input.gsc-search-button,
#header input.gsc-search-button {
    float: right;
    width: 60px;
    height: 26px;
    padding: 0;
    background: #AD7B20;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
}
#header table.gsc-search-box td.gsc-clear-button {
    position: absolute;
    top: 4px;
    right: 70px;
}
#header input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}

#header.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0px;
    padding: 8px 27px !important;
    width: auto;
    vertical-align: middle;
    border: 1px solid #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #AD7B20 !important;
    background-color: #AD7B20 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#AD7B20),to(#AD7B20));
    background-image: -webkit-linear-gradient(top,#AD7B20,#AD7B20);
    background-image: -moz-linear-gradient(top,#AD7B20,#AD7B20);
    background-image: -ms-linear-gradient(top,#AD7B20,#AD7B20);
    background-image: -o-linear-gradient(top,#AD7B20,#AD7B20);
    background-image: linear-gradient(top,#AD7B20,#AD7B20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AD7B20',EndColorStr='#AD7B20');
}