@CHARSET "UTF-8";


/*******************************************************************************

    layout

*******************************************************************************/
#menu
{
}

#menu .menu_background
{
}

#menu .menu_wrapper
{
    width: 200px;
    
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 1px 0px;
    background: url("../../images/style/menu_bottom.jpg") no-repeat center bottom;
    
    float: left;
}


/*******************************************************************************

    element

*******************************************************************************/
#menu a
{
    display: block;
    
    cursor: pointer;
}


/*******************************************************************************

    menu

*******************************************************************************/
#menu .menu
{
    width: 165px;
    
    padding: 15px 0px 13px 35px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: rgb(255, 255, 255);
}

#menu .parent
{
}

/*============================================================================*/
#menu .normal
{
    background: url("../../images/style/menu_lv1.jpg") no-repeat left top;
}

#menu .normal:hover
{
    color: rgb(255, 255, 255);
    background: url("../../images/style/menu_lv1_r.jpg") no-repeat left top;
}

/*----------------------------------------------------------------------------*/
#menu .normal_first
{
}

#menu .normal_first:hover
{
}

#menu .normal_only
{
}

#menu .normal_only:hover
{
}

/*============================================================================*/
#menu .active
{
    background: url("../../images/style/menu_lv1_c.jpg") no-repeat left top;
}

#menu .active:hover
{
    color: rgb(255, 255, 255);
    background: url("../../images/style/menu_lv1_r.jpg") no-repeat left top;
}

/*----------------------------------------------------------------------------*/
#menu .active_first
{
}

#menu .active_first:hover
{
}

#menu .active_only
{
}

#menu .active_only:hover
{
}


/*******************************************************************************

    sub menu

*******************************************************************************/
#menu .sub_menu
{
    width: 150px;
    
    padding: 12px 0px 11px 50px;
    font-size: 12px;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

/*============================================================================*/
#menu .sub_normal
{
    background: url("../../images/style/menu_lv2.jpg") no-repeat left top;
}

#menu .sub_normal:hover
{
    color: rgb(255, 255, 255);
    background: url("../../images/style/menu_lv2_r.jpg") no-repeat left top;
}

/*----------------------------------------------------------------------------*/
#menu .sub_normal_first
{
}

#menu .sub_normal_first:hover
{
}

#menu .sub_normal_last
{
    background: url("../../images/style/menu_lv2_last.jpg") no-repeat left top;
}

#menu .sub_normal_last:hover
{
    background: url("../../images/style/menu_lv2_last_r.jpg") no-repeat left top;
}

#menu .sub_normal_end
{
    background: url("../../images/style/menu_lv2_last.jpg") no-repeat left top;
}

#menu .sub_normal_end:hover
{
    background: url("../../images/style/menu_lv2_last_r.jpg") no-repeat left top;
}

/*============================================================================*/
#menu .sub_active
{
    background: url("../../images/style/menu_lv2_c.jpg") no-repeat left top;
}

#menu .sub_active:hover
{
    color: rgb(255, 255, 255);
    background: url("../../images/style/menu_lv2_r.jpg") no-repeat left top;
}

/*----------------------------------------------------------------------------*/
#menu .sub_active_first
{
}

#menu .sub_active_first:hover
{
}

#menu .sub_active_last
{
    background: url("../../images/style/menu_lv2_last_c.jpg") no-repeat left top;
}

#menu .sub_active_last:hover
{
    background: url("../../images/style/menu_lv2_last_r.jpg") no-repeat left top;
}

#menu .sub_active_end
{
    background: url("../../images/style/menu_lv2_last_c.jpg") no-repeat left top;
}

#menu .sub_active_end:hover
{
    background: url("../../images/style/menu_lv2_last_r.jpg") no-repeat left top;
}
