/*body---whey don't moveing?------------------------------------------*/
body{
			leftmargin: 0px;
			topmargin: 0px;
			
}


/*absolute-----------------------------------------*/
.absolute01{
			position:absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index: 1;
}

.absolute02{
			position: absolute;
			top: 0px;
			right: 0px;
			z-index: 2;
}

.absolute03{
			position: absolute;
			bottom: 0px;
			left: 0px;
			z-index: 2;
}

.absolute04{
			position: absolute;
			bottom: 0px;
			right: 0px;
			z-index: 2;
}

/*font---------------------------------------------*/

.title-font{
			font-family: HG教科書体;
			font-size: 50px;
			font-weight: normal;
}

.story-font{
			font-family: HG教科書体;
			font-size: 25px;
			font-weight: normal;
			word-spacing: 10px;
}

/*box-----------------------------------------------*/
/**/.box{
			margin-top: 1%;
			margin-right: 10%;
			margin-left: 70%;
			margin-bottom: auto;
			border: 5px solid;
			padding: 3px;
			white-space: nowrap;
			line-height: 30px;
			writing-mode: tb-rl;
}
