@charset "utf-8";
/* CSS Document */
body,td,th {
	line-height: 25px;
	font-size: 12px;
}

.LoginText {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.TitleMenu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	width: 790px;
	text-indent: 10px;
}
.TitleAdmin {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	width: 790px;
	text-indent: 10px;
}
.TitleUser {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	width: 790px;
	text-indent: 10px;
}
.attentionText {
	font-size: 14px;
	color: #FF0000;
}
.del-box {
	border-width: 1px;
	border-style: solid;
	border-color: #FF0004;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.notes {
	color: #7A7A7A;
	font-size: small;
}
