@charset "utf-8";

div#ClefBanner img {
	border: none;
	margin: 2px;
	_margin: 1px;
}

div#ClefBanner {
	position: fixed!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
}

div#clef_bn_container {
	margin: 10% auto;
	width: 820px;
	height:auto;
	background: url(../img/banner/box_cont.jpg) repeat-y center top;
}

div#clef_bn_banner_list {
	padding: 130px 0 0 20px;
	_padding: 130px 0 0 16px;
	width: 800px;
	_width: 804px;
	height: auto;
	
	background: url(../img/banner/box_header.jpg) no-repeat center top;
	overflow: hidden;
}

div#clef_bn_banner_list p.bnbox {
	padding: 0 2px 0 2px;
	width: 190px;
	height: 80px;
	font-size: 11px;
	text-align: right;
	float: left;
}

div#clef_bn_container a#clef_bn_close {
	width: 820px;
	height: 40px;
	background: url(../img/banner/box_footer.jpg) no-repeat center top;
	text-align: center;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	clear: both;
}

.pointer {
	cursor: pointer;
}