/* testing */

table.testing a:link {
	color: #666666;
	text-decoration: none
}

table.testing a:hover {
	color: #0033FF;
	text-decoration: underline
}

table.testing a:active {
	color: #0033FF;
	text-decoration: underline
}

table.testing a:visited {
	color: #666666;
	text-decoration: none;
}

table.testing {
	width:495px;
	margin: 5px 0 5px 5px;
}

td.testing_day {
    width:80px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	border-bottom: 1px dotted #0000ff;
	width: 80px;
}

td.testing_text {
	width:245px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	border-bottom: 1px dotted #0033ff;
	line-height: 17px;
}

td.testing_text span {
	font-size: 10px;
}

td.testing_ri {
	width:250px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0033ff;
	vertical-align: bottom;
	text-align: right;
}

td.testing_space {
	width:20px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0033ff;
}

