table tr:nth-child(odd) {
	/* thの行から数えて奇数行の背景色を設定します。 */
	background-color: #d0ffd0;
	}
	table tr:nth-child(even) {
	/* thの行から数えて偶数行の背景色を設定します。 */
	background-color: #ffffff;
	}
body{
	padding: 20px 0px 0px 0px;
	line-height: 13px;
	text-align:center;
	font-size: 90%;
	}
div#position{
	margin: 0px auto 0px auto;
	width: 100%;
	text-align: center;
	}
div#mmm{
	text-align:left;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
	}
div#tex{
	color: blue;
	text-align:left;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	}
th{
	background-color:#FFB4A3;
	}
tr{
	text-align:left;
	}
td{
	text-align:right;
	}
table{
	margin: 10px auto 0px auto;
	border: 1px gray solid;
	cellspacing: 0px;
	width: 50%;
	}


a{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	background-color: black;
	padding: 5px 5px 5px 5px;
	}
a:hover{
	color:yellow;
	}