/* スタイルシート */
body {
	font-size:			10pt;
	font-family	:		"ＭＳ ゴシック",
						"Osaka−等幅";
	background-color: 	#FFFFFF;
}

/* テーブル */
.clsTbl {
	border-collapse:collapse;
	border-style:solid;
	border-color:#808080;
	word-wrap: break-word;
	text-align: center;
}
.tdLabel {
	background-color:#F0EDDC;
	border-color:#808080;
	text-align: right;
	height: 30;
}
.tdListLabel {
	background-color:#F0EDDC;
	border-color:#808080;
	font-weight: bold;
	text-align: center;
	height: 20;
}
.tdFont {
	font-weight: bold;
	text-align: right;
}
.tdColumnL {
	border-color:#808080;
	text-align: left;
	height: 20;
}
.tdColumnC {
	border-color:#808080;
	text-align: center;
	height: 20;
}
.tdColumnR {
	border-color:#808080;
	text-align: right;
	height: 20;
}

/* 左入力形式 */
/* 入力モード自動 */
.i-aul { text-align:left;ime-mode: auto; }
/* 日本語入力モード（変更可能） */
.i-acl { text-align:left;ime-mode: active; }
/* 英数字入力モード（変更不可） */
.i-dil { text-align:left;ime-mode: disabled; }
/* 英数字入力モード（変更可能） */
.i-inl { text-align:left;ime-mode: inactive; }

/* 右入力形式 */
/* 入力モード自動 */
.i-aur { text-align:right;ime-mode: auto; }
/* 日本語入力モード（変更可能） */
.i-acr { text-align:right;ime-mode: active; }
/* 英数字入力モード（変更不可） */
.i-dir { text-align:right;ime-mode: disabled; }
/* 英数字入力モード（変更可能） */
.i-inr { text-align:right;ime-mode: inactive; }

.titleLogin {
	height: 70px;
	width: 300px;
}

.imageLogin {
	height: 150px;
	width: 350px;
}

.imageHead {
	height: 50px;
	width: 180px;
}

.imageLine {
	height: 3px;
	width: 750px;
}

.buttonCls {
	height: 25px;
	width: 100px;
	font-size: 16px;
}

.labelCls {
	color: #5F26C5;
	font-weight: bold;
	text-align: right;
}

.errorMsg {
	color: red;
	font-size: 16px;
}

.infoMsg {
	color: blue;
	font-size: 16px;
}

.Msg {
	color: blue;
}

.prdInfo {
	color: blue;
	font-size: 16px;
	font-weight: bold;
}

.tableLabel {
	font-size: 13px;
	font-weight: bold;
}

.radioLabel {
	font-size: 13px;
}

.comment {
	color: blue;
	font-size: 16px;
}
