@charset "UTF-8";

/* -------------------------------------------------------
 table
--------------------------------------------------------- */
.achiveTblStyleA {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	border:1px solid #bbb;
}

.achiveTblStyleA table {
	width:700px;
}

.achiveTblStyleA table th {
	padding:7px 4px;
	background:#f5e85a;
	border:1px solid #666;
}

.achiveTblStyleA table td {
	padding:5px 4px;
	text-align:center;
	border:1px solid #666;
}

.achiveTblStyleA table tr.even td {
	background:#f2f2f2;
}



































