/* マウスオーバー時に透過させる */
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}