/*index css doc*/
@import url(inc/public.css);

/*data*/
table.data{ width:545px; background:#6496D3;}
table.data tr td{ background:#fff; text-align:center; height:24px; line-height:24px;}
table.data thead tr td{ background:#f0f0f0; height:28px; line-height:28px; color:#0000FD;}
table.data thead tr td.col01{ width:90px;}
table.data thead tr td.col02{ width:270px;}

table.data tfoot tr td em{ font-style:normal; color:#ff0000;}
table.data tfoot tr td a{color:#0000FD; padding:0 3px;}
table.data tfoot tr td a:hover{color:#dd0203;}

/*data02*/
table.data02{ width:545px; background:#DFDADE; margin-bottom:12px;}
table.data02 tr td{ background:#fff; text-align:center; height:24px; line-height:24px;}
table.data02 thead tr td{ background:#CB0B32; height:28px; line-height:28px; color:#fff;}
table.data02 tbody tr td a{ color:#0000FD;}
table.data02 tbody tr td a:hover{color:#dd0203;}