/* ブログタイトル */
.blog_data {
	color: #FFFFFF;
	background-color: #CEB9AC;
	margin-bottom: 5px;
	padding-left: 7px;
}
.blog_title {
	background-color: #fbfbf8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* ブログ記事切替 */

.blog_dataarea {
	white-space: nowrap;
	display: block;
	width: 150px;
	padding-left: 550px;
	margin-bottom: 2em;
	height: 20px;
}
.blog_dataarea_foot {
	white-space: nowrap;
	display: block;
	width: 150px;
	padding-left: 550px;
	height: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.blog_next a{
	background-image: url(image/blog_data_btn.png);
	background-repeat: no-repeat;
	background-position: -85px top;
	text-indent: -9999px;
	height: 18px;
	width: 74px;
	display: block;
	margin-left: auto;
	float: right;
}
.blog_next a:hover{
	background-image: url(image/blog_data_btn.png);
	background-repeat: no-repeat;
	background-position: -85px -18px;
	text-indent: -9999px;
}
.blog_prev {}
.blog_prev a{
	background-image: url(image/blog_data_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 18px;
	width: 74px;
	display: block;
	float: right;
}
.blog_prev a:hover{
	background-image: url(image/blog_data_btn.png);
	background-repeat: no-repeat;
	background-position: left -18px;
	text-indent: -9999px;
}

