
/************* サイドメニューマウスオーバー処理 *******************/
#flyout ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	/*width:160px;*/
	height:auto; 
	/*background: url(trans.gif); */
	position:absolute; 
	left:-9999px; top:0;
}

#flyout li {
	float:left; 
	/*margin-bottom:1px;*/
	margin-left:10px;
	list-style:none;
	width:190px; 
	border-bottom: 1px solid white;
}

#flyout li a {
	display:block; 
	float:left; 
	/*width:160px;   */
	/*height:30px; */
	/*background:#888;*/
	color:#000;  
	line-height:25px;
	font-family:arial, sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	width:190px;
	text-indent:0px;
}

#flyout li:hover {
	position:relative;
}

#flyout li a:hover {
	position:relative; 

	background-color:#e60;
	color:#fff;

}

#flyout li:hover > a {

	background-color:#e60; 
	color:#fff;

}

#flyout ul li {
	width:200px; 
	margin-left:0px;
	border-bottom: 1px solid white;

}

#flyout ul li a {

	text-indent:15px;
	background:#eae7de;
	width:200px;

}

#flyout li a.fly {
/*
	list-style-image: url("images/arrow1.png");
	background:#eae7de url(./images/cmn/menu_arrow.gif) no-repeat right center;
*/
	text-indent:15px;
	background:#eae7de url(./images/arrow1.png) left 9px no-repeat;

}

#flyout ul li a.fly {
/*
	list-style-image: url("images/arrow1.png");
	background:#eae7de url(./images/cmn/menu_arrow.gif) no-repeat right center;
*/
	background:#eae7de;

}

#flyout ul li:hover > a.fly {
/*
	background:#e60 url(./images/cmn/menu_bg2_hover.gif) no-repeat right center; 
	background:#e60 url(./images/cmn/arrow1.png) no-repeat left center; 
*/
	color:#fff;

}

#flyout ul ul li a {

	background:#ccc9bd;

}

/*
#flyout ul ul li a.fly {
	background:#ccc9bd url(./images/cmn/menu_arrow.gif) no-repeat right center;
	background:#ccc9bd url(./images/cmn/arrow1.png) no-repeat left center;

}
*/


#flyout :hover ul {

	left:150px;

}

/*
#flyout :hover ul :hover ul {

	left:190px;

}
*/

/*
#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {
	left:-9999px;
}

*/

#flyout li:hover > a {
/*
	background:#e60 url(./images/cmn/menu_bg_hover.gif) no-repeat right center; 
*/
	text-indent:15px;
	background:#e60 url(./images/cmn/arrow1.png) left 9px no-repeat;
	color:#fff;

}

#flyout ul li:hover > a {
	background:#e60; color:#fff;

}

/*
#flyout ul ul li:hover > a {

	background-color:#e60; color:#fff;

}

*/
