@charset "utf-8";
/* CSS Document */

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

.layer_board_area	{
	padding:10px;}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 9999999999;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	
	text-align: center;
	z-index: 99999999999;
	
	width: 900px;
	height: 340px;
	margin: 190px 0px 0px -450px;
	padding:20px;
	background: #FFF;
}

.notes {
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
	border: 2px solid #c00;
	padding: 20px;
	line-height: 1.4}
.notes p:first-child { margin-bottom: 20px;}