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;
	}

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%;
	}

body,tr,td {
	font-size: 90%;
	text-align: left;
	}

table#tbl{
	margin: 10px auto 0px auto;
	border: 1px gray solid;
	cellspacing: 0px;
	}

th{
	background-color:#FFB4A3;
	}

td{
	border-top: 1px gray solid;
	}
a{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	background-color: black;
	padding: 5px 5px 5px 5px;
	}
a:hover{
	color:yellow;
	}
