/** story.css **/

#page_story {
	position: relative;
	width: 100%;
	height: auto;
}
/* */
#page_story .pagebody {
	position: relative;
	width: 100%;
	height: auto;
}
/* */
/* ccdn */
	#page_story .pagebody header {
		position: relative;
		width:100%;
		height: auto;
		border-bottom: 1px solid #E8E5E4;
		text-align: center;
		margin: 0 0 110px 0;
	}
	#page_story .pagebody header h2 {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 1000px;
		height: 150px;
		background-image: url(../images/img_page_4_1.png);
		background-position: 0 50%;
		background-repeat: no-repeat;
	}
	#page_story .pagebody header h2 img {
		display: block;
		position: absolute;
		left: 55px;
		top: 60px;
	}
/* ccdn */
/* 
#page_story .pagebody header {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #E8E5E4;
	text-align: center;
	margin: 0 0 110px 0;
}
#page_story .pagebody header .sty_1 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 180px;

}
#page_story .pagebody header .sty_1 h2 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 480px;
	height: 100px;
	background-image: url(../images/img_page_4_1.png);
	background-position: 0 45px;
	background-repeat: no-repeat;
	text-align: right;
}
#page_story .pagebody header .sty_1 h2 img {
	margin: 50px 0 0 0;
}
#page_story .pagebody header .sty_1 p {
	padding: 10px 0 0 0;
	text-align:center;
}
 */
/* */
#page_story .pagebody .story {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 370px;
	text-align: left;
}
#page_story .pagebody .story div {
	position: absolute;
	left: 600px;
	top: 0;
	width: 400px;
	height: 250px;
	text-align: left;
	background-color: #F2F2F2;
	background-image: url(../images/img_page_4_1.png);
	background-position: 325px 175px;
	background-repeat: no-repeat;
}
#page_story .pagebody .story div img {
	display: block;
	margin: 0 0 0 77px;
}
#page_story .pagebody .story div a {
	display: block;
	position: absolute;
	left: 77px;
	top: 180px;
}
#page_story .pagebody .story div a img {
	border: 1px solid #E8E5E4;
	margin: 0;
}
#page_story .pagebody .story div img.photo {
	position: absolute;
	left: -600px;
	top: 0;
	margin: 0;
}
