/* マウスオーバ時のアルファ値変更 */

a:hover img,
.page-top a:hover img,
.icon a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.page-logo a:hover img,
.thumbs li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


