/** page_story_ss.css **/

/* */
#page_story_ss {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-width:1000px;
}
/* */
#page_story_ss header {
	position:relative;
	width:100%;
	height:240px;
	overflow:visible;
	left:0;
	top:0;
	text-align:center;
	z-index:3;
	border-bottom:40px solid #f0f0f0;
}
#page_story_ss header h1 {
	position:relative;
	width:100%;
	left:0;
	top:10px;
	margin:0 auto;
	max-width:1200px;
	text-align:left;
	height:1px;
	overflow:visible;
}
#page_story_ss header h1 a {
	display:inline-block;
	width:auto;
	height:auto;
	padding:20px;
}
#page_story_ss header h1 a img {
	display:inline;
	vertical-align:bottom;
}

#page_story_ss header nav {
	position:absolute;
	width:100%;
	left:0;
	top:0;
	text-align:center;
}
#page_story_ss header nav h2 {
	position:relative;
	width:100%;
	left:0;
	top:20px;
	margin:0 auto;
	max-width:1200px;
	text-align:right;
	height:1px;
	overflow:visible;
}
#page_story_ss header nav h2 a {
	display:inline-block;
	width:181px;
	height:49px;
	border:1px solid #E8E5E4;
	margin:0 20px 0 0;
}
#page_story_ss header nav .otherstory_wrap {
	position:absolute;
	left:0;
	top:90px;
	width:100%;
	height:90px;
	text-align:center;
	background-color:#C1C1C1;
}
#page_story_ss header nav .otherstory_wrap ul {
	position:relative;
	margin:0 auto;
	width:860px;
	height:90px;
}
#page_story_ss header nav .otherstory_wrap ul li {
	display:block;
	position:absolute;

	top:20px;
}
#page_story_ss header nav .otherstory_wrap ul li.btn_1 {
	left:0;
}
#page_story_ss header nav .otherstory_wrap ul li.btn_2 {
	left:220px;
}
#page_story_ss header nav .otherstory_wrap ul li.btn_3 {
	left:440px;
}
#page_story_ss header nav .otherstory_wrap ul li.btn_4 {
	left:660px;
}
/* */
#page_story_ss_scenes {
	position:relative;
	width:100%;
	height:auto;
	left:0;
	top:0;
	background-color:#f0f0f0;
}
/* */
#page_story_ss_scenes .scene {
	position:relative;
	width:1200px;
	height:800px;
	margin:0 auto;
	border-bottom:40px solid #f0f0f0;
}
#page_story_ss_scenes .scene .photo {
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	background-color:#f0f0f0;
	line-height:0;
}
#page_story_ss_scenes .scene .photo img {
	display:inline;
	position:relative;
	height:auto;
	margin:0 auto;
	width:1200px;
	vertical-align:bottom;
}
#page_story_ss_scenes .scene .text {
	position:absolute;
	left:0;
	top:0;
	
}
#page_story_ss_scenes .scene .text img {
	position:absolute;
}
/* */
footer {
	z-index:2;
	position: relative;
	left:0;
	top:0;
	text-align:center;
	background-color:#ffffff;
	width:100%;
	height:auto;
}
footer div {
	position: relative;
	margin:0 auto;
	padding:20px 0;
	width:100%;
	max-width:1200px;
	text-align:left;
}











