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

.rosenlist_td_p{
    margin: 0px;
}

.rosenlist_td_sel{
    color:blue;
}

.rosenlist_td_medium{
    font-size: medium;
}

.rosen_list_name{
    width:110px;
}

.rosen_list_section{
    width:80px;
}

.rosen_list_corp{
    width:110px;
}
.rosen_list_complete{
    width:60px;
}
.rosen_list_time{
    width:80px;
}

.rosenlist_td_nonsel{
    color:black;
    cursor: default;
}
.rosenlist_td_nonsel_over{
    color:black;
    background-color: #c7d0dd;
    cursor: pointer;
}

#rosen_list_title{
    font-size:16px;
}

#rosen_list_info{
    margin-left:10px;
}

table.t {
    border:1px solid #000000;
    border-collapse:collapse;
    table-layout:fixed;
    width:504px;
}
table.t th {
    padding: 3px;
}
table.t td {
    padding: 3px 5px 3px 5px;
}

#header_h {
    position: absolute;left:5px;top:65px;
    width:526px;
    overflow-x:hidden;overflow-y:hidden;
}

#data {
    position: absolute;left:5px;top:94px;
    overflow-x:hidden;
    overflow-y:scroll;
    width:521px;
}

#list{
    position:absolute;
    width: 526px;
    background-color:white;
    border:1px solid #999999;
}

#hidelist{
    position:absolute;
    margin: 140px 0 0 528px;
    width: 20px;
}