@charset "UTF-8";


/*
overlay
--------------------------------------------------------------------------------\*/

    #overlay_area{
		}
    #overlay{
        width: 100%;
        height:100%;
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 99999;
		background: url(../../common/images/overlay_bg.png) repeat;
		cursor: pointer;
		display:table;
		}
 
    #overlay_cont{
		display:table-cell;
        color: #eee;
        vertical-align: middle;
		text-align:center;
        font-weight: bold;
		margin:0 auto;
    }
 
    #overlay_close{
		width:1000px;
		text-align:right;
		height:60px;
		margin:0 auto;
    } 
    #overlay_img{
		width:1000px;
		text-align:center;
		margin:0 auto;
    }