html,body {
/*	height: 100%;*/
}


* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 50000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position:relative;
	width:864px;
	margin:120px auto 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	z-index: 60000;
}

.pop_contents{
	color: #eeeeee;
	padding: 10px;
	background-color: #000000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.pop_text{
	min-height: 100px;
	font-size: 120%;
}
.pop_contents img{
	width:100%;
	min-width:640px;
}
.pop_text a:link,
.pop_text a:visited,
.pop_text a:hover
{
	color: #ffff00;
}

.pop_contents img{
	/*border: solid 3px #000000;
	max-width: 100%;*/
}

.btn_close{
	margin: 2% auto 0 auto;
}
