*{
	box-sizing:border-box;
}

body {
	word-break: break-all;
	background-color: #ffffff;
	color: #494949;
	margin: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

a {
	text-decoration:none;
	color: #494949;
}

form {
	margin: 0px;
	padding: 0px;
}

.screen {
	padding: 0px;
	overflow: hidden;
	height: auto;
}

.header {
	width: 930px;
	height: 100px;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0px 0 0px;
}


.container {
	margin: 0px auto; 
	padding: 1px;
	width: 1000px;
	overflow: hidden;
	background-repeat: on-repeat;
}


.head-title {
	padding-right: 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);	
}

.movie_title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.movie_caption  {
	width: 320px;
	height: auto;
	text-align: center;
	color: #494949;
	background: #f4f4f4;
	border: solid 5px #dddddd;
	/*border-bottom: solid 3px #dddddd;*/
	border-radius: 5px;
}

.movie_caption table {
	border-spacing: 0px;	
}

#movie_caption  {
	display: table-cell;
    	text-align: center;
    	vertical-align: middle;
		height:50px; width: 320px; overflow: hidden; font-size: 14px;
}

.link_list {
	margin-top: 5px;
	width: 320px;
	height: auto;
	border: solid 1px #fff;
	padding: 5px;
	font-size: 10px;
	vertical-align: bottom;
	line-height: 1.6em;
	overflow: hidden;
}

.link_list img {
	clear: both;
	float: left;
	display: block;
	margin: 4px 0 0 2px;
}

.link_list a {
	float: left;
	display: block;
	width: 270px;
	margin: 3px 0 0 2px;
}

.link_list a:hover{
	text-decoration: underline;
}


.paper_list {
	margin-top: 5px;
	width: 320px;
	height: 215px;
	border: solid 1px #666666;
	font-size: 10px;
	line-height: 1.5em;
	overflow: scroll;
}

.navigation {
	width: 600px;
	height: 53px;
	background-color: #dddddd;
	text-align: right;
	padding: 5px;
	border-radius: 5px;
}
.slide_button {
	float: left;
	width: 80px;
	text-align: center;
}
.slide_button_title {
	float: left;
	width: 250px;
	text-align: left;
	margin: 10px 0 0 5px;
}
.slide_button img {
	width: 45px;
	height: 45px;
	margin: 0 auto 0 auto;
}
.prev_next_button {
	float: right;
	width: 170px;
	text-align: right;
	padding: 7px 0 0 0;
}


.caution {
	margin-top: 5px;
	width: 600px;
	height: 35px;
	background-color: #494949;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height:2.0em;
	padding-left:10px;
	border-radius: 5px 5px 0 0;
}

.message {
	padding: 5px;
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border: solid 1px #aaaaaa;
	overflow: auto;
	line-height: 1.5em;
}

.movie_main {
	padding-left: 5px;
}

.page_list {
	width: 310px;
	font-size: 12px;
	float: left;
	line-height: 1.8em;
}

.page_list div {
	padding-left: 10px;
	width: 300px;
}

.page_list::-webkit-scrollbar {
	background: transparent;
	overflow: visible;
	height: 7px;
	width: 13px;
	border: solid 1px #ffffff;
}

.scrollarea {
	width: 20px;
	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;
}

.logo_box {
	width: 30%;
	float: left;
}

.logo_box a {
	display: block;
	height: 50px;
}

.title_box {
	width: 70%;
	float: left;
}

#title {
	font-size: 24px; 
	font-weight: bold;	
	text-align: right;
}

#subtitle {
	font-size: 22px; 
	font-weight: normal;
	text-align: right;
}



.main_contents {
	float: left;
	width: 600px;
	margin: 0 15px 0 15px;
	overflow: hidden;
}

.side_contents {
	float: left;
	width: 320px;
	overflow: hidden;
	margin: 0 0px 0 0;
}

.slide_image img {
	width: 600px;
}

.player_box {
	width: 320px;
}

#scroll {
	width: 320px;
	height: 228px; 
	border: solid 1px #aaaaaa; 
	overflow: hidden; 
	margin: 5px 0 0 0;
	overflow-y: scroll;
    float: left;
    padding: 0px;	
}

#scrolldoc {
	position: relative; 
	top: 0px; 
	width: 310px; 
	height: 600px; 
	float: left;
	overflow: hidden;
}
#scrollup {
	display: none;
}
#scrolldown {
	display: none;
}
#scrollbar {
	display:none;position: relative; top: 0px; left: 0px; width: 10px; height: 50px; background-color: #dddddd;
}
#scrollbararea {
	display:none;position: relative; top: 0px; margin-top: 5px; overflow: hidden; height: 244px; border-right: solid 1px #aaaaaa; float: left;
}

#logo_image {
    display: none;
    position: absolute;
}

@media (max-width: 0px){
	.screen {
		padding: 5px 0 10px 0;
	}
	.header {
		height: 50px;
		width: 320px;
		overflow: hidden;
		margin: 0 0px 0 0px;
	}
	.container {
		width: 320px;
		overflow: hidden;
	}
	.link_list {
		width: 308px;
	}
	.navigation {
		width: 320px;
		overflow: hidden;
	}
	.slide_button_title {
		display: none;
	}
	.caution {
		margin: 260px 0 0 0;
		width: 316px;
	}
	.message {
		width: 316px;
		display: none;
		margin: 0 0 10px 0;
	}
	.logo_box {
		width: 30%;
	}
	.logo_box img {
		width: 100%;
	}
	#title {
		font-size: 12px; 
		font-weight: bold;	
		text-align: right;
	}
	
	#subtitle {
		font-size: 10px; 
		font-weight: normal;
		text-align: right;
	}

	.title_box {
		padding: 0 5px 0 0;
	}
	.slide_image {
		width: 320px;
	}
	.slide_image img {
		width: 320px;
	}
	.main_contents {
		position: absolute;
		width: 320px;
		padding: 390px 0 0 0;
		margin: 0 0px 0 0px;
	}
	#scroll {
		margin: 310px 0px 5px 0px;
		width: 315px;
		overflow-y: scroll;
	}
	
	#scrolldoc {
		width: 330px;
	}

	.jspPane {
		overflow: hidden;
		height: auto;
	}
}
