@charset "utf-8";

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :20%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		color       :#666666;
		font-size   :80%;
		text-align  :center;
		margin      :0 10%;
		padding     :30px;
		background  :#FFFFFF;
		}
		#flashcontent #attention h1{
			text-indent : -9999px ;
			margin : 0 auto ;
			width : 100px ;
			height : 102px ;
			background-image :url("../../common/img/h1.gif");
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :center;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}

