@charset "utf-8";
/* CSS Document */
/* ・border-collapse
－collapse　隣接するセルのボーダーを重ねて表示
－separate　隣接するセルのボーダーを間隔をあけて表示
----------------------------------------------------*/
th{
	font-size: 92%;
	text-align: center;
	width: 100px;
}
td{
	font-size: 95%;
}
th,td{
	padding: 2px 1px;
	border: 1px solid #999999;
	white-space: nowrap;
}
table{
	width: auto;
	border: 2px solid #666666;
	border-collapse: collapse;
}
table.center td {
	text-align: center;
	width: 100px;
}
table.left td {
	padding-left: 10px;
	text-align: left;
	width: 400px;
}
table.middle {
	width: auto;
	border-collapse: collapse;
	border-top: 2px none #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
}
table.middle td {
	text-align: center;
	width: 203px;
}
table.add{
	width: auto;
	border-collapse: collapse;
	border-top: 2px none #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
}

.lefta{
	color: #333333;
	width: 330px;
	margin-top: 15px;
	float: left;
	padding-left: 5px;
	margin-left: 15px;
	height: 170px;
}

