body, td { 
    padding: 0;
    margin: 0;
    vertical-align: top;
    color: #000;
    background-color: #fff9c7; 
    font-family: arial, helvetica, sans-serif; 
    font-size: 11px;
}
#main-content {
    position: absolute;
    left: 10px;
    top: 10px;
}
a, a:active { 
    color: #000; 
    text-decoration: underline 
}
a:hover { 
    color: #666; 
    text-decoration: underline;
}
select, input, textarea { 
    color: #000; 
    background-color: #fff9c7; 
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}
ol, ul {
    margin-left:20px;
}
.title { 
    font-weight: bold;
}


/* div layouts */
.wata-box {
    padding: 10px 15px 10px 15px;
    width: 200px;
    height: 24px;
    vertical-align: middle;
    background-color: #fff9c7;
    background-image: url(../pics/wata_box_empty.png);
}



/* table rows, border, lines */
.table-bottomline {
    border-bottom: 1px solid #000;
}
.table-doublebottomline {
    border-bottom: 2px solid #000;
}
.form-bottomline {
    border-bottom: 1px dotted #000;
}



#JT {
    font-size: 11px;
}


/* only visible in print / screen view */
@media print {
    .noprint {
        display: none;
    }
}
@media screen {
    .noscreen {
        display: none;
    }
}

