@charset "utf-8";
/* CSS Document */
#contentHeader p {
	padding-bottom: 15px;
}
#mainCategory dt {
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;
}#mainCategory dd {
padding-bottom: 10px;
margin-left: 50px;
font-size: 1em;
}

.block {
	width: 722px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	float: left;
}
.block:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.block .icon {
	width: 230px;
	margin-right: 10px;
	display: block;
}
.block dl {
	float: left;
	width: 230px;
}
#mainCategory h4 {
	font-weight: bold;
	color: #333;
	padding-top: 15px;
	clear: both;
	padding-bottom: 20px;
}
#mainCategory h3 {
	padding-top: 15px;
	clear: both;
	padding-bottom: 20px;
}
