@charset "utf-8";
/* CSS Document */

/*Link
---------------------------------------------------------*/

.st_table {
	 width:575px;
	 background:#c9c9c9;
}

.st_table th {
	width:150px;
	text-align:left;
	font-weight:normal;
	border:1px solid #fff;
	background:#E9E9E9;
	padding:6px;
}

.st_table td {
	text-align:left;
	background:#fff;
	padding:6px;
}
