body
{
	font-size: 12px;
	background-color: #FAFFFF;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="file"],
textarea,
button,
select
{
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
}

hr
{
	color: #d3d3d3;
}

a
{
	display: block;
}

a:link
{
	display: block;
	color: Blue;
}

a:visited
{
	display: block;
	color: Blue;
}

table
{
	border-collapse: collapse;
}

tr.panel
{
	height: 24px;
}

td.panel
{
	border: 1px solid Gray;
	padding: 0;
	white-space: nowrap;
}

.FloatLeft
{
	float: left !important;
}

.TblFormFixed
{
	table-layout: fixed;
}

td.panel > span[style*="width"]
{
	display: inline-block;
	vertical-align: middle;
}

#tblMenu td,
#tblFunction1 td,
#tblFunction2 td
{
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#tblMenu,
#tblMenu table table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#tblMenu table table
{
	display: table;
}

#tblMenu td
{
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

td.decided
{
	border: 1px solid Gray;
	background-color: LightGreen;
	padding: 0;
	white-space: nowrap;
}

tr.decided
{
	height: 24px;
	background-color: LightGreen;
}

.Grd
{
	background-color: White;
}

.GrdAltItem
{
	background-color: lightcyan;
}

.GrdLeft
{
	border: 1px solid Gray;
	font-size: 12px;
	text-align: left;
}

.GrdCenter
{
	border: 1px solid Gray;
	font-size: 12px;
	text-align: center;
}

.GrdRight
{
	border: 1px solid Gray;
	font-size: 12px;
	text-align: right;
}

.OverFlowAuto
{
	overflow:auto;
}

.LblCenter
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	border-left: thin groove;
	background-color: RoyalBlue;
	color: White;
	border-bottom: thin groove;
	font-family: MS UI Gothic;
	text-align: center;
}

.LblLeft
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	border-left: thin groove;
	background-color: RoyalBlue;
	color: White;
	border-bottom: thin groove;
	font-family: MS UI Gothic;
	text-indent: 4px;
}

.LblRight
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	border-left: thin groove;
	background-color: RoyalBlue;
	color: White;
	border-bottom: thin groove;
	font-family: MS UI Gothic;
	text-align: right;
}

.LblWhiteLeft
{
	font-family: MS UI Gothic;
	font-size: 12px;
	text-align: left;
}

.LblWhiteCenter
{
	font-family: MS UI Gothic;
	font-size: 12px;
	text-align: center;
}

.LblWhiteRight
{
	font-family: MS UI Gothic;
	font-size: 12px;
	text-align: right;
}

.LblMask
{
	background-color :White;
}

.LblStatus
{
	font-family: MS UI Gothic;
	font-size: 16px;
	font-weight: bolder;
	color: crimson;
	background-color: Transparent;
	text-align:center;
	border-style: double;
	border-color: crimson;
	border-width: 2px;
	vertical-align: middle;
}

.TxtView
{
	font-family: MS UI Gothic;
	font-size: 12px;
	border: none;
	background-color: LightSteelBlue;
}

.TxtWhite
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border: none;
	font-size: 12px;
}

.TxtWhiteRight
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border: none;
	font-size: 12px;
	text-align: right;
}

.TxtWhiteCenter
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border: none;
	font-size: 12px;
	text-align: center;
}

.TxtWhiteMsg
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border-style: solid;
	border-width: 1px;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
	font-size: 12px;
}

.TxtEmphasis
{
	font-family: MS UI Gothic;
	font-size: 12px;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
	background-color: LemonChiffon;
	text-align: right;
}

.TxtGridRight
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border-right: none;
	border-top: none;
	border-left: solid 1px LightGrey;
	border-bottom: none;
	font-size: 12px;
}

.TxtGridBottom
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border-right: none;
	border-top: solid 1px LightGrey;
	border-left: none;
	border-bottom: none;
	font-size: 12px;
}

