

div.Gcolumn {
	clear: both;
	width: 500px!important;
	width/**/: 640px;
	padding: 0px 70px 0px 70px;
	margin: 0px 0px 20px 0px;
}

/* green style */

table#green {
	width: 500px;
	border: none;
	border-collapse: separate;
	padding: 8px 5px 8px 5px;
}
table#green th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 8px 5px 8px 5px;
	margin: 5px 5px 5px 5px;
	color: #443d26;
	background-color: #cfc77b;
}
table#green td {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 8px 5px 8px 5px;
	color: #353535;
	background-color: #c6ceb9;
}
table#green td.jyoutai {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 8px 5px 8px 5px;
	color: #FFFFFF;
	background-color: #666666;
}

/* sankou style */

table#sankou {
	width: 500px;
	border: none;
	border-collapse: separate;
	padding: 8px 5px 8px 5px;
}
table#sankou tr.cross01 {
	background-color: #efebd9;
}
table#sankou tr.cross02 {
	background-color: #c6ceb9;
}

table#sankou th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 8px 5px 8px 5px;
	color: #443d26;
	background-color: #cfc77b;
}
table#sankou td {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 8px 5px 8px 5px;
	color: #353535;
}

