@charset "UTF-8";

div.link-box{
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 8px 10px 8px;
}
.link-a, .link-b{
	display: block;
	width: 400px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	padding: 6px;
	height: 40px;
}
.link-a{
	border-right: 1px dotted #ccc;
}
.link-b{
	border-left: 1px dotted #ccc;
}

div.link-box img{
	margin-right: 10px;
	float: left;
}
