@charset "utf-8";


h1{
	position: absolute;
	left: 20px;
	top: 10px;
	font-size:30px;
}

h1 span{
	font-size:20px;
	margin-right:1em;
}

#story{
	position:relative;
	padding-top:80px;
}

#navi-area{
	position:absolute;
	top:0px;
	right:0px;
	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:700px;
	height:393px;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}

#story #viewer div img{
	top: 0px;
	left: 0px;
	position: absolute;
}

#story #viewer .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

#story #viewer ul{
	width: 700px;
	overflow: none;
	margin:20px auto 0;
	text-align: left;
}

#story #viewer ul li{
	display:inline-block;
	margin-right:16px;
	margin-bottom:12px;
	cursor:pointer;
}

#story #viewer ul li.r{
	margin-right:0px;
}

#story #viewer p{
	margin:35px auto 0px;
	width: 700px;
	text-align:left;
}

#story #viewer p img{
	margin-right:8px;
	margin-bottom:5px;
	vertical-align:middle;	
}


/**/

.box700{
	text-align:center;
}

.box700 #mz5{
	margin-left:60px;
}
