@charset "utf-8";
/* CSS Document */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*-------- img hover ---------*/

img{
border: none;
}
a:hover img {
	FILTER: alpha(opacity=80);
	opacity: 0.8;
}

/*----------------------------*/

a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active {
	color:#0000FF;
	text-decoration: none;
}

/*----------------------------*/

ul {
	list-style:none;
}
