@charset "shift_jis";
/* CSS Document */
#fisheye{
	margin-top:0px;
}
.fisheye{
	text-align: center;
	height: 55px;
	position: relative;
}
a.fisheyeItem{
	text-align: center;
	color: #5A7F00;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	width: 50px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span{
	display: none;
	positon: absolute;
}
.fisheyeContainter{
	height: 50px;
	width: 575px;
	position: absolute;
}

body {
	margin: 0px;
}

