#top_header{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 50px;
	background-color: #d3381c;
	border-bottom: solid 2px #fff;
/*	background: linear-gradient(rgba(0, 0, 0, 0.4),
	 rgba(102, 102, 102, 0));*/
}

#toggle_area{
	position: absolute;
	left: 0;
	width: 60%;
	height: 50px;
}

#menu_icon{
	position: absolute;
	height: 24px;
	left: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}

#menu_p{
	position: absolute;
	top: 0;
	left: 55px;
	bottom: 0;
	margin: auto;
	height: 14px;
	font-size: 14px;
}

#menu_icon:hover{
	cursor: pointer;
}

#menu_icon_img{
	height: 24px;
}

#menu_icon_close{
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 24px;
	z-index: 9999;
}

#menu_icon_close:hover{
	cursor: pointer;
}

#menu_icon_close_img{
	height: 24px;
}

#top_icon{
	height: 24px;
}

#top_icon_img{
	position: absolute;
	height: 65px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}