@charset "UTF-8";
/*chart.css*/

#mainspace table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	font-size: 90%;
	line-height: 1.3em;
}

#mainspace table th,
#mainspace table td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding:3px;

}
#mainspace table th {
	background: #D1F2F0;
	text-align: center;
}
#mainspace table th a {
	text-decoration: underline;
}
#mainspace table td.ope {
	background: #FFF0E8;
}
#mainspace table td.ope2 {
	background: #F1DED3;
}
#mainspace table tr.gray td {
	background: #F0F0F0;
}
#mainspace table tr.gray td.ope2 {
	background: #F1DED3;
}
#mainspace table tr.biko {
	font-size: 90%;
	background: #F3fffd;
	line-height: 1.1em;
}
#mainspace table td a{
	text-decoration: underline;
}
