#kaKai_filter_lister {
   border: solid 2px rgb(170,170,170);
   width: 290px;
   height: 200px;
   overflow: auto;
   background-color: #ffffff;
   /*top: 1%;*/
   left: 10px;
   position: relative;
}      

/* 標準コンボボックス */
select.kaKai_filter {
    width: 180px;
}

/* 標準テキストボックス */
input.kaKai_filter {
    width: 180px;
}

table.kaKai_filter {
    font-size: 12px;
    font-family: arial;
    white-space: nowrap;
}

td.kaKai_filter {
    font-family: arial;
    font-size: 12px; 
    line-height: normal ;
}

.kaKai_filter_input {
    cursor:pointer;
}

.kaKai_filter_legend {
    display:inline;
    background-color:#327EE5;
    /*width:700px;*/
    /*height:16px;*/
    cursor:pointer;
    font-family: arial;
    font-size: 12px;
    color:White;
}

.kaKai_filter_legend_off {
    display:inline;
    /*width:700px;*/
    /*height:16px;*/
    font-family: arial;
    font-size: 12px;
    color:White;
}