/* charset */
@charset "shift_jis";

#base_window {
	position:	absolute;
	z-index:	99;

	margin:		0px;
	padding:	0px;

	top:		0px;
	left:		0px;

	width:		100%;
	height:		100%;

	background-color: #555555;

	filter:alpha(opacity=50);
	opacity:0.5;
}

#image_box {
	position:	absolute;
	z-index:	100;

	background-color:	#EEEEEE;
	border:		2px solid #DDDDDD;

	padding:	10px;
}
