
table.tList {
	font-size: 90%;
	margin: 5px auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 740px;
}
table.tList td {
	text-align: center;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
table.tList td.title {
	background-color: #ccffcc;
}
table.tList td.memo {
	text-align: left;
}
table.add {
	margin: auto;
	font-size: 80%;
}
table.add td {
	padding-top: 3px;
	padding-bottom: 3px;
}
table.add td.head {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
table.add td.name {
	text-align: right;
	padding-right: 6px;
	width: 20%;
}
table.add td.input {
	text-align: left;
	width: 80%;
}
