@charset "utf-8";
.link-area {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-top: 0 dotted #aaa;
	border-right: 0 dotted #aaa;
	border-bottom: 1px dotted #FF6600;
	border-left: 0 dotted #aaa;
}

.link-txt {
	margin-left: 12px;
}
h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 100%;
	line-height: 1.2;
	border-top: 0 solid #aaa;
	border-right: 0 solid #aaa;
	border-bottom: 0px solid #FF9933;
	border-left: 6px solid #FF9933;
}
a {
	text-decoration: none;
}

a:hover img {
	filter : Alpha(opacity=75);
}

img {
	border: 0;
}

