@charset "utf-8";

body {
	background-color:	#000;
	}

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :960px;
	height      :528px;
	line-height	:0;
	margin-left :-480px;
	margin-top  :-264px;
	overflow	:hidden;
	}
	#flashcontent * {
		}
	#flashcontent #attention {
		width       :960px;
		height      :528px;
		background-image	:url(../images/top.gif);
		background-color	:#000000;
		background-repeat	:no-repeat;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			display		:none;
			}
		#flashcontent #attention img {
			border      :0;
			display		:none;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			display		:none;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
			
		#flashcontent #attention .link_to_player {
			width		:470px;
			height		:158px;
			position	:absolute;
			top			:180px;
			left		:255px;
			}
			#flashcontent #attention .link_to_player a {
				width		:470px;
				height		:158px;
				display		:block;
				}
