@charset "UTF-8";
table.aaa th,table.aaa td{
 border-collapse: separate;
 border-width: 5px;
 border-style: solid outset;
 border-top-color: #009900;
 border-left-color: #009900;
 border-right-color: #80ff80;
 border-bottom-color: #009900;

 }
thead{

 }
tbody{
border-style: outset;
border-width: 1px;      
 }
td{
border-style: outset;
border-width: 1px;
}
table.ccc th,table.ccc td{
 border-collapse: separate;
 border-width: 0px;
 border-style: solid outset;
 border-color: #;
 }
thead{

 }
tbody{
　　　border-style: outset;
　　　border-width:　px;      
 }
td{
　　　border-style:　outset;
　　　border-width:　px;
　　　}


