@charset "UTF-8";

table#table-01 {
	font-size: 12px;
	line-height: 14px;
	color: #454545;
	width: 100%;
	background-color: #99CCCC;
}
.td1 {
	text-align: center;
	padding: 10px;
}
.td-L {
	text-align: right;
	width:160px;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	background-color: #f0e68c;
	color: #000000;
}
.td-L2 {
	text-align: right;
	width:160px;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	background-color: #CCCC99;
	color: #000000;
}
.td-M {
	width:140px;
	background-color: #FDF5E6;
	text-align: center;
	padding: 10px;
}
.td-R {
	padding: 10px;
	background-color: #FDF5E6;
	font-size: 12px;
	line-height: 14px;
}
.td-MR {
	padding: 10px;
	background-color: #FDF5E6;
	font-size: 12px;
	line-height: 14px;
}
