@charset "utf-8";
/* CSS Document */

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* comon */
body {
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	overflow: hidden;
	background:#000;
}

a {
	color:#fff;
	text-decoration:none;
}

.ac_overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}

.ac_loading {
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}

/* header */
.header {
	margin-top: 10px;
	width: auto;
	height: 86px;
	text-indent: -9999px;
	position: relative;
	z-index:4;
}

.header .main_logo {
	background: url(../images/mainlogo.png) no-repeat ;
	width: 523px;
	height: 63px;
	position: absolute;
	top: 15px;
	left: 15px;
}
/* header_end */

/* footer */
.ac_footer{
	position:fixed;
	left: 0px;
	bottom:0px;
	width:100%;
	background:#000;
	opacity:0.9;
	clear:both;
	z-index:4;
}

.ac_footer ul {
	height:12px;
	margin-left: 17px;
}

.ac_footer ul li {
	list-style: none;
	float: left;
}

.ac_footer a {
	opacity:1;
	display:block;
	height: 12px;
	margin: 7px 50px 5px 0;
	text-indent: -9999px;
	overflow: hidden;
}

.footer a:hover {
}
.ac_footer ul .ft_jghg { background:url(../images/foot_jghg.jpg) no-repeat; width: 36px;}
.ac_footer ul .ft_comp { background:url(../images/foot_comp.jpg) no-repeat; width: 96px;}
.ac_footer ul .ft_ef { background:url(../images/foot_ef.jpg) no-repeat; width: 72px;}
.ac_footer ul .ft_wlt { background:url(../images/foot_wlt.jpg) no-repeat; width: 67px;}
.ac_footer ul .ft_behinds { background: url(../images/foot_behinds.jpg) no-repeat; width:48px;}

.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}

.ac_footer p{
	width: auto;
	float: right;
	line-height: 20px;
	padding: 3px;
	margin-right:2%;
}
/* footer_end */


