@charset "utf-8";

#links_txt {
	margin: auto;
	width: 500px;
}

#links_txt h3 {
	background-image: url(../img/bg_ttl.gif);
	height: 28px;
	width: 490px;
	line-height: 28px;
	padding-left:10px;
	margin-bottom:20px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.link_box {
	width: 480px;
	background: #F4EAEA url(../links/img/bg_link_bottom.gif) no-repeat bottom;
	margin:0  auto 20px auto;
}
.link_box h4 {
	background: url(../links/img/bg_link_top.gif) no-repeat top;
	width: 470px;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	padding: 10px 0 5px 10px;
	border-bottom:1px dotted #CC6666;
}
.link_box p {
	font-size: 80%;
	color: #333333;
	padding: 10px;
	line-height: 1.5em;
}

