@charset "utf-8";
.body {
	margin: 10px 0 10px 10px;
	text-align: left;
	list-style-type: none;
}

.table {
	width:500px;
	font-size:14px;
}
.table li {
	list-style-type: none;
}
.row-top-left {
	height: 25px;
	width: 100px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.row-top-left-item {
	height: 25px;
	width: 400px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.row-bottom-left {
	height: 80px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.row-mid-left {
	height: 25px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.row-mid-left {
	height: 25px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.row-top-right {
	width: 400px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.row-mid-right {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.row-top-right-item {
	width: 100px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
