﻿@charset "utf-8";

body {
	background: #000000;
	}
	
#flashcontent {
	position    :absolute;
	left        :50%;
	width       :800px;
	line-height	:0;
	margin-left :-450px;
	
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		color       :#666666;
		font-size   :80%;
		text-align  :center;
		border      :0px;
		width: 800px;
		}
	#flashcontent #attentionIn {
		color       :#666666;
		font-size   :80%;
		text-align  :center;
		margin      :20px 210px 20px 210px;
		padding     :10px;
		border      :1px #272727 solid;
		width: 350px;
		}
		
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			}
		#flashcontent #attention img {
			margin-top:10px;
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}

