.wrap {
    width: 980px;
    margin: 0 auto;
}
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.h_menu2 {
    /* width: 660px; */
    float: right;
    margin-top: 20px;
}
.h_cart {
    float: right;
}
.h_pay {
    float: right;
    margin-right: 35px;
}
.h_soryo {
    float: right;
    margin-right: 15px;
}
.h_logo {
    margin: 20px 0 0 0;
    float: left;
}
.header_top {
    height: 32px;
    margin-top: 17px;
    padding: 0 23px 0 23px;
}
.h_description {
    float: left;
    margin-top: 8px;
}
.header_main {
    background: url(../images/header/bg.jpg) repeat-x;
    height: 79px;
    margin-bottom: 26px;
    padding: 0 23px 0 23px;
}
.h_menu {
    width: 300px;
    float: right;
    margin-top: 9px;
}
.h_menu a {
    cursor: pointer;
    text-decoration: underline;
}
.h_login a {
    float: right;
    background: url(../images/header/icon_login.png) 0 2px no-repeat;
    padding-left: 16px;
    margin-left: 12px;
    color: #333;
}
.h_member a {
    float: right;
    background: url(../images/header/icon_member.png) 0 2px no-repeat;
    padding-left: 18px;
    margin-left: 15px;
    color: #333;
}
.h_contact a {
    float: right;
    background: url(../images/header/icon_contact.png) 0 2px no-repeat;
    padding-left: 18px;
    margin-left: 15px;
    color: #333;
}