﻿@charset "utf-8";

html,
body {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	background  :#FFFFFF;
	}

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention,
	#flashcontent #attention a {
		color       :#006F47;
		font-size   :100%;
		text-align  :center;
		margin      :0 10%;
		padding     :30px;
		/*border      :10px #EEEEEE solid;*/
		background  :#FFFFFF;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p {
			text-align  :center;
			}
		#flashcontent #attention p.copyright {
			text-align  :center;
			font-size   :80%;
			}
			