/* 紹介ページ一覧用スタイルシート */

div.informations {
	margin: 0;
	padding: 0;
}

p.no-info {
	margin: 0;
	padding: 1em;
	text-align: center;
	color: #808080;
}

div.info {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 270px;
}

div.info-header {
	width: 250px;
	height: 37px;
	margin: 0;
	padding: 23px 10px 0 10px;
	background-image: url('../../img/block-s/default-head.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

div.info-content {
	margin: 0;
	padding: 5px 0 0 0;
	width: 270px;
	height: 250px;
	overflow: visible;
	background-image: url('../../img/block-s/default-body.png');
	background-position: top center;
	background-repeat: repeat-y;
}

a.info-image {
	display: block;
	margin: 0 20px;
	text-align: center;
}

span.info-name {
	display: block;
	margin: 5px 20px 0 20px ;
	text-align: center;
}

span.info-link {
	display: block;
	margin: 5px 10px 0 10px ;
	text-align: center;
}

div.info-footer {
	width: 270px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url('../../img/block-s/default-foot.png');
	background-position: top center;
	background-repeat: no-repeat;
}

/* ページャー */

ul.pager {
	clear: both;
}

