#pad {
	height: 120px;
}

#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 40px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
	float: left;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #cdeae0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0 20px 0 20px;
	border-right: 1px solid #278960;
}

#menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#menu li a:hover {
	z-index: 200;
	position: relative;
	color: #fff;
}
#menu li:hover {
	position: relative;
	z-index: 200;
}
 /****** 子がない親のホバー背景色 ******/
#menu li:hover > a {
	 color: #fff;
}
 /****** 子がある親のホバー背景色 ******/
#menu li:hover > a.sub {
	color: #fff;
}

/****** current ******/

#menu li.current a {  /****** 表示ページの親の背景色 ******/
	color: #fff;
	background: #253a25;
}

#menu li a.sub { /****** 子がある親の背景色 ******/
	background: url(../images/down-arrow.gif) no-repeat right center;
	padding-right:25px;
}

#menu li.current a.sub {
	color: #fff;
	background: #253a25 url(../images/down-arrow.gif) no-repeat right center;
}

#menu :hover ul {
	left: 0;
	top: 40px;
	width: 170px;
	background: #8d968d;
}

/****** keep the 'next' level invisible by placing it off screen. ******/

#menu ul, #menu :hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu :hover ul :hover ul {
	left: 171px; /****** 孫の左位置 ******/
	top: -1px;
	background: #8d968d;
	white-space: nowrap;
	width: 100px;
	z-index: 200;
	height: auto;
}

/****** IE6対策 ******/
*html #menu :hover ul :hover ul {
	left: 170px;
}

/****** 子孫の上部ライン ******/
#menu :hover ul li {
	margin: 0;
	border-top: 1px solid #2c8a6d;
}
#menu :hover ul li a {
	width: 170px; /* 子の横幅と孫なし子の背景色 */
	padding: 0;
	text-indent: 10px;
	background: #253a25;
	color: #ecf8f3;
	height: 30px;
	line-height: 30px;
	font-weight:normal;
}
#menu :hover ul li a.fly { /****** 孫あり子の背景色 ******/
	 background: #253a25 url(../images/right-arrow.gif) no-repeat right center;
}

#menu :hover ul :hover { /****** 孫がない子のホバー背景色 ******/
	background-color: #8d968d;
	color: #fff;
}
#menu :hover ul :hover a.fly { /****** 孫がある子のホバー背景色 ******/
	background-color: #8d968d;
	background: url(../images/right-arrow.gif) no-repeat right;
	color: #fff;
}

/****** .currentsub ******/

#menu :hover ul li.currentsub a {
	background: #253a25;
	color: #fff;
}
#menu :hover ul li.currentsub a.fly {
	background: #8d968d url(images/right-arrow.gif) no-repeat right center;
	color: #fff;
}

#menu :hover ul :hover ul li a {
	width: 170px; /****** 孫の横幅 ******/
	padding: 0;
	text-indent: 10px;
	background: #253a25;
	color: #ecf8f3;
}
#menu :hover ul :hover ul :hover {
	background-color: #8d968d;
	color: #fff;
}

/****** currentfly ******/

#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background: #8d968d;
	color: #fff;
}

/****** 検索ボックス ******/
#search {
	float: right;
	color: #fff;
	height:40px;
	line-height:40px;
	padding-right:15px;
}
input.searchbox , textarea.searchbox {
	background-color: #f9f9f9; /* 背景色 */
	border: 1px solid #dedede; /* 枠線色 */
	font-size: 11px;
	padding:2px;
}
.kensaku {
	padding-right:3px;
}

/****** ヘッダ：ロゴとサブメニューのブロック↓ ******/
#header_top {
	left: 0;
	top: 0;
}
#header_logo {
	float: left;
	left: 0;
	top: 0;
	width:139px;
	margin: 0;
}
#header_logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px  !important;
	height /**/: 94px;
	padding-top: 94px;
	background: url(../images/header_logo.jpg) left top no-repeat;
}
#sub_menu {
	width: 392px; 
	height: 34px; 
	line-height: 34px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#sub_menu li {
	float: left;
}

#sub_menu li a {
	display: block;
	float: left;
	padding: 0 0px 0 26px;
	margin: 0;
	color: #cdeae0;
	text-decoration: none;
	font-size: 11px;
	_font-size: x-small;
	font-weight: normal;
}
#sub_menu li a:hover {
	position: relative;
	color: #fff;
}
#sub_menu li:hover {
	position: relative;
}
/****** ヘッダ：ロゴとサブメニューのブロック↑ ******/


