body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: "Meiryo", "MS PGothic", "Osaka";
	line-height: 150%;
}

.Margin5  {margin: 5px;}
.Margin20 {margin: 20px;}

.MarginBtm1 {margin-bottom: 1px;}
.MarginBtm2 {margin-bottom: 2px;}
.MarginBtm3 {margin-bottom: 3px;}
.MarginBtm4 {margin-bottom: 4px;}
.MarginBtm5 {margin-bottom: 5px;}
.MarginBtm8 {margin-bottom: 8px;}
.MarginBtm10 {margin-bottom: 10px;}
.MarginBtm15 {margin-bottom: 15px;}
.MarginBtm18 {margin-bottom: 18px;}
.MarginBtm20 {margin-bottom: 20px;}
.MarginBtm25 {margin-bottom: 25px;}
.MarginBtm30 {margin-bottom: 30px;}
.MarginBtm40 {margin-bottom: 40px;}
.MarginBtm45 {margin-bottom: 45px;}

.MarginTop3 {margin-top: 3px;}
.MarginTop4 {margin-top: 4px;}
.MarginTop5 {margin-top: 5px;}
.MarginTop10 {margin-top: 10px;}
.MarginTop20 {margin-top: 20px;}

.MarginRight2 {margin-right: 2px;}
.MarginRight5 {margin-right: 5px;}
.MarginRight6 {margin-right: 6px;}
.MarginRight10 {margin-right: 10px;}

.MarginLeft5 {margin-left: 5px;}

.MarginLeftRight2 {
	margin-left: 2px;
	margin-right: 2px;
}

form {
	margin: 0px;
	padding: 0px;
}

.title {
	height: 21px;
	background-color:#D6EAFC;
}

input, select{
	vertical-align:middle;
}

input[type="radio"] {
	margin: 0px 3px 0px 5px;		
}

.btnSmall {
	width: 60px;
	height: 20px;
	font-size:9pt;
}

.btnMiddle {
	width: 90px;
	height: 20px;
	font-size:10pt;
	font-weight:bold;
}

.btnLarge {
	width: 90px;
	height: 36px;
	font-size:11pt;
	font-weight:bold;
}

.LinkTxt{
	text-align:right;
	font-size:8pt;
	color:#00F !important;
	display:block;
	}

input,
textarea{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
input[type="text"] {
	height: 17px;
	font-size:10pt;
	border: 1px solid #9f9f9f;
}

input[type="text"][readonly],
textarea[readonly] {
	background-color:#f1f1f1;
	cursor:not-allowed;
}

[disabled] {
	cursor:not-allowed;
}

.disabled {
	background:#f1f1f1;
	cursor:not-allowed;
}

.required {
	background-color:#ffffcc;
}

.TxtLarge {
	font-size: 14pt;
	line-height: 120%;
}

.TxtSmall {
	font-size: 8pt;
}

.TxtSmallSmall{
	font-size: 6pt;
	line-height: 6pt;
}

.TxtWhite { color: #FFFFFF; }
.TxtRed   { color: #FF0000; }
.TxtRed2  { color: #B0254E; }
.TxtBlue  { color: #0000FF; }
.TxtGray  { color: #999999; }

.TxtBold  { font-weight: bold; }

.SubMenu {
	display: flex;
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #f8f8f8;
	background-image:url(../image/submenu_bg.gif);
/*	background-repeat: repeat;*/
/*	background-position: bottom;*/
	background-size: cover;
	font-weight: bold;
	font-size: 8pt;
	min-height: 33px;
	width: 98px;
/*	padding-top: 8px;*/
	justify-content: center;
	align-items: center;
	text-align: center;
}
.SubMenuOn {
	display: flex;
	border-top: 1px solid #5e5e5e;
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #5e5e5e;
	background-image:url(../image/submenu_on_bg.gif);
/*	background-repeat: repeat;*/
/*	background-position: bottom;*/
	background-size: cover;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	min-height: 33px;
	width: 98px;
/*	padding-top: 8px;*/
	justify-content: center;
	align-items: center;
	text-align: center;
}
.SubMenuOff {
	display: block;
	border-top: 1px solid #5e5e5e;
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #5e5e5e;
	background-image:url(../image/submenu_on_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 8pt;
	height: 25px;
	width: 98px;
	padding-top: 8px;
	text-align: center;
}
.GlobalMenu {
	display: block;
	border-top: 1px solid #fbfbfb;
	border-right: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #fbfbfb;
	background-image:url(../image/global_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: bold;
	font-size: 11pt;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
.GlobalMenuOn {
	display: block;
	border-top: 1px solid #3B5998;
	border-right: 1px solid #4366B0;
	border-bottom: 1px solid #4366B0;
	border-left: 1px solid #3B5998;
	background-image:url(../image/global_on_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	height: 20px;
	padding-top: 4px;
	text-align: center;
}
.tabMenu {
	display: block;
	border-top: 1px solid #cecece;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #cecece;
	background-image:url(../image/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 9pt;
	height: 20px;
/*	width: 99px;*/
	padding-top: 4px;
	text-align: center;
}
.tabMenuOn {
	display: block;
	border-top: 1px solid #cecece;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #cecece;
	background-image:url(../image/tab_on_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 9pt;
	height: 20px;
/*	width: 99px;*/
	padding-top: 4px;
	text-align: center;
}

.bdGrayT { border-top: 1px solid #c2c2c2; }
.bdGrayB { border-bottom: 1px solid #c2c2c2; }
.bdGrayR { border-right: 1px solid #c2c2c2; }
.bdGrayL { border-left: 1px solid #c2c2c2; }

.txtCenter {text-align: center; }
.txtRight  {text-align: right; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#loading {
	position: fixed;
	top :40%;
	left:50%;
	padding:14px;
	border:solid #3B5998 3px;
	background-color:#FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
/*	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
}

#loading .loadingMsg {
	width:100px;
	padding-top:90px;
	text-align:center;
	color : #3B5998;
	font-size: 12pt;
	font-weight: bold;
	background-image:url("../image/load.gif");
	background-position: center top;
	background-repeat: no-repeat;
}