@charset "UTF-8";

#menuArea {
	width: 1000px;
	height: 60px;
	margin-top: -7px;
	display: flex;
	justify-content: space-between;
}

.menu {
	width: 199.25px;
	background:url(../img/bg_glovalnavi.gif) repeat;
	cursor: pointer;
	color: #888;
}

.menu img {
	margin-left: 18px;
	margin-top: 25px;
}

.menu .selectline {
	width: 180px;
	height: 2px;
	background-color: darkorange;
	margin-left: 10px;
	margin-top: 4px;
	display: none;
}

.menutext {
	font-weight: bold;
	margin-left: 24px;
	margin-top: -30px;
	line-height: 20px;
}

.menu:hover {
	color: darkorange;
}

.selected {
	color: #333;
}