/* popupzone */
/* ÆË¾÷Á¸ ½ºÅ¸ÀÏ css */
/*
#popup_zone{
	display:none;
	width:200px;
	height:185px;	
	position:absolute;
	top:370px;
	left:603px;	
	background: url(/images/popup/popupzone_bg_01.gif) no-repeat;		
}	
*/

#popup_zone ol{
float:right;
list-style-type:none;
margin:-4px 0 0;
padding:0 7px 0 0;
}

#popup_zone_area{
	width:200px;
	height:170px;	
}

#popup_zone ol li{
	float:left;	
}


#popup_zone ol li a {
	line-height: 1.2;
} 


.popup_bottom_button {
    text-align: center;
	width:200px;
	height: 26px;
	padding-top: 3px;
    background: url(/images/popup/popupzone_btm_bg.gif) no-repeat;
}

/* °øÅë ÆË¾÷ ½ºÅ¸ÀÏ */
.sub_popup_zone{
	display:none;
	top: 0px;
	left:0px;
	position:absolute;
	z-index:2;
	width:200px;	
}	
.popup_num{
	z-index:3;
	position:relative;
	overflow:hidden;
	height:13px;
	width:15px;
}



