	@charset "utf-8";
/* CSS Document */

#menu_bar {
	height: 100px;
	margin: auto;	
	background: url(../_images/menu.jpg);
}

#menu {
	width: 1020px;
	height: 150px;
	margin: auto;	
	margin-top: 20px;
	background: url(../_images/menu.png) repeat-x center;
	color: #CCC;
}

#menu_logo {
	width: 270px;
	height: 150px;
	background:url(../_images/logo_ttl.png) center no-repeat;
	float: right;
}

#menu_item {
	height: 103px;
	width: 180px;
	float: left;
	margin-top: 15px;
	padding: 5px;
	border-right: 2px solid #58585a;
	text-align: center;
}

#menu li {
	list-style: none;
	margin-bottom: 3px;
}

#menu a {
	font-size: 12px;
	color: #FFF;
	text-shadow: #222 0.1em 0.1em 0.1em;
}

#menu a:hover {
	color: #121212;	
	text-shadow: none;
}