@charset "utf-8";

#falshWrap1,
#falshWrap2 {
	width: auto;
	height: 640px;
}
#falshWrap1 {
	background-color: transparent;
	background-repeat: repeat-x;
	background-image: url(../images/footer-bg.gif);
	background-position: left 580px;
}
#falshWrap2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/copyright.gif);
	background-position: center 580px;
}

#copyright {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	height: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
#copyright address a {
	display: block;
	position: absolute;
	right: 22px;
	top: 590px;
	width: 300px;
	height: 17px;
	cursor: pointer;
	outline: none;
}

#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 {
		color       :#666666;
		font-size   :80%;
		text-align  :center;
		margin      :0 10%;
		padding     :30px;
		border      :10px #EEEEEE solid;
		background  :#FFFFFF;
		}
		#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;
			}

