@charset "utf-8";
/* CSS Document */

table.abc_list{
white-space:nowrap;
width:800px;
border:0;
text-align:center;
margin-bottom: 5px;
}
table.abc_list th{
font-size: 14px;
text-align: left;
background-color: #D8EBC5;
color:#333333;
padding: 3px 0 3px 8px;
margin: 0px;
}

table.abc_list th.title{
font-size: 16px;
text-align: center;
height: 25px;
background-color: #669933;
line-height: 25px;
color: #FFFFFF;
margin: 0px;
padding: 0px;
}

table.abc_list td{
width: 198px;
vertical-align: text-top;
}


table.abc_list ul{
background-color: #FFFFFF;
padding: 0 3px 2px 3px;
text-align: left;
list-style-type: none;
margin-top: 0 0 5px 0;
}

table.abc_list li.head{
background-color: #D8EBC5;
line-height: 20px;
padding:0 0 0 5px;
margin-left: 0px;
font-size: 14px;
color: #330000;
font-weight: lighter;
}


table.abc_list li.head_another{
background-color: #FFCC66;
line-height: 20px;
margin-left: 0px;
font-size: 14px;
color: #330000;
padding: 0 0 0 5px;
font-weight: lighter;
}


table.abc_list li{
line-height: 1.3em;
font-size: 14px;
padding-left: 8px;
margin-left: 0px;
padding-top: 5px;
color:#333333;
}

table.abc_list li a:link{
text-decoration:underline;
color:#333333;
}
table.abc_list li a:visited{
color:#666666;
text-decoration:none;
}

table.abc_list li.head a:link{
color: #330000;
display:block;
}



table.abc_list li.head a:visited,
table.abc_list li.head_another a:link,
table.abc_list li.head_another a:visited{
text-decoration:none;
display:block;
}

table.abc_list li.jas{
color:#006600;
}
table.abc_list li.jas a:link{
color:#006600;

}

table.abc_list li.jas a:visited{
color:#666666;

}

