.back_number_block { width: 720px; }
.back_number_block .number_block { width: 220px; float: left; margin: 0 20px 0 0; padding: 0; }
.number_block ul { margin: 0; padding: 0; list-style-type: none; }
.number_block li { margin-bottom: 0.25em; border-right: 1px solid #808080; border-bottom: 1px solid #808080; }
.number_block a {
	color: #333;
	font-weight: bold;
	background-color: #ffffe0;
	padding: 0.25em 0.5em;
	border-left: 10px solid #4169e1;
	display: block;
	text-decoration: none;
}
.number_block a:hover { color: #f00; background-color: #ff0; border-left-color: #dc143c; }
.number_block span.date { color: #696969; font-size: 75%; font-weight: normal; text-align: right; display: block; }
/*backNumberPage*/
ul.backNumberPage {
	color: #fff;
	background-color: #333;
	clear: both;
	list-style-type: none;
	font-size: 90%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 720px;
	height: 2em;
}
ul.backNumberPage li {
	width: 340px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.backNumberPage li.pageRight {
	text-align: right;
}
ul.backNumberPage li a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	padding-left: 65px;
	background-image: url(Page_Prev.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 1.25;
	background-position: left bottom;
	font-weight: bold;
}
ul.backNumberPage li.pageRight a {
	background-image: url(Page_Next.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 70px;
	padding-left: 0px;
}
ul.backNumberPage li a em {
	font-weight: normal;
	font-style: normal;
	margin-right: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
}
ul.backNumberPage li a:hover,ul#backNumberPage li a:hover { color: #ff0; }

/* BACK NUMBER PAGE TOP*/
div.BackNumberPageTop {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 5em;
}
div.BackNumberPageTop ul {
	list-style-type: none;
	float: left;
	width: 290px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
div.BackNumberPageTop ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
div.BackNumberPageTop ul li a {
	text-decoration: none;
	color: #666;
	padding-top: .75em;
	padding-bottom: 0.75em;
	display: block;
}
div.BackNumberPageTop ul li a:hover {
	color: #F03;
	background-color: #FFC;
}

/* BACK NUMBER TABLE */
table.BackNumberTable {
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	text-align: center;
	margin-bottom: 2em;
	line-height: 1.25;
}
table.BackNumberTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 300px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
table.BackNumberTable td.sp {
	width: 20px;
	border-bottom-style: none;
}
.mokujiTop {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
.mokujiTop p {
	padding: 0.5em;
}

