@charset "utf-8";
/* CSS Document */
#imgHover {
	float: right;
}
#imgHover img {
	border: none;
	margin-bottom: 20px;
}
	
#imgHover a {
	display: block;
}
				
#imgHover a:hover {
	position: relative;
}

#imgHover a .mainImage {
	display: none;
}
					
#imgHover a:hover .mainImage {
	display: block;
	position: absolute;
	top: 0;
	left: -40px;
}
#img_r {
	float: right;
}
.haikei {
	background-image: url(shunkan-img/kyoutu2.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
}