.TxtGridBottomRight
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border-right: none;
	border-top: solid 1px LightGrey;
	border-left: solid 1px LightGrey;
	border-bottom: none;
	font-size: 12px;
}

.TxtGridLeft
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border-left: none;
	border-top: none;
	border-right: solid 1px LightGrey;
	border-bottom: none;
	font-size: 12px;
}

.TxtGridTop
{
	font-family: MS UI Gothic;
	background-color: Transparent;
	border-right: none;
	border-bottom: solid 1px LightGrey;
	border-left: none;
	border-top: none;
	font-size: 12px;
}

.Ddl
{
	font-size: 12px;
}

.Chk
{
	font-size: 12px;
}

.Rdo
{
	font-family: MS UI Gothic;
	font-size: 12px;
}

.Opt
{
	font-size: 12px;
}

.ImgBtnNextRec
{
	font-weight: bold;
	color: #dddddd;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	background-color: #50AAC8;
	border-style: outset;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.ImgBtnPrevRec
{
	font-weight: bold;
	color: #dddddd;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	background-color: #50AAC8;
	border-style: outset;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.BtnSvr,
.BtnUpd,
.BtnUpdBugyo,
.BtnPop,
.BtnAltPop,
.BtnMiniPop,
.BtnClose,
.BtnReloadClose,
.BtnHelp
{
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.BtnReturn
{
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
	border-style: none;
}

.BtnLink
{
	font-family: MS UI Gothic;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLink2
{
	font-family: MS UI Gothic;
	font-size: 12px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLinkLeft
{
	text-align: left;
	font-family: MS UI Gothic;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLinkSvr
{
	font-family: MS UI Gothic;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLinkSvr2
{
	font-family: MS UI Gothic;
	font-size: 12px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLinkDel
{
	font-family: MS UI Gothic;
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLinkDel2
{
	font-size: 12px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.BtnLinkPop
{
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
	color: Black;
}

.SumKagen
{
	font-family: MS UI Gothic;
	font-size: 12px;
	border-right: thin groove;
	border-top: thin groove;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	text-align: right;
}

.LinkBtnDel
{
	font-size: 16px;
	cursor: pointer;
	background-color: transparent;
	text-decoration: underline;
	border-style: none;
}

.ImgBtnTabOff
{
	font-weight: bold;
	background-image: url(/iPalet/IZ/ZG/ZGBtnTabOff.gif);
	color: #dddddd;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border-style: none;
	text-decoration: none;
	text-align: center;
}

.ImgBtnTabOn
{
	font-weight: bold;
	background-image: url(/iPalet/IZ/ZG/ZGBtnTabOn.gif);
	color: DimGray;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border-style: none;
	text-decoration: none;
	text-align: center;
}

.Center
{
	text-align: center;
}

.Right
{
	text-align: right;
}

.Pnl
{
	border-style: none;
}

.PnlBorder
{
	border: solid 1px DimGray;
	background-color: Transparent;
}

.PnlArea
{
	background-color: lavender;
	border-style: solid;
	border-width: 1px 0;
	border-color: Black;
	z-index: 0;
	left: 0px;
	width: 995px;
	position: absolute;
}

.Tree
{
	border-style: solid;
	border-width: 1px;
	font-family: MS UI Gothic;
	font-size: 12px;
}

.Node
{
	font-family: MS UI Gothic;
	font-size: 12px;
}

.GrvFixColumn
{
	position:relative;
	left:expression(document.getElementById("PnlMeisai").scrollLeft + 'px');
	z-index:9997;
	font-weight:300;
}

.GrvFixRow
{
	position:relative;
	top:expression(document.getElementById("PnlMeisai").scrollTop + 'px');
	z-index:9996;
	font-weight:300;
}

.GrvFixColumnRow
{
	position:relative;
	left:expression(document.getElementById("PnlMeisai").scrollLeft + 'px');
	top:expression(document.getElementById("PnlMeisai").scrollTop + 'px');
	z-index:9998;
	font-weight:300;
}

.FileUpload
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	ime-mode:disabled;
	border-left: thin groove;
	border-bottom: thin groove;
}

.TreeSelected
{
	background-color:#F0F8FF;
}

.DgrColSumKagen1
{
	border-right: thin groove;
	border-top: thin groove;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	text-align: right;
}

.FmtJpn
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: active;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtTxt
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtZen
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	ime-mode:active;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtHan
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtDec
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	text-align: right;
}

.FmtNumCode
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtAlNum
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtDateYYYYMMDD
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtDateYYMMDD
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtHanKana
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	ime-mode:active;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtInt
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	text-align: right;
}

.FmtDateYYYYMM
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtDateYear
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtDateMonth
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtDateDay
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtTimeHHMM
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-right: thin groove;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtKozaCd
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtKojiCd
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtBumonCd
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtDenNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtSosaiNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtEigyoAnkenCd
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtGenbaJunbikinKanriNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtHokokushoNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtSeikyushoNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtShinseiSeisanNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtTsukekaeSeikyuNo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtKoshuCd
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtYosanHimokuCd
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtKozaKana
{
	font-family: MS UI Gothic;
	font-size: 12px;
	ime-mode:active;
	border-left: thin groove;
	border-bottom: thin groove;
	border-right: thin groove;
	border-top: thin groove;
}

.FmtTel
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtYuubin
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.TxtPWD
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtNum
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.FmtAlNumCode
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
}

.ImgBtnMstDL
{
	font-weight: bold;
	color: #dddddd;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	background-color: #329632;
	border-style: outset;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.SumKagenDenpyo
{
	font-family: MS UI Gothic;
	font-size: 12px;
	border-right: thin groove;
	border-top: thin groove;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	text-align: right;
}

.FmtSexagesimalTM
{
	font-family: MS UI Gothic;
	border-right: thin groove;
	border-top: thin groove;
	font-size: 12px;
	IME-MODE: inactive;
	border-left: thin groove;
	border-bottom: thin groove;
	text-align: right;
}

a.BtnMenuSvr,
a.BtnMenuSvr:link,
a.BtnMenuSvr:visited
{
	cursor: pointer;
	color: black;
	text-decoration: none;
	font-family: "MS UI Gothic", sans-serif;
	font-weight: bold;
	font-size: 13pt;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	line-height: 48px;
}

a.BtnMenuSvr:hover
{
	color: white;
}

input.BtnMenuSvr
{
	cursor: pointer;
}

a.LblMenu,
a.LblMenu:link,
a.LblMenu:visited
{
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

a.LblMenu:hover
{
	color: white;
}

.ImgBtnMenuTab,
input.ImgBtnMenuTab
{
	font-weight: bold;
	background-image: url(/iPalet/IZ/ZG/ZGBtnMenuTab.gif);
	color: black;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border-style: none;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: center;
}

.ImgBtnRun,
input.ImgBtnRun
{
	font-weight: bold;
	color: #dddddd;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	line-height: 1;
	padding: 0 6px;
	box-sizing: border-box;
	background-color: #50AAC8;
	border-style: outset;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.BtnUpdChildClose,
input.BtnUpdChildClose
{
	color: #DDDDDD;
	background-color: #FF3300;
	border: 1px solid White;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.BtnChildClose,
input.BtnChildClose
{
	color: #DDDDDD;
	background-color: transparent;
	border: 1px solid White;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

/* ZDUclHead panel */

#ZDUclHead1_TxtTitle
{
	color: White;
	font-size: large;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

#ZDUclHead1_TxtUserName
{
	color: White;
	font-weight: bold;
	background-color: transparent;
	border: none;
	text-align: right;
}

#ZDUclHead1_BtnLogout
{
	color: #DDDDDD;
	background-color: #FF3300;
	border: 1px solid White;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

#ZDUclHead1_BtnMenu,
#ZDUclHead1_BtnHelp
{
	color: #DDDDDD;
	background-color: transparent;
	border: 1px solid White;
	font-family: MS UI Gothic, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.PgnBtnGroup
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
