@charset "utf-8";
/* CSS Document */

#layer {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: auto auto;
	background-color: #666666;
	opacity: 0.98;
	filter: Alpha(Opacity=98);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	z-index: 1000;
}
#notice {
	width: 700px;
	height: 300px;
	background-color: #FFF;
	border: solid #000 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 30px;
}
.notice_text {
	width: 650px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 2.2em;
	
}
.notice_img {
	margin-left: 733px;
	margin-top: -150px;	
}

