/*
    ボタンのスタイルシート
*/
.btn_login {
    font-size:16px;
    color:#ffffff;
    font-weight: bold;
    width:120px;
    height:30px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/loginbtn.gif);
    background-repeat:no-repeat;
}
.btn_blue {
    font-size:16px;
    color:#3900FF;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/bule_btn.gif);
    background-repeat:no-repeat;
}

.btn_dblue {
    font-size:16px;
    color:#ffffff;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/dblue_btn.gif);
    background-repeat:no-repeat;
}

.btn_dblue_min {
    font-size:12px;
    color:#ffffff;
    width:70px;
    height:20px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/dblue_btn.gif);
    background-repeat:no-repeat;
}

.btn_red {
    font-size:14px;
    color:#ffffff;
    text-decoration:underline;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/red_btn.gif);
    background-repeat:no-repeat;
}
.btn_red_min {
    font-size:12px;
    color:#ffffff;
    width:70px;
    height:20px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/red_btn.gif);
    background-repeat:no-repeat;
}

.btn_green {
    font-size:14px;
    color:#ffffff;
    font-weight: bold;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/green_btn.gif);
    background-repeat:no-repeat;
}
.btn_green_min {
    font-size:12px;
    color:#ffffff;
    width:70px;
    height:20px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/green_btn.gif);
    background-repeat:no-repeat;
}
.btn_egreen {
    font-size:14px;
    color:#00311E;
    font-weight: bold;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:#003128;
    background-image:url(/images/egreen_btn.gif);
    background-repeat:no-repeat;
}
.btn_greena {
    font-size:15px;
    color:#ffffff;
    text-decoration:underline;
    font-weight: bold;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/greena_btn.gif);
    background-repeat:no-repeat;
}
.btn_orange {
    font-size:15px;
    color:#ffffff;
    text-decoration:underline;
    font-weight: bold;
    width:110px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/orange_btn.gif);
    background-repeat:no-repeat;
}
.lab_right_hkin {
    font-size:95%;
    color:#0000FF;
    text-align:right;
    width:100px;
    border: 0;
    
}
.lab_left_hkin {
    font-size:95%;
    color:#0000FF;
    text-align:left;
    width:100px;
    border: 0;
    
}
.lab_right {
    font-size:100%;
    text-align:right;
    border: 0;
    
}
.lab_left {
    font-size:100%;
    text-align:left;
    border: 0;
    
}
.lab_right_ub {
    font-size:100%;
    text-align:right;
    border: 0;
    border-bottom: 1px solid gray;
    
}
.lab_left_ub {
    font-size:100%;
    text-align:left;
    border: 0;
    border-bottom: 1px solid gray;
    
}
.btn_cal {
    font-size:15px;
    color:#ffffff;
    text-decoration:underline;
    font-weight: bold;
    width:27px;
    height:25px;
    border: 0;
    cursor: pointer;
    background-color:transparent;
    background-image:url(/images/cal.gif);
    background-repeat:no-repeat;
}
.labtitle {
    font-size:100%;
    color:#FFFFFF;
    padding:7px;
    height:13px;
    width:90%;
    margin:7px;
    background-color:#EE810C;
    background-image:url(/images/labelback.gif);
    background-position:right;
    background-repeat:repeat-y;
    border-left: solid #AD5900 10px;
    border-bottom: solid #AD5900 2px;
    
}
