@charset "shift_jis";
@import "system.css";
@import "yuicustom.css";

div#background {
	background-color	: #000000; 
	position			: fixed; 
	top 				: 0px; 
	left				: 0px; 
	width				: 100%;
	height				: 100%;
	visibility			: hidden; 
	filter				: alpha(opacity=30); 
	-moz-opacity		: 0.30; 
	opacity				: 0.30;
}


