/* 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;
}

/* 頁送り
------------------------------------------------ */
#mainCulumnPager {
	clear:both;
	width			: 93%;
	margin			: 0 auto;
	margin-top:20px;
	padding-bottom	: 25px;
	}
#mainCulumnPager .alltopics {
	float: 			right;
	width: 			90px;
	text-align: 	right;
	}
#mainCulumnPager .alltopics a {
	display: 		inline-block;
	padding: 		3px 5px 3px 20px;
	border: 		1px solid #ccc;
	background: 	url(http://insp.biz/img/icon_topics.gif) no-repeat 5px 50%;
	}
#mainCulumnPager .before {
	float:			left;
	width:			60px;
	}
#mainCulumnPager .before a {
	display:		inline-block;
	padding:		3px 5px 3px 20px;
	border:			1px solid #ccc;
	font-weight:	bold;
	background: 	url(http://insp.biz/img/icon_before.gif) no-repeat 5px 50%;
	}
#mainCulumnPager .next {
	float: 			right;
	width: 			60px;
	text-align: 	right;
	}
#mainCulumnPager .next a {
	display: 		inline-block;
	padding: 		3px 20px 3px 5px;
	border: 		1px solid #ccc;
	font-weight: 	bold;
	background: 	url(http://insp.biz/img/icon_next.gif) no-repeat 2.7em 50%;
	}
#mainCulumnPager .pager {
	width:80%;
	margin:0 auto;
	text-align: 	center;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	}
#mainCulumnPager .pager a {
	display:	inline-block;
	margin:		0 2px;
	padding:	3px 5px;
	border:		1px solid #e1e1e1;
	background:	#f1f1f1;
	}
#mainCulumnPager .pager a:hover {
	border: 	1px solid #98b4e6;
	background:	#adc3e1;
	}
#mainCulumnPager .pager span {
	display:	inline-block;
	margin:		0 2px;
	padding:	3px 5px;
	border:		1px solid #cadfeb;
	font-weight:bold;
	background:	#dae9f4;
}