@charset "utf-8";

/* 縮尺バー用 */
div.olControlScaleLine {
	background-color:#ffffff;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	bottom:32px;
}

div.olControlAttribution {
	font-size:12px;
	line-height:12px;
	bottom:5px;
}