@charset "utf-8";
/* ブログスタイル */

.blog_content {
	margin-right: 10px;
	margin-left: 10px;
}

.blog_head {
	margin-bottom: 15px;
}

#blog_body {
	background-image: url(../images/blog_side_line.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#blog_body .post {
	background-color: #ffe6e6;
	width: 610px;
	margin-bottom: 15px;
	height: 32px;
}

#blog_body .post_title {
	width: 450px;
	background-image: url(../images/flower.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 27px;
	float: left;
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 5px;
	font-weight: bold;
}
#blog_body .post_date {
	width: 95px;
	float: right;
	font-size: 10px;
	color: #FFF;
	background-image: url(../images/post_date_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-align: center;
	margin-top: 6px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#blog_body .post_data {
	font-size: 0.9em;
}
#blog_body .post_data img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	padding: 5px;
	background-image: url(../images/img_bg.gif);
}

#blog_body .post_data img a {
	background-image: url(../images/img_bg.gif);
}
#blog_body .post_data img a:hover {
	background-image: url(../images/img_bg_o.gif);
}


#blog_foot {
	background-color: #e5e5e5;
	text-align: center;
	width: 610px;
	height: 32px;
}

.pagenavi {
	TEXT-ALIGN: center;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
}
.pagenavi img {
	margin-top: 5px;
}

.pagenavi a {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	COLOR: #666;
	PADDING-TOP: 2px;
	TEXT-DECORATION: underline
}
.pagenavi a:hover {
	COLOR: #FF8484;
	text-decoration: none;
}
.pagenavi a:active {
	COLOR: #FF8484
}
.pagenavi span.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	COLOR: #FF8484;
	PADDING-TOP: 2px
}

#other_blog {
	background-color: #FFF;
	text-align: center;
}

#archives {
	margin-top: 15px;
	background-color: #FFF;
}
#archives .archives_title {
	text-align: center;
	margin-bottom: 4px;
}
#archives .archive_list li {
	margin-right: 10px;
	margin-left: 23px;
	background-image: url(../images/archives_arw.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	text-indent: 10px;
}
#archives .archive_list li a {
	color: #666;
}
#archives .archive_list li a:hover {
	color: #FF6F6F;
}



/* blog 画像 */
.leftbox {
	float: none;
	width: 315px;
/*
	margin: 0px;
	padding: 0px;
*/
/*
	margin: 3px;
	padding: 10px;
	font-size:10pt;
	line-height: 120%;
*/
}