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

table {
	width:560px;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#E7E7E7;
	margin-bottom:20px;
}

td, th {
	padding: 1em;
	border: 1px solid #FFF;
	text-align:center;
}

th {
	background:#F6FFD4;
	font-weight:bold;
	white-space: nowrap;
}

tr{
	background: #f9f9f9;
	text-align:left;
	}

tr td { 
	background: #FFF;
	}

dt {
	padding: 5px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

dt span {
	color:#FF99CC;
}

dd {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}