#menu {   
    position: relative !important;
    margin-top: 0 !important;
    top: 0px !important;
}
#head {
    position: relative;
    background-image: url('/images/head/global1.png');
    width: 958px;
    height: 156px;  
}
.head1 {
    background-image: url('/images/head/global1.png') !important;
}
.head2 {
    background-image: url('/images/head/global2.png') !important;
}
.head3 {
    background-image: url('/images/head/global3.png') !important;
}
.head4 {
    background-image: url('/images/head/global4.png') !important;
}
    #head #logotype {
        position: absolute;
        left: 36px;
        top: 43px;
    }
    #head .right {
        position: absolute;
        right: 13px;
        top: 115px;
        z-index: 99;
    }
        #head .right p {
            padding: 10px;
        }
        #head .right a {
            font-weight: normal !important;
            text-decoration: underline;
        }
        #head .right a.black { color: #000 !important; }
.text {
    padding: 25px 0 0 10px;
}
    .text h2.line {
        border-bottom: 1px solid #dedede;
        padding-bottom: 5px;
    }
    .text p {
        margin: 10px 0 10px 10px;
    }
    .text li {
        margin-left: 10px;
        list-style-position: inside;
    }
    .text h2 {
        font-size: 17px;
    }
    .text a {
        font-weight: normal;
        text-decoration: underline;
    }
        .text a:hover { text-decoration: none; }
#way { padding: 3px 0 0 10px !important; }
    #way a {
        font-weight: normal;
        text-decoration: none;
    }
        #way a:hover { text-decoration: underline; }