h1, .notice {
	text-align: center;
	border: 2px solid black;
}

h2 {
	clear: both;
}

h2, #notice {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
}

p.notice {
	border: 2px solid black;
	float: right;
	width: 10%;
}

#notice .notice {
	text-decoration: underline;
}
