@charset "utf-8";

#groupArea {
	float: right;
	width: 550px;
	padding-bottom: 20px;
}

.groupBlock {
	float: right;
	width: 550px;
	padding-bottom: 27px;
}

.groupBlock h3 {
	float: right;
	width: 550px;
	margin-bottom: 4px;
}

.groupBlock p {
	float: left;
	width: 170px;
	margin-top: 4px;
}

.groupBlock table {
	float: right;
	width: 370px;
}

.groupBlock table th {
	font-size: 1em;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
}

.groupBlock table td {
	font-size: 1em;
	line-height: 17px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
}

