<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.title_img{
	margin:0px auto 30px auto;
}

table{
	margin:20px auto;
	text-align:left;
	background-color:#fffbe9;
}

#movie_box{
	width:420px;
	margin:0px auto 30px auto;
	background-color:#333;
	padding:10px 0px;
}

.movie_txt{
	width:420px;
	margin:30px auto 0px auto;
	text-align:left;
}

.txt{
	width:420px;
	text-align:left;
	margin:10px auto 0px auto;
	color:#666;
}

#report_box{
	width:430px;
	height:500px;
	overflow-y:scroll;
	margin:auto;
	border:1px solid #999;
	background:#fffbe9;
}

#report_table{
	text-align:left;
	margin:0px auto;
	color:#333;
	background:#fffbe9;
	width:410px;
}

.td_img{
	background:url(../../shared/img/icon_list_img.gif) left center no-repeat;
	text-indent:0.8em;
}

#report_table tr td{
	border-bottom:#999 1px dotted;
	padding:3px 0px;
}

#report_table a{
	color:#eb6100;
	text-decoration:none;
}

#report_table a:visited{
	color:#999;
}

#report_table a:hover{
	text-decoration:underline;
}

.gray{
	color:#666;
	text-align:center;
}
</pre></body></html>