@charset "utf-8";


h1{
	position: absolute;
	left: 0px;
	top: 10px;
	font-size:1.2em;
}

h1 span{
	font-size:0.8em;
	margin-right:1em;
}

#story{
	position:relative;
	padding-top:40px;
}

#navi-area{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-65px;
	width:131px;
}

#navi-area img{
	margin-bottom:5px;
}

#navi-area img#b_bwd{
	margin-right:64px;
}

/**/

#story #viewer{
	position:relative;
	margin-bottom:50px;
}

#story #viewer div{
	width:100%;
	position: relative;
	overflow: hidden;
	margin:0 auto 0;
}

#story #viewer div img{
	top: 0px;
	left: 0px;
	position: absolute;
	width:100%;
}

#story #viewer .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

#story #viewer ul{
	overflow: none;
	margin:1em auto 0;
	text-align: left;
}

#story #viewer ul li{
	display:inline-block;
	margin-right:0;
	cursor:pointer;
	width:20%;
}

#story #viewer ul li img{
	width:100%;
}

#story #viewer ul li.r{
	margin-right:0px;
}

#story #viewer p{
	margin:35px auto 0px;
	width: 96%;
	text-align:left;
}

#story #viewer p img{
	margin-right:8px;
	margin-bottom:5px;
	vertical-align:middle;	
}


/**/

.box700{
	text-align:center;
	padding-bottom:5em;
}

.box700 img{
	width:80%;
}

.box700 #mz5{
	margin-top:1em;
	width:50%;
}
