@charset "utf-8";
/* CSS Document */

.lbContent {
	display: block;
	width: 658px;
	height: 230px;
	background: url(../images/lb_bg01.png) no-repeat top left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -329px;
	margin-top : -215px;
	z-index: 1101;
}
.lbContImg {
	display: block;
	float: left;
	margin: 28px 20px 0 28px;
}
.lbContTxt {
	display: block;
	width: 275px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lbContTxt h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0;
}
.lbContTxt p {
	font-size: 11px;
	color: #000000;
	margin: 0;
}
.lbContClose {
	position: absolute;
	right: -4px;
	top: -6px;
}
.lbContClose img {
	border: none;
}

.lbBack {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	height: 100%;
	-moz-opacity: .50; 
	filter: alpha(opacity=50); 
	opacity: .50;
}


