@charset "utf-8";


/*		CSSロールオーバー
------------------------------*/
a:hover img.hovercss {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

/*		.clearfix
------------------------------*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}