a:link	{
	color:#fff;
	text-decoration:underline;
}
a:visited	{
	color:#fff;
	text-decoration:underline;
}
a:hover	{
	color:#fff;
	text-decoration:none;
}
a:active	{
	color:#fff;
	text-decoration:none;
}

body	{
	margin:0;
	background:#000;
	color:#fff;
	font-size:13px;
}

#mainbox	{
	position:relative;
	margin:auto;
	width:100%;
}

#topbox	{
	width:100%;
	padding:0 0 60px 0;
}
#header	{
	margin:40px 0 20px 0;
	text-align:center;
}
#title	{
	position:relative;
	width:90%; max-width:940px;
	margin:0 auto 0 auto;
	padding:40px 0 40px 0;
	text-align:center;
	border:2px #8f877f solid;
}
#titletext	{
	margin:40px 0 0 0;
	text-align:center;
}
@media all and (max-width:800px)	{
	#title {
		width:100%;
		border-width:2px 0 2px 0;
	}
}

#introductionbox	{
	position:relative;
	width:100%;
	padding:60px 0 60px 0;
	background-image:url(introback.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
}
#intro_caption	{
	margin:0 0 20px 0;
	text-align:center;
	
}
#intro_text	{
	position:relative;
	width:700px;
	margin:50px auto 0 auto;
	text-align:left;
	line-height:30px;
	font-size:14px;
}

#storiesbox	{
	position:relative;
	width:1424px;
	margin:60px auto 60px auto;
	border:solid red 0px;
}
.story	{
	position:relative;
	display:inline-block;
	width:649px; height:585px;
	margin:30px 30px 30px 30px;
	padding:98px 0 0 0;
	background-image:url(storyframe.png);
	background-repeat:no-repeat;
	vertical-align:top;
}
.story_sign	{
	position:absolute;
	left:168px; top:0px;
}
.story_image	{
	position:relative;
	width:672px;
	width:554px;
	margin:0 auto 0 auto;
}
.story_image img	{
	width:100%;
}
.story_image a:hover	{
	opacity:0.7;
}
.story_title	{
	margin:10px 0 0 0;
	text-align:center;
	font-size:22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.story_caption	{
	margin:40px 0 0 0;
	padding:0 0 0 180px;
	line-height:28px;
	font-size:14px;
}
.story_linkblock	{
	position:absolute;
	left:146px; top:630px;
}
.story_link	{
	display:inline-block;
	background-repeat:no-repeat;
}
a.story_link	{
	background-position:0 0;
}
a.story_link:hover	{
	background-position:0 -33px;;
}
a.story_link:active	{
	background-position:0 -33px;;
}
.story_link1	{
	width:146px; height:33px;
	background-image:url(storylink1.png);
}
.story_link2	{
	width:168px; height:33px;
	background-image:url(storylink2.png);
}
.story_linkslash	{
	display:inline-block;
}

@media all and (max-width:1500px)	{
	#storiesbox	{
		width:1346px;
	}
	.story	{
		margin:24px 10px 24px 10px;
	}
}
@media all and (max-width:1400px)	{
	#storiesbox	{
		width:712px; width:100%;
		display:flex;
		margin:50px auto 0 auto;
		overflow-x:scroll;
    		scrollbar-color: #000 #8f877f;
	}
	.story	{
		dislay:block;
		margin:24px 30px 50px 30px;
	}
	.story_image	{
		padding:0 48px 0 48px;
	}
}


#informationbox	{
	position:relative;
	width:100%;
	padding:60px 0 80px 0;
	background-image:url(inforback.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	background-position:center bottom;
}
#infor_title	{
	margin:0 0 20px 0;
	text-align:center;	
}
#infor_text	{
	position:relative;
	width:580px;
	margin:40px auto 0 auto;
	text-align:left;
	line-height:30px;
	font-size:14px;
}

#commentarybox	{
	width:100%;
	height:370px;
	background-image:url(commentaryframe.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#commentary_text	{
	position:relative;
	width:390px;
	margin:0 auto 0 auto;
	padding:142px 0 0 0;
	text-align:left;
	line-height:26px;
	font-size:14px;
}

#footerbox	{
	width:100%;
	height:70vh;
	background-image:url(footerback.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#footer_text	{
	position:relative;
	padding:30vh 0 0 0;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#bfb7af;
}