@charset "utf-8";
#himegoto-content {
	position: absolute;
	z-index: 999;
	overflow: scroll;
	padding: 20px;
	max-width: 400px;
	max-height: 400px;
	border: 5px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}