/*@charset "utf-8";*/

.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*:first-child+html .clearfix { height:1%; } /* ie7 */
* html .clearfix { height:1%; } /* ie6 */



html , body {
    overflow: hidden;
    height: 100%;
    background:#000;
	}

#area_bg{
	float:left;
	display:block;
	position:relative;
	z-index:1;
	width:100%;
	height:70%;
	}

#area_bg img.bg {
	z-index: -1;
	position:fixed;
}

#fadein{
width:960px;
position:relative;
z-index:5;
margin:0 auto;
}

h1{
	color:#FFF !important;
	}

#garea{
position:absolute;
width:960px;
top:330px;
z-index:7;
}

#gallery{
width:960px;
height:540px;
margin:0 auto;
}

#area_top{
	position:absolute;
	z-index:1000;
	top:30px;
}


#news{
	width:385px;
	height:230px;
	float:left;
	background:url(../img/news_flame.png) no-repeat; 
	}
#news_txt{
	width:310px;
	height:120px;
	float:left;
	color:#FFF;
	margin:65px 0 0 38px;
	_margin:65px 0 0 18px;
	text-align:left;
	}
#news_txt p{
	margin: 0 0 5px 0;
	font-size:12px;
	}
#banner{
	width:500px;
	float:left;
	margin:125px 0 0 0;
	text-align:left;
	}
	
a:hover img{
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
	}
	
	
#footer2{
	padding:0;
	width:100%;
	background-color:#000;
	float:left;
	height:280px;
	}
#footer3{
	position:relative;
	z-index:3;
	width:960px;
	margin:0 auto ;
	text-align:center;
	padding:20px 20px 10px;
	color:#8a8a8a;
	background-color:#000;
	text-align:left;
	}
* html #footer3 {width:1000px;}

#footer3 a       {color:#8a8a8a;}
#footer3 a:hover {color:#ffffff;}

#footer-contact {float:left;width:250px;}
#footer-contact span {display:block;margin-left:10px;}

#footer-navi {float:right;width:700px;text-align:right;}
#footer-navi li {display:inline;}

#footer-links {float:right;padding-top:1em;width:700px;text-align:right;}

#copyright {clear:both;padding:3em 0.5em 0;font-weight:bold;color:#fefefe;}

