@charset "utf-8";
/* CSS Document */

#menucontainer {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 78px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	z-index: 100;
	 _overflow-x: hidden; 
	 _position: absolute !important;
}

.clearboth { clear: both; display: none;}

#topmenu {
	position: relative;
	min-width: 800px;
	max-width: 100%;
	width: 100%;
	height: 75px;
	background-color: #040404;
	margin: 0;
	padding: 0;
}

#topline {
	position: fixed;
	left: 0px;
	top: 75px;
	width: 100%;
	height: 3px;
	background-color: #ff4e00;
	z-index: 3;
	border: none;
}

#toplight {	
	position: fixed;
	left: 0px;
	top: 75px;	
	width: 100%;
	background-image: url('../image/common/toplight.png');
	background-repeat: no-repeat;
	background-position: top right;
	/* z-index: 3; */
}

#footer {
	position: relative;
	margin: 20px auto;
}