@charset "utf-8";

/*======================================================================*//**
 * 
 */

html {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	}

body {
	height      :100%;
	margin      :0;
	padding     :0;
	background	:#070b15;
	}
	
#contents {
	width: 100%;
	height: 820px;
	background  :#02070C;
}
	

#footer {
	width		:100%;
	background: url(../images/banner/background.gif) repeat-x 0 0 #070b15;
	text-align: center;
}
#footer h2 {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url(../images/banner/title.gif) no-repeat center top;
	width: 132px;
	height: 13px;
	margin: 0 auto;
	padding: 0 0 12px 0;
}
#footer ul {
	width: 845px;
	height: 40px;
	padding: 0 0 25px 5px;
	margin: 0 auto;
	list-style: none;
	zoom: 1;
}

#footer ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#footer ul li {
	float: left;
	display: block;
	width: 115px;
	height: 40px;
	padding: 0 5px 0 0;
	margin: 0 0 5px 0;
	list-style: none;
	background: url(../images/banner/blank.gif) no-repeat;
}

#footer ul li.lastChild{
	padding-right: 0;
}
#footer ul li a, #footer ul li a img{
	border: 0;
}


/*======================================================================*//**
 * 
 */

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



/*======================================================================*//**
 * 
 */

#attention {
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	margin      :0 10%;
	padding     :30px;
	border      :10px #EEEEEE solid;
	background  :#FFFFFF;
	}

#attention h1,
#attention h2 {
	color       :#333333;
	}

#attention img {
	border      :0;
	}

#attention p,
#attention ul {
	text-align  :left;
	}

#attention p.appendix {
	text-align  :center;
	}

#attention a {
	color       :#CC0000;
	}

#attention a:visited {
	color       :#660000;
	}

#attention a:hover {
	color       :#CC0000;
	}

#attention a:active {
	color       :#CC0000;
	}









