/*test navi CSS*/
body{
	background-color: cccc99;
	color: black;
	font-size: 12px
}
/*ヘッダ＆フッタ*/
tr.navi{
	background: black
}
tr.navi td{
	font-size: 10px;
	color: #cccc99;
	text-align: right;
}
tr.navi td span{
	text-align: left;
}
/*ヘッダ＆フッタ　リンク*/
span.here{
	color: #cc9966;
}
tr.navi a{
	text-decoration: none;
	font-weight: normal}
tr.navi a:link{
	color: #cccc99;
}
tr.navi a:hover{
	color: #ccccff;
	background:	#666633;
}
tr.navi a:visited{
	color: #cccc99;
}
tr.navi a:active{
	color: #cc3333;
}
/*本文リンク色*/
a{
	text-decoration: none;
	font-weight: bold
}
a:link{
	color:		#990000;
}
a:hover{
	color:		#ff6600;
	background:	#cccccc;
}
a:visited{
	color:		#666600;
}
a:active{
	color:		#ff6600;
}
