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

#CL_Menu {
	width: 960px;
	list-style-type: none;
	border-radius: 5px;
	clear: left;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#CL_Menu li {
	width: 160px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#CL_Menu li a {
	width: auto;
	color: #fff;
	margin: 0;
	padding: 6px 0;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.9);
	display: block;
	background-color: #535353;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 15.2px;
}
#CL_Menu li:first-child a {
	border-radius: 5px 0 0 0;

}
#CL_Menu li:last-child a {
	border-radius: 0 5px 0 0;

}
#CL_Menu li a:hover {
	background-color: #FFF;/*  background-image: -webkit-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -moz-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -o-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
  background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.1));
*/
	text-shadow: 0 0px 0px rgba(0,0,0,0.0);
	color: #000;
}
