@charset "utf-8";

/* Link
------------------------------------------------ */
#link{
	width:560px;
	min-height:400px;
	margin:0 auto;
}
#link dt {
	clear:both;
}
#link dt a{
	margin-bottom:10px;
	font-weight: bold;
	display:block;
	text-decoration:underline;
}
#link dt a:hover {
	text-decoration:none;
}
#link dd{
	width:538px;
	padding:10px;
	border:1px #CB9763 solid;
	margin-bottom:30px;
	background:#FDFCF7;
	float:left;
}
#link dd p{
	width:520px;
	float:right;
}
#link dd .detail-link{
	width:100%;
	text-align:right;
}
#link dd .link-url{
	color:#f30;
	width:100%;
	text-align:right;
}
