@charset "shift-jis";
/* CSS Document */

ul#navi ul{
	display:none;
	position:absolute;
	top:40px;
	left:0;
	width:137px;
	z-index:1030;
	background:url(../images/navi/down_bg.jpg) repeat-x;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	z-index:9999 !important;
}

ul#navi ul li{
	float:none;
	font-size:10px;
	line-height:14px;
	padding:12px 10px 12px 10px;
	height:auto;
	margin:0;
	background:url(../images/navi/line.gif) center bottom no-repeat;
	position:static;
	z-index:10000 !important;
}

ul#navi ul li.bottom{
	background:url(../images/navi/line_bottom.jpg) center bottom no-repeat;
}

ul#navi ul li a{
	background:url(../images/navi/down_arrow.jpg) left no-repeat;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	display:block;
}

ul#navi ul li a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#333;
	display:block;
}
