table.tbl02{
	border-collapse: separate;
    border-spacing: 0px;
    background: #e7e7e7;
}

table.tbl02 tr th.cate {
    border: 1px solid;
    padding: 5px;
    border-color: #aaa #888 #888 #aaa;
    background: #969696;
    color: #fff;
    text-align: left;
	line-height: 110%;
	font-size:12px;
}
table.tbl02 tr td.name {
    padding: 8px 5px;
	background: #fff;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	font-size:12px;
	line-height: 110%;
    border: 1px solid;
	border-color: #fff;
}
table.tbl02 tr td {
    border: 1px solid;
    padding: 8px 5px;
    border-color: #FFFFFF #aaa #aaa #FFFFFF;
    color: #1A4444;
    text-align: left;
	font-size:12px;
	line-height: 110%;
}
table.tbl02 tr td.num {
	text-align: center;
	line-height: 110%;
}
.num A:link,.num A:visited,.num A:active,.num A:hover {
	COLOR: #938b5c; TEXT-DECORATION: none
}
