@charset "utf-8";
.blog_att {
	text-align: center;
	float: left;
	height: auto;
	width: 750px;
	padding-bottom: 15px;
}
.blog_box {
	float: left;
	width: 730px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #c61a22;
	padding: 10px;
}
.blog_img {
	border: 1px solid #7c6854;
	padding: 5px;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.blog_day {
	float: right;
	height: 20px;
	width: 578px;
}
.blog_tit {
	float: right;
	height: 20px;
	width: 578px;
	font-size: 120%;
	color: #FF00FF;
	font-weight: bold;
}
.blog_text {
	float: right;
	height: auto;
	width: 578px;
}
.page {
	width: 730px;
	text-align: right;
	font-size: 120%;
	float: left;
	padding: 10px 10px;
}
