﻿@charset "utf-8";


body{
	background:url(../img/index_bg_01.gif) repeat-x #e7fbff;
}

#flashcontent {
	position    :absolute;
	left        :50%;
	top         :0;
	width       :740px;
	line-height	:0;
	margin-left :-370px;
	margin-top:25px;
	}
#flashcontent * {
	line-height	:150%;
	margin:0;
	}

#flashcontent #attention {
	font-family:Verdana, Geneva, sans-serif;
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	margin      :0 10%;
	padding     :40px;
	border      :10px #ddd solid;
	background  :#FFFFFF;
	}

#flashcontent #attention h2 {
	color       :#333333;
	margin:20px 0 20px 0;
}

#flashcontent #attention img {
	border      :0;
}
	
#flashcontent #attention p{
	
	text-align  :left;
}

#flashcontent #attention ul {
	margin-top:15px;
	text-align  :left;
	padding-left:16px;

}



#flashcontent #attention p.appendix {
	text-align  :center;
	margin:20px 0 20px 0;
}

#flashcontent #attention #copyrightSection{
	position:relative;
	zoom:1;
}

#flashcontent #attention #copyrightSection:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

#flashcontent #attention p.copyright{
	position:absolute;
	float:left;
	bottom:0px;
	left:0px;
	width:320px;
}

#flashcontent #attention p.logo{
	float:right;
}
