﻿@charset "utf-8";


#flashcontent {
	position    :absolute;
	overflow: auto;
	left        :50%;
	top         :50%;
	width				:860px;
	height			:486px;
	margin-left :-430px;
	margin-top  :-243px;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		text-align  :center;
		margin      :0 auto;
		}
		#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;
			}

