@charset "utf-8";
/* Y-GSA pulldown.css */

ul.pulldown
	{
	width: 768px;
	display: table;
	}
li.listBtnH {
	width: 61px;
	margin: 0 0 0 10px;
	height: 27px;
	display: table-cell;	
}
li.listBtnH a {
	position: absolute;
	text-indent: -100em;
	overflow: hidden;
	width: 61px;
	height: 27px;	
	background: transparent url(/images/index/btn_h_list.gif) no-repeat 0 0;	
}
ul.pulldown li.item-hover a {
	background-position: -61px 0px;
	background-color: #fcf7ee;	
}
li.listBtnH ul {
	display:none;
}
ul.pulldown li.item-hover {
	position:relative;
	background: #fcf7ee;
	z-index: 3;	
}
ul.pulldown li.item-hover ul {
	position: absolute;
	width: 270px;
	display: block;
	top: 100%;
	left: 0px;
	z-index: 3;
}
li.listBtnH ul li {
	width: 200px;
	height: 36px;
}
li.listBtnH ul li a {
	width: 200px;
	height: 36px;
	border-top: none;
	background: #fcf7ee;
}
li#plDwn_topics a {
	background: transparent url(/images/index/pdn_topics.gif) no-repeat 0 0;
}
li#plDwn_yamamoto a {
	background: transparent url(/images/index/pdn_yamamoto.gif) no-repeat 0 0;
}
li#plDwn_kitayama a {
	background: transparent url(/images/index/pdn_kitayama.gif) no-repeat 0 0;
}
li#plDwn_iida a {
	background: transparent url(/images/index/pdn_iida.gif) no-repeat 0 0;
}
li#plDwn_kojima a {
	background: transparent url(/images/index/pdn_kojima.gif) no-repeat 0 0;
}
li#plDwn_nishizawa a {
	background: transparent url(/images/index/pdn_nishizawa.gif) no-repeat 0 0;
}
li#plDwn_yamamoto a:hover,
li#plDwn_topics a:hover,
li#plDwn_kojima a:hover,
li#plDwn_kitayama a:hover,
li#plDwn_iida a:hover,
li#plDwn_nishizawa a:hover {
	background-position: -200px 0px;
}
