@charset "utf-8";
/* CSS Document */

#popup {
position:absolute;
z-index:69000;
width:100%;
display:none;
}

p.popup_title_p{
float:left;
padding-top:7px;
padding-left:25px;
}

.popupMI{
display:none;
}



.BasPopup{
width:480px;
height:11px;
background:url(../images/site/popup/pop-up-bas.png) 0px 0px no-repeat;
}

#Overlay{
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.6;
}
