@charset "Shift_JIS";

#navi1 {}
#navi1 div {
	width:405px;
	height:350px;
	overflow: hidden;
	position: relative;
	padding-bottom:10px;
}
#navi1 div img { top: 0; left: 0; position: absolute; }
#navi1 ul {
	width:100px;
	padding-left:180px;
}
#navi1 ul li { width: 22px; float: left; display: black; margin-right:6px; }
#navi1 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1.0!important;
}
/* ClearFixElements */
#navi1 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#navi1 ul {
	display: inline-block;
	overflow: hidden;
}
