body {
	background-color: #ffffff;
}
a {
	color: #000000;
	text-decoration: none;
}
body {
	margin: 5% 10% 5% 10%;
    padding:<length> 0 0 0;
}
div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
 	height:<length>;
}

@media screen {
body>div#header {
	position: fixed;
}
}
* html body {
	overflow: hidden;
}
* html div#content {
	height: 100%;
	overflow: auto;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.title {
	font-family: 'Ropa Sans';
	font-size: 44px;
	text-align: left;
	color: #000000;
	font-style: italic;
	line-height: 70px;
	letter-spacing: 0.1em;
}
p.name {
	font-family: 'Ropa Sans';
	font-size: 24px;
	text-align: right;
	color: #000000;
	line-height: 50px;
	letter-spacing: 0.1em;
}
p.chapter {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 20px;
	text-align: left;
	color: #000000;
	line-height: 40px;
	letter-spacing: 0.1em;
}
p.text {
	font-family: "Garamond", "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 16px;
	line-height: 60px;
	text-align: left;
	color: #000000;
	letter-spacing: 0.2px;
}
p.ref {
	font-family: "Garamond", "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 16px;
	text-align: left;
	color: #000000;
	line-height: 60px;
	letter-spacing: 0.1em;
	font-style: italic;
}
p.footer {
	font-family: "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 18px;
	text-align: center;
	color: #000000;
	letter-spacing: 1px;
	line-height: 0px;
}
p.caption {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 0px;
	text-align: center;
}
img {
	width: 80%;
	height: auto;
	display:block;
	margin: 0 auto;
}
div#footer {
	position: absolute;
    bottom:10px;
	right:0;
	width: 100%;
 	height:<length>;
}
@media screen {
body>div#footer {
	position: fixed;
}
}
* html body {
	overflow: hidden;
}
* html div#content {
	height: 100%;
	overflow: auto;
}

canvas {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 800px;
}
