#pop_container {
	z-index: 120;
	width: 330px;
	/*display: none;*/
	position: absolute; 
	left: 400px;
	padding-top: 10px;

	z-index: 255;
}
#pop_scroll {
	z-index: 100;
	width: 400px;
	position: relative;
	height: 140px;

}

#popup {
	z-index: 100;
	position: fixed; 
	right: -64px; 
	bottom: 0px;
	overflow: hidden;
	width: 400px;
	height: 140px;

}

#pop_up {
	height: 26px;
	background-image: url("/www/01/img_pop/up.png");
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat;

	padding: 3px 0 0 9px;
	
}

#pop_middle {
	background-image: url("/www/01/img_pop/middle.png");
	background-repeat: repeat-y;
	position: relative;

	padding: 10px 20px 10px 10px;
}

#pop_down {
	background-image: url("/www/01/img_pop/down.png");
	height: 25px;
	background-repeat: no-repeat;
}

#pad {
	text-align: center;
	padding-top: 5px;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#popup h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 26px;
	margin: 0px ! important;
	padding: 0px ! important;
	position: relative;
	top: 9px;
	left: 9px;
	overflow: hidden;

	background-image: none;
	line-height: 19px;
}

div#popup .info {
	padding-top: 3px;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0;
	padding-left: 34px;
}

div#popup .ico {
	margin: 3px 0 0 6px;

}

#info {
	display: block;
	overflow: hidden;
}

.info a {
	color: #fff ! important;
}
.info a:hover {
	text-decoration: underline;
}

.date {
	margin: 0px;
	font-size: 7pt;
	color: #a9a9a9;
	padding-left: 34px;
	padding-top: 3px;
}

.close {
	position: absolute;
	top: 7px;
	left: 284px;

	z-index: 255;

	background-image: url('/www/01/img_pop/close.png'); 

	width: 41px;
	height: 41px;
}