/* ブログ一覧用スタイルシート */

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

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

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

div.blog-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;
}

div.blog-header a.blog-title {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
}

div.blog-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.blog-image, a.blog-link, span.blog-writer {
	display: block;
	margin: 0 20px;
	text-align: center;
}

a.blog-link, span.blog-writer {
	margin-top: 5px;
}

a.blog-link {
	word-break: break-all;
	word-wrap: break-word;
	font-size: small;
}

div.blog-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;
}

