@charset "utf-8";
table a:link {
	display:block;
	text-decoration:none;
	}	
table a:visited {
	color:#000;
	text-decoration:none;
	}		
table a:hover,
table a:focus {
	color:#000;
	text-decoration:none;
	font-weight:700
	}
table.all {
	width:100%;
	float:left;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	}
table.all td {
	color:#678197; 
	border-bottom:1px solid #e5eff8; 
	border-left:1px solid #e5eff8;
}
table.all td.class_menu {
	text-align:center; 
	color:#000;
	font-size:14px;
	font-weight:700;
	/*background:#f9fcfe; */
}
table.list td {
	border-left:none;
	text-align:center
}
table.list td.txt_lf {
	text-align:left
}

table.list tr:hover {
	background:#FFFF99
}
tr.nav { 
	background:#f4f9fe; 
	text-align:center; 
	color:#66a3d3; 
} 

