@charset "Shift_JIS";

body{
	background-color:#EEFAD9;
	color:#333333;
	margin:0;
	padding:0;
	}
table{
	margin-left:10px;
	}
th {
	width:20px;
	padding:3px 3px 3px 5px;
	color:#333333;
	font-size:12px;
	text-align:center;
	vertical-align:center;
	}

td {
	padding:3px 0 3px 5px;
	color:#333333;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	}
a:link { color: #0066FF; text-decoration: underline; }
a:visited { color: #0066FF; text-decoration: underline; }
a:active { color: #ff7e00; text-decoration: underline; }
a:hover { color: #ff7e00; text-decoration: underline; }