/*------------------------------------------------
category.css
-----------------------------------------------*/
#content h3 {
	margin-top: 10px;
}

.contentBox {
	margin-left: 20px;
	width: 760px;
}

.contentBox h4 {
	font-weight: normal;
}

#footer {
	padding-bottom: 350px;
}

.contentBox  dl {
	margin-top: 10px;
}

.contentBox dd {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.contentBox dd a {
	color:#152468;
	text-decoration: none;
}

.contentBox dd a:hover {
	color:#152468;
	text-decoration: underline;
}

.day {
	font-weight:bold;
}

/*for safari only*/
html:\66irst-child .contentBox dd a:hover {
	border-bottom: 1px solid #152468;
}
/*end*/

