@charset "utf-8";
#contentsBox {
	color: #000000;
	background: #FFFFFF;
	width: 100%;
}
#NoticeBox {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #FF0000;
	padding: 6px;
}
#NoticeBox .underline {
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	line-height: 160%;
	font-weight: bold;
}
#NoticeBox p {
	line-height: 140%;
}
