.copyright {
	font-size: 80%;
}
.title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 150%;
}
.login-box {
	border: thin solid #666666;
}
.field-title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bolder;
}
.error-box {
	border: thin solid #666666;
}
.page-title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #666666;

}
.error-msg {
	font-size: 14pt;
	line-height: 1.5em;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	color: #ff0000;
}
.menu-title {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 120%;
	font-weight: bold;
}
.menu-items {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 120%;
	line-height: 2em;
}
.menu-box {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.agent-name {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 14pt;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.prog-title {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 150%;
	font-weight: bold;
	color: #666666;
	line-height: 1.5em;
}
.query-conditions-box {
	border: thin solid #666666;
}
.conditions {
	font-size: 18px;
	font-weight: bold;
}

.query-result-table {
	font-size: 12px;
}

.entry-field {
	width: 50px;
	text-align: right;
	height: 25px;
}

.entry-field-error {
	width: 50px;
	text-align: right;
	height: 25px;
	background-color: #FF0000;
}

.note {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	border: medium solid #FF0000;
	margin: 5px;
	padding: 5px;
	width: 600px;

}

.header-box {
	border: thin solid #666666;
	font-size: 12px;
}

.detail-box {
	border: thin solid #666666;
	font-size: 12px;
}

.detail-header {
	background-color: #6699cc;
	font-weight: bold;
	color: #FFFFFF;
}

.detail-header2 {
	background-color: #6699CC;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}

.detail-row-odd {
	background-color: #FFFFFF;
	height: 30px;
}

.detail-row-even {
	background-color: #F8F8F8;
	height: 30px;
}

.detail-row-odd2 {
	background-color: #FFFFFF;
	height: 30px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}

.detail-row-even2 {
	background-color: #F8F8F8;
	height: 30px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}

.detail-entry-row-odd {
	background-color: #FFCC66;
	height: 30px;
}

.detail-entry-row-even {
	background-color: #F8C55F;
	height: 30px;
}

.caption {
	font-size: 14px;	
	font-weight: bold;
}

.login-title {
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
}
