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

*{
	margin:0;
	padding:0;
 }


body{
	width:100%;
	height:auto;
	min-width:1920px;
	min-height:955px;
	background-image:url(../image/manual_bg.png);
	background-color:#000000;
	background-repeat:no-repeat;
	}
	
ul {
    list-style-type: none;
}

a:link { color:#FFFFFF;}
a:visited { color: #FFFFFF; }
a:hover { color:#FF6E00;}

#list-bg{
	width:100%;
	height:71px;
	background-color:#000000;
	opacity:0.3;
	}

#header{
	width:1920px;
	height:71px;
	position:absolute;
	top:0px;
	}

#header ul{
	padding-top:40px;
	padding-left:30px;
	}

#header ul li{
	display: inline-block;
	list-style:none;
	color:#FFFFFF;
	}
	


