@charset "utf-8";

/* トピックス */

/* ==================================
SIDE
================================== */
.archives {
	clear: both;
	padding: 5px;
	background-color: #ffffff;
	border-top: 2px solid #f7d934;
	border-bottom: 2px solid #f7d934;
}
.archives h3 {
	border-bottom: 1px solid #d0cdb3;
}
.archives ul {
	padding: 5px;
}
.archives li a {
	padding-left: 7px;
	background: url(../img/common/sidenav_mark.gif) no-repeat left center;
}

/* ==================================
MAIN - COLUMN
================================== */
#sub_main .subtit {
	margin: 0;
}

.blog_col {
	clear: both;
	padding: 20px;
	padding-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #d0cdb3;
}
.blog_col .title {
	margin-bottom: 1em;
	padding-left: 32px;
	line-height: 1.4;
	background: url(../img/topics/icn_tit.gif) no-repeat left 0.1em;
}
.blog_col .title h3 {
	margin-bottom: 0.2em;
	font-size: 138.5%;
}
.blog_col .title .date {
	margin-bottom: 0;
	padding-top: 0.2em;
	border-top: 2px dotted #f7d934;
	text-align: right;
}
.blog_col .pict {
	text-align: center;
}
.blog_col .pict img {
	margin: 0 10px;
}
.blog_col img {
	height: auto;
}

.pagenav {
	margin-top: 20px;
	text-align: center;
}
.pagenav .prev {
	padding-left: 24px;
	padding-right: 8px;
	background: url(../img/common/icn_prev.gif) no-repeat left center;
	border-right: 1px solid #999999;
}
.pagenav .top {
	padding-left: 8px;
	padding-right: 8px;
}
.pagenav .next {
	padding-left: 8px;
	padding-right: 24px;
	background: url(../img/common/icn_next.gif) no-repeat right center;
	border-left: 1px solid #999999;
}

/*----200519*/
.pagenavi {
	margin-top: 20px;
	text-align: center;
	position: relative;
	width: 260px;
	margin: 20px auto 0 auto;
}
.pagenavi .page-numbers {
	display: none;
}
.pagenavi .prev {
	display: inline-block;
	padding-left: 24px;
	padding-right: 8px;
	background: url(../img/common/icn_prev.gif) no-repeat left center;
	border-right: 1px solid #999999;
	position: absolute;
	left: 0;
	top: 0;
}
.pagenavi .next {
	display: inline-block;
	padding-left: 8px;
	padding-right: 24px;
	background: url(../img/common/icn_next.gif) no-repeat right center;
	border-left: 1px solid #999999;
	position: absolute;
	right: 0;
	top: 0;
}
.pagenavi .top {
	display: inline-block;
}
