div#egbNotice {
	margin: 10px auto 20px auto;
	width: 600px;
	border: 1px #9cc3ed solid;
	background: #f9fcff;
}
div#egbNotice p {
	margin: 0;
	padding: 5px;
}
div#egbNotice p.title {
	border-bottom: 1px #9cc3ed solid;
	background: #e2f0ff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
div#egbNotice p.content {
	display: none;
}