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

*html .contents-aria {
	text-align: center;
}

	table{
	margin:0 auto;
	text-align:left;
	border:5px solid #cccccc;
	border-collapse:collapse;
	width:800px;
	font-size:1.0em;
	}
	
	table th{
	padding:8px;
	border:1px solid #ffffff;
	background:#e6e6e6;
	}
	
	table td{
	padding:8px;
	border:1px solid #ffffff;

	background:#f5f5f5;
	}

.box_w800 {
	margin:0 auto;
	width: 800px;
	text-align:left;
	margin-bottom: 16px;
}