@CHARSET "Shift_JIS" ;

#msgArea {
	width: 760px;
	float: none;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#subMsgArea {
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	display:inline;
}

/* 2007/11/22 UPEX-159 START 子画面のエラーの外枠を消す */
#subMsgArea div {
	border-width: 0px !important;
}
/* 2007/11/22 UPEX-159 END */

#htmlActionErrorMsg {
	color: #FF0000
}

#htmlErrorMessage {
	color: #FF0000;
	font-size:12px;
}

.dataTable {
}

.dataTable TH {

}

.dataTable TR {
}

.dataTable TD {
}

.dataTable_header TH {
}

.dataTable_header TR {
}

.dataTable_footer_panel {
}

.dataTable_footer_panel TD {
	border: none;
}

/* ::::::::::: エラーメッセージ表示の為のスタイル  ::::::::::: */
span.info2 {
    padding: 6px;
    border: 2px solid orange;
    text-align: center;
}
div.info2 {
    padding: 6px;
    border: 2px solid orange;
    text-align: center;
}

span.err_cmt {
    color: blue;
    font-size: 11pt;
    text-align: left;
    padding-left: 2em;
}



/* ::::::::::: エラーメッセージ表示の為のスタイル  ::::::::::: */
.otherErr {
font-size: 12px;
BORDER-RIGHT: #000000 5px double;
PADDING-RIGHT: 5px;
BORDER-TOP: #000000 5px double;
DISPLAY: none;
PADDING-LEFT: 5px;
PADDING-BOTTOM: 5px;
OVERFLOW: hidden;
BORDER-LEFT: #000000 5px double;
PADDING-TOP: 5px;
BORDER-BOTTOM: #000000 5px double;
POSITION: absolute;
}