@charset "utf-8";

/*--------------------------------------
	Link
--------------------------------------*/
#link h3 {
	clear: both;
}

#link dl:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#link dl.link dt {
	clear: both;
	margin-bottom: 3px;
	padding-top: 5px;
	font-size: 103%;
}

#link dl.link dd {
	float: left;
	margin-bottom: 10px;
}

#link dl.link dd.banner {
	padding-right: 6px;
}

#link dl.link dd.hr1 {
	display: block;
	clear: both;
	width: 97%;
	height: 5px;
	border-bottom: 1px #ccc solid;
}