﻿@charset "utf-8";

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :1000px;
	height      :700px;
	line-height	:0;
	margin-left :-500px;
	margin-top  :-50px;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	padding     :0px;
	background  :#FFFFFF;
	margin: 0;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
