@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu_down
{
	height: 84px;
	width:500px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#000;
}

.logo
{
	height: 65px;
	width: 253px;
	position: absolute;
	top: 0px;
	left: 113px;
}
.menu_ver
{
	height: 300px;
	width: 50px;
	position: absolute;
	top: 0px;
	left: -20px;
	background-color:#000;
}
.menubar
{
	height: 84px;
	width:1000px;
	position: absolute;
	top: 0px;
	left: 20px;
	background-color:#000;
}