@charset "UTF-8";
/* CSS Document */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	
}
div#modal {
	z-index: 9000;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}
div#modal div.m_container {
	position: relative;
	width: 910px;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc; /*CSS3*/
	-moz-box-shadow: 0px 0px 5px #ccc; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 5px #ccc; /* Google Chrome, Safari用*/
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom:50px;
}



<!--[if IE]>

.frame {left:4px; top:4px;}
.shadow {background:#000; margin:-4px -4px; filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.60');}

<![endif]-->