@charset "utf-8";
body {
	background-color:#FEF3CD;

}
#nlayout {
	margin: 10px 2px;
	background-color: #FEF3CD;
}
#nlayout h2 {
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#nlayout #naddtime {
	display: block;
	text-align: center;
	height:25px;
	line-height: 25px;
}
#nlayout #ninfo {
	padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
	display: block;
}

