/*------------------------------------------------
category.css
-----------------------------------------------*/
#content {
	width: 760px;
}

#content h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.contentBox {
	margin-left: 20px;
	width: 760px;
}

.contentBox h4 {
	color: #3D3D3D;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-bottom: 0px;
	width: 740px;
}

.contentBox ul {
	width: 760px;
	margin-bottom: 15px;
}

.contentBox li {
	margin-bottom: 2px;
	padding-left: 11px;
	background: url(../images/red_icon.gif) no-repeat left center;
}

.contentBox li#last {
	background: url(../images/red_icon_last.gif) no-repeat left center;
}

.contentBox li a {
	color: #152468;
	text-decoration: none;
}

.contentBox li a:hover {
	color: #152468;
	text-decoration: underline;
}
/*for safari only*/
html:\66irst-child .contentBox li a:hover {
	border-bottom: 1px solid #152468;
}
/*end*/

.ekey {
	font-size: 9px;
	color: #cccccc;
	margin-left: 10px;
	font-weight: normal;
}

.date {
	margin-left: 5px;
}
