/*=========================================================================
/ヘッダー部
/=========================================================================*/
#core_header_cover {
    background:url(/xbe_core/images/header_aurora.jpg) repeat-x;
    height:100px;
}
#core_header_left {
    background:url(/xbe_core/images/header_aurora_left.jpg) no-repeat;
    height:100px;
    width:48%;
    float:left;
}
#core_header_right {
    background-image:url(/xbe_core/images/header_aurora_right.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height:100px;
    width:48%;
    float:right;
}

/*=========================================================================
/フッター部
/=========================================================================*/
#core_footer {
    border-top:1px solid #D9E2F4;
    margin-top:30px;
}

/*=========================================================================
/
/=========================================================================*/
#select_product {
    padding-left:25px;
    display:none;
}
