@charset "utf-8";

/* lead box */
div#mainBlock #contBlock .lead {
margin-right:19px;
margin-bottom:50px;
}

/* table styles */
div#mainBlock #contBlock table {
	width:591px;
	margin-bottom:70px;
	border-collapse:collapse;
	text-align: left;
}
div#mainBlock #contBlock th,
div#mainBlock #contBlock td {
padding:8px 7px;
border:1px solid #ccc;
vertical-align:top;
}
div#mainBlock #contBlock th {
background-color:#eefce7;
font-weight:normal;
}
div#mainBlock #contBlock thead th {
background-color:#f3f3f3;
text-align:center;
}
div#mainBlock #contBlock .category {
background-color:#f0f9fd;
}
div#mainBlock #contBlock .side {
background-color:#f3f3f3;
}
div#mainBlock #contBlock col.page {
width:6em;
}

