@charset "utf-8";

.linkArea { width: 600px; margin-bottom: 18px; float: left; }
#mainArea h3 { margin: 0; }
#mainArea h3 a {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	border: 1px solid #CEC6A8;
	background-position: 7px 9px;
	line-height: 130%;
	float: left;
	width: 245px;
}
#mainArea h3 a:hover {
	background-image: url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-color: #C89F6F;
	display: block;
	border: 1px solid #9F8775;
	background-position: 7px 9px;
	color: #FFFFFF;
	text-decoration: none;
}



