@charset "utf-8";
/* CSS Document */

.gazo{
width:200px;
padding:0px;
background-color:#eee;
border:1px #999 solid;
}


.gazo:hover{
border:1px #67B0D1 solid;




opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=50);	/* IE lt 8 */  
-ms-filter: "alpha(opacity=50)"; /* IE 8 */   


-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;


}








/*
.gazo2{
width:200px;
padding:20px;
background-color:#eee;
border-top:1px #666 solid;
border-left:1px #666 solid;
}
.gazo2:hover{
background-color:#ddd;
}




/*

a:hover img {
opacity: 0.8;
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=50);	/* IE lt 8 */  /*
-ms-filter: "alpha(opacity=50)"; /* IE 8 */   /*
}


a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}


*/