@charset "utf-8";
/*////////////// menu_table //////////////*/
table.menu_table {
	position: relative;
	height: 100%;
	width: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
}

table.menu_table td {
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

table.menu_table td.menu_active {
	background-color: #FFFFFF;
	cursor: default;
}

table.menu_table td.menu_inactive {
	background-color: #DDFFDD;
}

table.menu_table td.menu_inactive:hover {
	background-color: #EEFFEE;
	cursor: pointer;
}

/*////////////// bottom_table //////////////*/
table.bottom_table {
	border: none;
}

table.bottom_table td {
	color: #888888;
	width: 25%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.bottom_table a {
	color: #888888;
	text-decoration: dashed;
}

/*////////////// clear_table //////////////*/
table.clear_table {
	border: none;
}

table.clear_table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
