@charset "Shift_JIS";
ul.menu li{
	float: left;
	width: 200px;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	position: relative;
	background-image: url(btn.png);
}
ul.menu li a{
	display: block;
	width : 1030px;
	height: 100%;
	line-height: 48px;
	text-indent: 26px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	position: relative;
}
ul.menu li a:hover{
	background-color: transparent;
	background-image : url("btn_over 200px.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	width: 200px;
}
ul.menu li ul.sub{
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
}
ul.sub li{
  float: none;
}
ul.sub li ul.sub{
  position: absolute;
  left: 170px;
  top: 0;
}
ul.menu{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: small;
  zoom: 1;
}
ul.menu::after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
