div.category-block{}
div.category-wrap{
	float: left;
	margin-right: 30px;
}
div.category-wrap h2,
div.category-block h2{
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	background: url(../imgs/head_yellow.png) no-repeat 0px 3px;
	border-bottom: 5px solid #444;
}
div.category-block h2 a{
	text-decoration: none;	
}
div.category-block h2 a:hover{
	text-decoration: underline;	
}
div.category-block h2{
	margin-bottom: 2px;
	color: #003366;	
}
div.category-wrap h2 a{
	color: #003366;
	text-decoration: none;
}
div.category-wrap ul,
div.category-block ul{
	margin: 0px;
	padding: 5px 5px 0px 2px;
	list-style: none;
	line-height: normal;
}
div.category-wrap ul li,
div.category-block ul li{
	margin: 0px;
	padding: 4px 0px 4px 10px;
	background: url(../imgs/arrow.png) no-repeat left 8px;
}
div.category-block ul li a{font-weight: bold;}
div.breadcrumb{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
div.breadcrumb a{font-weight: bold;}
.date{
	font-size: 11px;
	border-bottom: 5px solid #444;
	margin-top: 10px;
}