@charset "UTF-8";

table{
	width: 750px;
	margin: 25px auto;
	padding: 0;
	border-color: #888;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px 0 0 1px;
	background-color: #fff;
	font-size: 10pt;
	text-align: left;
}
th{
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
	line-height: 14pt;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #888;
	background-color: #fde;
}
td.td1{
	width: 280px;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #888;
	padding: 4px 8px;
	line-height: 13pt;
}
td.td2{
	width: 110px;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #888;
	padding: 4px 8px;
}
td.td3{
	width: 280px;
	text-align: center;
	line-height: 13pt;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #888;
	padding: 4px 8px;
}
td.td4{
	width: 80px;
	text-align: center;
	line-height: 15pt;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #888;
	padding: 4px 8px;
}

