﻿@charset "utf-8";

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :35%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		color       :#888888;
		font-size   :80%;
		text-align  :center;
		margin      :0 10%;
		padding     :10px;
		border      :10px #EEEEEE solid;
		background  :#FFFFFF;
		}
		#flashcontent #attention h1 {
			background-image:url("../images/get_title.jpg");
			background-position:left top;
			background-repeat:no-repeat;
			width:550px;
			height:306px;
			text-indent: -750px;
			margin: 0;
			padding: 0;
			overflow:hidden;
			}
		#flashcontent #attention img {
			border   :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}

