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

table{
	width:570px;
	margin:20px auto;
}

table tbody th{
	background-color:#4d4d4d;
	color:#fff;
	font-weight:700;
	padding:10px;
	width:160px;
	border:1px #999 solid;
	text-align:center;
	vertical-align:top;
}

table tbody th span{
	padding:0 3px 0 0;
}

table tbody td{
	background-color:#fff;
	padding:10px;
	border:1px #999 solid;
}

