@charset "utf-8";
table {
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
}
#wrap3 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#left {
	width: 200px;
	float: left;
}
#com {
	width: 670px;
	float: right;
	margin-bottom: 30px;
	text-align: left;
}

#com p {
	font-size: 12px;
	line-height: 145%;
	width: 550px;
	color: #666666;
}

th {
	background-color: #eeeeee;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
td {
	background-color: #FFFFFF;
	vertical-align: middle;
}

