﻿@charset "UTF-8";
/* CSS Document */

.stage .mymenu {
	height: 100px;
	width: 200px;
	position: relative;
	z-index: 99;
}
.stage .mymenu .logo {
	padding-top: 20px;
	padding-bottom: 30px;
}
.menu_item {
	color: #233D76;
	padding-left: 25px;
	letter-spacing: 0.2em;
	background-image: url(/images/site/menu_collection.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 60px;
	padding-bottom: 10px;
}
.menu_item a {
	color: #233D76;
	text-decoration: none;
}
.menu_item a:hover {
	text-decoration: underline;
}
.menu_item .menu {
	font-size: 12px;
	width: auto;
	text-transform: uppercase;
}
.menu_item .submenu {
	font-size: 10px;
	margin-top: 3px;
	letter-spacing: 0.05em;
}
