@charset "Shift_JIS";

#menu-sample{
	/*リスト全体*/
	position: absolute;
	top: 0px;
	left : -20px;
	width : 897px;
	height: 42px;
	background-color : white;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu-sample ul{
	 /*リスト全体*/
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-sample li{
	 /*リストの1段目*/
  float: left;
  min-width : 175px;
  white-space: nowrap;
}

#menu-sample ul ul{
	 /*2段目以降*/
  display: none;
  position: absolute;
  z-index: 10;
}

#menu-sample li li{
	 /*2段目以降のリスト項目*/
  clear: left;
  position:relative;
  width: 100%;
}

#menu-sample ul ul ul{
	 /*3段目以降*/
  top: 0;
 left: 100%;
}

#menu-sample ul li:hover > ul{
  display: block;
}

* +html #menu-sample ul ul a{
	 /*IE用*/
width: 72px; /*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
white-space: normal; /*幅に応じて改行*/
}

#menu-sample li{
  margin-left: 2px;
}

#menu-sample a{
	/*1段目以降のメニュー文字*/
	font-size: 16px;
	font-weight: 400;
	line-height : 38px;
	color : #333333;
	text-decoration: none;
	text-align: center;/*1段目は文字を中央合わせに*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/* background-color: gray; */
	background-image : url(top_img/botan21_ss.jpg);
	display: block;
  background-repeat : no-repeat;
}

#menu-sample a:hover{
  color: #ffffff;
  /* background-color: #775555; */
	background-image : url(top_img/botan_ss.jpg);
}

#menu-sample ul ul{
  padding-top: 1px;/*2段目を少し下げた*/
}

#menu-sample ul ul ul{
	 /*3段目以降*/
  padding-top: 0; /*2段目のパディング2pxを元に戻す*/
}

#menu-sample li li{
  margin-left: 0; /*liのmargin-left: 3pxを元に戻す*/
}

#menu-sample ul ul a{
	/*2段目以降のメニュー文字*/
	font-size: 15px;
	line-height: 1.3;
	text-align: left;/*2段目以降は左寄せにもどす*/
	border-width: 1px;
	border-style: solid;
	border-color: teal;
	background-color: #462424;
}
