@charset "utf-8";

/*メイン-----------------*/
.entry_box {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 25px 0px;
}
.entry_title {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 25px 0px;
	background-color: #ECECE3;
	float: left;
	width: 638px;
}
.entry_title h1 {
	font-size: 16px;
	background-image: url(/search/img/staff_blog/back_ground_titile_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 25px 9px;
	padding: 6px 0px 6px 47px;
	float: left;
	width: 490px;
	line-height: 150%;
}
.entry_title h1 a {
	color: #585858;
	text-decoration: none;

}
.date {
	float: right;
	padding: 8px 20px 0px 0px;
	color: #996633;

}
.entry_text {
	clear: both;
	padding: 0px 45px 0px 45px;
}
.entry_text img {
	max-width: 550px;
	height: auto;
}
#prev {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 0px 10px 15px;
}
#next {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 10px 15px;
}

