body {
	word-break: break-all;
	background-color: #ffffff;
	margin: 0px;
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

.screen {
	padding: 5px;
}

.container {
	margin: 0px auto; 
	padding: 0px;
	width: 1000px;
}

.movie_title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.movie_caption {
	width: 310px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	background-color: #888888;
	margin-top: 5px;
	padding: 5px;
}

.link_list {
	margin-top: 5px;
	width: 300px;
	height: 100px;
	overflow: scroll;
	border: solid 1px #666666;
	padding: 10px;
	font-size: 10px;
}

.paper_list {
	margin-top: 5px;
	width: 320px;
	height: 215px;
	border: solid 1px #666666;
	font-size: 10px;
	line-height: 15px;
	overflow: scroll;
}

.navigation {
	width: 590px;
	background-color: #dddddd;
	text-align: right;
	padding: 5px;
}

.caution {
	margin-top: 5px;
	width: 590px;
	height: 25px;
	background-color: #333333;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.message {
	padding: 5px;
	width: 590px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border: solid 1px #666666;
	overflow: scroll;
}

.movie_main {
	padding-left: 10px;
}

.page_list {
	width: 300px;
	font-size: 12px;
	float: left;
	line-height: 15px;
}

.page_list::-webkit-scrollbar {
	background: transparent;
	overflow: visible;
	height: 7px;
	width: 13px;
	border: solid 1px #ffffff;
}

.scrollarea {
	width: 10px;
	height: 240px;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	float: left;
	margin-top: 10px;
}

.scrollbar {
	width: 10px;
	height: 50px;
	background-color: #aaaaaa;
	position: relative;
}
