/*
Theme Name:sydney-child
Template:sydney
*/

@import url('../sydney/style.css');
/* 画像にマウスが乗ると光る */
a:hover img{
opacity:1.0;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}