@charset "shift_jis";
/* CSS Document */

#TOP_Menu {
	width: 1080px;
	list-style-type: none;
	border-radius: 5px;
	clear: left;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#TOP_Menu li {
	width: 120px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#TOP_Menu li a {
	width: auto;
	color: #333;
	margin: 0;
	padding: 6px 0;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	display: block;
	font-size: 13px;
}
#TOP_Menu li a:hover {
	background-color: #FFF;
	text-shadow: 1px 1px 0px #EEE;
	color: #000;
	height: 23px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px 0px #666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 13px;
}
