@charset "utf-8";
/* CSS Document */


table.hissan td.td_left {
	text-align: left;
}

table.table1 td:nth-child(1) {
	border-right: none;
}
table.table1 td:nth-child(2) {
	border-right: none;
	border-left: none;
}
table.table1 td:nth-child(3) {
	border-left: none;
}

span.bg0 {
	background-color: lightskyblue;
}
span.bg1 {
	background-color: pink;
}
span.bg2 {
	background-color: palegreen;
}
span.fg0 {
	color: red;
}
span.fg1 {
	color: dodgerblue;
}
span.fg2 {
	color: darkorchid;
}

