@charset "utf-8";

div#main table.layout {
	width:520px;
	border-collapse:collapse;
	border-bottom:solid 1px #ccc;
	margin:0 0 15px 0;
}

div#main table th {
	border-top:solid 1px #ccc;
	width:100px;
	padding:0;
	text-align:left;
}
div#main table th h2 {
	margin:0 10px 0 0;
	color:#000;
}

div#main table td {
	vertical-align:middle;
	border-top:dashed 1px #999;
	padding:4px 0;
}
div#main table td.category_top {
	border-top:solid 1px #ccc;
}
div#main table td.empty_cell {
	border:none;
}

div#main table td.title_column {
	width:140px;
}
div#main table td h3 {
	margin:0;
	font-weight:normal;
	padding:0 0 0 14px;
	background-image:url("/img/category_list/marker.gif");
	background-repeat:no-repeat;
	background-position:0 4px;
}
div#main table td p {
	padding:0 0 0 25px;
}

