.rosenlist_th{
    margin: 0px;
    text-align: center;
    background-color: #1577af;
    color: white;
}

table.t_work_complete{
    border: 1px solid #999999;
    border-collapse: collapse;
    table-layout: fixed;
    width:522px;
    background-color: rgba(255,255,255,1);
}
table.t_work_complete th{
    border:1px solid #999999;
    vertical-align:middle;
    text-align: center;
    height:33px;
    padding:3px;
}
table.t_work_complete td{
    border:1px solid #999999;
    padding:3px;
}

table.t_work_complete_shari{
    border: 1px solid #999999;
    border-collapse: collapse;
    table-layout: fixed;
    width:480px;
    background-color: rgba(255,255,255,1);
}
table.t_work_complete_shari th{
    border:1px solid #999999;
    vertical-align:middle;
    text-align: center;
    height:33px;
    padding:3px;
}
table.t_work_complete_shari td{
    border:1px solid #999999;
    padding:3px;
}

.rosenlist_td_p{
    margin: 0px;
}

.rosenlist_td_sel{
/*    color:blue;*/
    color: white;
    background-color: #0B92B8;
    text-decoration: none;
}

.rosenlist_td_medium{
    font-size: medium;
}

.rosen_list_section{
    width:130px;
}

.rosen_list_corp{
    width:130px;
}
.rosen_list_name{
    width:130px;
}

.rosen_list_complete{
    width:65px;
}
.rosen_list_time{
    width:100px;
}
.rosen_list_time_shari{
    width:65px;
}

.rosenlist_td_nonsel{
    color:black;
    cursor: default;
}
.rosenlist_td_nonsel_over{
/*    color:black;
    background-color: #c7d0dd;
    cursor: pointer;*/
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #8AD0DA;
}

#rosen_list_title{
    font-size:16px;
}

#rosen_list_info{
    margin-left:10px;
}

#header_h_work_complete {
    position: absolute;left:5px;top:90px;
    width:591px;
    overflow-x:hidden;overflow-y:hidden;
    margin-top:5px;margin-left:5px;
    table-layout: fixed;
}

#data_work_complete {
    position: absolute;left:5px;top:130px;
    overflow-x:hidden;
    overflow-y:scroll;
    width:609px;
    margin-top:5px;margin-left:5px;
}