/* メニューテーブル */
.table_menu
{
	width:100%;
}

/* レポート出口 */
.report_exit
{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

.report_exit a:link
{
	color:#000000;
}

.report_exit a:visited
{
	color:#000000;
}

.report_exit tr
{
	background-color:#ffde00;
}

.report_exit td
{
	font-size:120%;
	vertical-align:middle;
	padding-left:0px;
}
