@charset "utf-8";

/* バックナンバーページスタイル
---------------------------------------------*/
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#contents {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#c_title {
	border-bottom: 3px solid #999999;
	padding-bottom: 15px;
}
#c_title p {
	width: 600px;
	font-size: 90%;
	line-height: 1.4;
	text-align: center;
}
#page_nav {
	font-size: 90%;
	border-bottom: 1px solid #999999;
	float: left;
	width: 600px;
	margin-bottom: 5px;
}
.number  {
	float: left;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
}
.page  {
	float: right;
	padding-top: 3px;
	padding-bottom: 5px;
}
.page a {
	border: none;
	padding-left: 8px;
	display: inline;
}
.page a:link {
	border: none;
}
.page a:hover {
	border: none;
	color: #FF6600;
}
.page a.now_page {
	border: none;
	color: #FF6600;
}
.list {
	margin-bottom: 10px;
}
.title {
	width: 600px;
/*
	height: 70px;
*/
	clear: left;
	padding-top: 15px;
	position: relative;
}
.title img {
	float: left;
	margin-right: 5px;
	display: block;
}
.title strong {
	font-size: 90%;
	color: #FF6600;
	font-weight: 900;
	display: block;
	letter-spacing: 0.5em;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
p.update {
	padding-top: 5px;
}
.title p.midashi {
	padding-top: 0px;
	font-size: 90%;
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.title h2 {
	margin-top: 3px;
	line-height: 1.3;
}
.title h2 a {
	text-decoration: underline;
	color: #2fa5c2;
	font-weight: 900;
}
.title h2 a:hover {
	text-decoration: none;
}
#page_nav_bot {
	float: left;
	width: 600px;
	font-size: 90%;
	border-top: 1px solid #999999;
	border-bottom: 3px solid #999999;
	margin-top: 15px;
}

