@charset "UTF-8";
@import url("../_css.css");

/* +++++++++++++++++++++++++++++++++
■このディレクトリ内 CSS
+++++++++++++++++++++++++++++++++ */
.MaeuriTable {
	width:640px;
	margin-top:15px;
}
.MaeuriTable th {
	background:#1f9129;
}
.MaeuriTable .cellcolor {
	background:#e4f2e5;
}
.MaeuriTable .cellcolor td span {
	color:#1f9129;
	font-weight:bold;
}
.MaeuriTable td.cell1 {
	width:160px;
}
.MaeuriTable td.cell2 {
	width:110px;
}
.MaeuriTable td.cell3 {
	width:190px;
}
.MaeuriTable td.cell4 {
	width:110px;
}
.MaeuriTable td.cell5 {
	width:64px;
	text-align:center;
}
