@charset "utf-8";

/* =================================== 

アーカイブ

=================================== */

.sub-header .sub-title{
	float:left;
	width:6em;
}

.archive-footer{
	margin-top:30px;
}

.paginate{
	float:right;
	text-align:right;
	width:25em;
}

.paginate span,
.paginate a{
	width:3em;
	text-align:center;
	background:url(../images/body1/paginate_tateborder.jpg) bottom right repeat-y;
	font-weight:bold;
	display:inline-block;
}

.paginate span.current{
	color:#B5BAC8;
}

.archive-entry-list{
	background:url(../images/top/top_topics_border.jpg) top left repeat-x;
	clear:both;
	margin-top:30px;
}

.archive-entry-list .entry{
	padding:25px 0;
	background:url(../images/top/top_topics_border.jpg) bottom left repeat-x;
	min-height:50px;
}

.archive-entry-list .entry h3{
	background:url(../images/icon_sanaku.jpg) left 0.5em  no-repeat;
	padding:0 0 0 15px;
	font-size:1.16em;
	height:1.33em;
}

.archive-entry-list .entry .entry-summary{
	padding:0 0 0 15px;
	margin-top:0.4em;
	line-height:1.4;
}



*+html archive-entry-list .entry{
	min-height:60px;
}

* html .archive-entry-list .entry{
	height:110px;
}


