/*---------------------------------------------------------------------------------*/
/* ログインフォーム                                                                */
/*---------------------------------------------------------------------------------*/
input.login{
    width            : 180px;
    height           : 26px;
    cursor           : hand;
    border           : #ffffff 0px solid;
    background-image : url('./leftmenu_login_button_off.gif');
    background-repeat: no-repeat;
    margin-left      : 1px;
}
input.logout{
    width            : 180px;
    height           : 26px;
    cursor           : hand;
    border           : #ffffff 0px solid;
    background-image : url('./leftmenu_logout_button_off.jpg');
    background-repeat: no-repeat;
    margin-top       : 1px;
    padding          : 0px;
}

