/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
#cageAlertWindow {
	top: 1000px;
	left: 0px;
	width: 257px;
	height: 80px;

	background-image: url('/template/images/alertwin_back.gif');
	background-repeat: no-repeat;

	z-index: 1000;
	position: absolute;
	display: none;
}

#cageAlertWindowHeader {
	width: 257px;
	height: 15px;
	padding: 2px;
	font-size: 12px;
}

#cageAlertWindowFooter {
	width: 257px;
	height: 30px;
	padding: 2px;

	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #CB923D;
}

#cageAlertWindowMain {
	width: 257px;
	height: 35px;
	padding: 4px;

	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #7A7262;
}

#cageAlertWindowMes {
}

.ACOutButton {
	width: 50px;
}

/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
#ACitemWindow_clone {
	display: none;
}
#souryouBorderNavi {
	display: none;
}
#cageAlertWindowCloseButton {
	cursor: pointer;
}


/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
#AUPnoPostagePanel {
	display: none;
}
#AUPnoPostagePanelUse {
	display: none;
}
#AUPnoPostagePanelOpen {
	display: none;
}

