@charset "utf-8";
/* CSS Document */

.sclist{width:600px; font-size:12px;
border-collapse:collapse; border:#FFCC33 solid 1px;
background-color:#FFFFFF;
}
.sclist th, .sclist td{padding:5px 3px; margin:0; border-width:1px;}
.sclist th{background-color:#FFFFCC; color:#000000;}

.sclist .tr0{}
.sclist .tr1{background-color:#FFFFDF;}

.sclist .pref{width:5em; text-align:center; background-color:#FFFFFF;}
.sclist .name{width:auto; border-bottom-style:dotted; border-bottom-color:#0099FF;}
.sclist .type{width:5em; text-align:center;}

.sclist .head{
text-align:center;
border-style:dotted; border-color:#FFCC33;
border-right-style:solid; border-right-color:#FFCC33;
}
.sclist .pref, .sclist .name, .sclist .type{
border-right-style:solid; border-right-color:#FFCC33;
border-bottom-style:dotted; border-bottom-color:#0099FF;
}
