@charset "utf-8";
.PageOutline {
	border: 1px solid #5A8A96;
}
.MenuBox {
	background-color: #FFFF99;
	border: 1px solid #FDF835;
}
.TableDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FDF835;
}
.MenuBoxBlue {
	background-color: #DEE9EB;
	border: 1px solid #6F9CA8;
}
.TableDottedBlue {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F9CA8;
}
.PageFooterBox {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6F9CA8;
}
