@charset "utf-8";
/* CSS Document */

body section{
	font-size:110%;
}
.fontsize-m a 	{opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */}
.fontsize-l a 	{opacity: 0.25;
	filter: alpha(opacity=25);
	-ms-filter: "alpha(opacity=25)";
	zoom: 1;/* IE で filter を使うときには zoom:1; を指定する */}
