/*test index CSS*/
/*枠付き表*/
table.border{
	text-align: left;
}
table.border th{
	line-height: 150%;
}
table.border td{
	line-height: 150%;
}
th{
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
th.index{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
/*本文リンク*/
a{
	text-decoration: none;
	font-weight: bold;
}
a:link{
	color:		#663300;
}
a:hover{
	color:		#3333cc;
	background:	#cccccc;
}
a:visited{
	color:		#669966;
}
a:active{
	color:		#ff9900;
}
