@charset "UTF-8";

/*  ver     変更日           部課             担当者      変更内容     */
/*  -------------------------------------------------------------------*/
/*  V1.00   2011/01/12       Neusoft         李宗澤        初版                                     */
/*  V1.01   2011/01/12       Neusoft          賀方        「画面デザイン改造」に対応する。         */
/*  V1.02   2011/08/31       Neusoft         李　洋        デザインの対応                          */
/*  V1.03   2011/01/12       Neusoft S         賀方        「ボタンの配置化」に対応する。         */
/*  V1.04   2011/11/01       Neusoft          賀方        「ST0003_中文化_003」の仕様変更の対応         */
/*  V1.05   2011/11/15       Neusoft          李洋        「１行の高さをもう少し高くします。」に対応する         */
/*  V1.06   2011/11/15       Neusoft          李洋     S   「太字ではなく通常の太さにします」に対応する         */
/*  V1.07   2011/11/15       Neusoft          李洋        「下のボタンの部分は太字は使わない。通常の太さにしてください」に対応する         */
/*  V1.08   2011/11/15       Neusoft          李洋         文字サイズを元デザイン同様にしてください。（もう少し大きく）*/
/*  V1.09   2011/11/15       Neusoft          李洋        「選択色を元デザインと同じにします」の対応 */
/*  V1.10   2011/11/16       Neusoft          李洋        「一番下が、見切れています。元デザインと同様に見きれない。下線も表示する。」の対応 */
/*  V1.11   2011/11/16       Neusoft          李洋        「赤枠の部分が画像ではなく、塗りつぶしになっている。元デザインと同様に画像を使ってください。」の対応 */
/*  V1.12   2012/04/16       (TSOL)     K.hattori    2重リクエスト防止用の画面カバー */
/*  V1.13   2013/02/07       (dGIC)           粕谷         デザイン見直し対応
/*  V1.14   2016/11/18       Neusoft          王文涛       メニューpadding修正


/* ==================================================================== */
/* y-nakano modified: クラウドBEMS用のヘッダ表示に必要なCSSルールを追加 */
/* ==================================================================== */
/* BEGIN */
/*
body{
	margin:0px;
	padding:0px;
}
*/
body {
	background-color: #fff;
	color: #000;
	margin: 0 0;
	padding: 0 0;
/*	background: url(../img/body_bk.jpg) left top repeat-x;*/
	font-family: "ＭＳ Ｐゴシック";
}

.clearfix {

}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	text-decoration: none;
}

/* タブエリア */

#header_bk {
	width: 100%;
/*	background: url(../img/header_bk.jpg) left top no-repeat;*/
	/* y-nakano modified */
	/* BEGIN */
	/*height: 45px;*/
/*	height: 84px;*/
	/* END */
}

#header {
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	min-width: 1050px;
}

#header #head_top {
	height: 45px;
}

#header #head_top h1 {
	float: left;
	line-height: 1em;
	margin: 12px 0 0 20px;
	padding: 0;
}

* html #header #head_top h1 {
	float: left;
	line-height: 1em;
	margin: 12px 0 0 0;
	padding: 0 0 0 20px;
}

#header #head_top ul {
	margin: 15px 0 0 22px;
	padding: 0;
	float: left;
	list-style: none;
}

#header #head_top ul li {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin: 0 0 0 3px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1em;
	color: #333333;
}

#header #head_top ul li div {
}

#header #head_top ul li.menu_bt {
	background: url(../img/tab_bk.png) center top no-repeat;
}

#header #head_top ul li.menu_cur {
	background: url(../img/tab_cur_bk.png) center top no-repeat;
	height: 30px;
}

#header #head_top ul li.menu_cur div {
	padding-top: 9px;
	height: 21px;
}

#header #head_top a:link,
#header #head_top a:visited,
#header #head_top a:active {
	display: block;
	width: 114px;
	height: 21px;
	padding-top: 9px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	margin: 0 auto;
	color:WHITE;
}

#header #head_top a:hover {
	display: block;
	width: 114px;
	height: 21px;
	padding-top: 9px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	margin: 0 auto;
}

#header #head_top ul li.menu_bt a:hover {
	display: block;
	background: url(../img/tab_cur_bk.png) center top no-repeat;
	width: 120px;
}

#header #head_top #user_name {
	float: right;
	height: 29px;
	margin: 8px 13px 0 0;
}

#header #head_top #user_name img {
	margin: 0;
	float: left;
}

#header #head_top #user_name #inner {
	float: left;
	background: url(../img/namearea_bk.png) left top repeat;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 29px;
	margin: 0;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif ;
}

#header #head_top #user_name #inner span#name {
	margin-right: 15px;
}

#header #head_top #user_name #inner span#login_day {
}

#header #head_top #user_name #inner span#login_time {
	margin-left: 5px;
}

/* ナビゲーションエリア */

#header #head_nav {
	background: url(../img/menu_bk.jpg) top left repeat-x;
	height: 34px;
	margin: 0;
	padding: 0;
}

* html #header #head_nav {
	background: url(../img/menu_bk.jpg) top left repeat-x;
	height: 34px;
	margin: -7px 0 0 0;
	padding: 0;
}

#header #head_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:1345px;
}

/* 2016/11/18 wangwt mod start */
#header #head_nav ul li {
	display: block;
	background: url(../img/menu_line.jpg) right top no-repeat;
	float: left;
	padding-right: 2px;
/*
	font-size: 16px;
*/
	font-size: 13px;
	line-height: 1em;
}

#header #head_nav ul li a:link,
#header #head_nav ul li a:visited,
#header #head_nav ul li a:active {
	display: block;
	padding-top: 11px;
/*
	padding-left: 20px;
	padding-right: 20px;
*/
	padding-left: 11px;
	padding-right: 11px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	color: #333;
}
/* 2016/11/18 wangwt mod end */

#header #head_nav ul li a:hover {
	background: url(../img/menu_cur_bk.jpg) left top repeat-x;
	/*color: #333;*/
	text-decoration: none;
	color:WHITE;
}

/* 2016/11/18 wangwt mod start */
#header #head_nav ul li .menu_cur{
	display: block;
	padding-top: 11px;
/*	
	padding-left: 20px;
	padding-right: 20px;
*/	
	padding-left: 11px;
	padding-right: 11px;
	text-align: center;
	height: 23px;
	background: url(../img/menu_cur_bk.jpg) left top repeat-x;
	color:WHITE;
}
/* 2016/11/18 wangwt mod end */

#header #head_nav #logout {
	float: right;
	padding: 11px 18px 0 0;
	margin: 0;
}
#header #head_nav #logout a:link,
#header #head_nav #logout a:visited,
#header #head_nav #logout a:active,
#header #head_nav #logout a:hover {
	text-decoration: underline;
	color: #333;
}

/* END */
/* ==================================================================== */


img.sortstat{
	margin-left:4pt;
	margin-right:4pt;
	border: 0pt;
	vertical-align:middle;
}

.imgClass{
	cursor:hand;
}

.TableHead{
	background-color:#555555;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
	white-space:nowrap;
}

.TableRowBlue{
	background-color:#EEF7FB;
	white-space:nowrap;
	font-size:9pt;
	height:25px;
}

.TableRowBlueNoSearch{
	/*V1.13 del start
	background-color:#D5DCEE;
	  V1.13 del end */
	white-space:nowrap;
	font-size:9pt;
	height:18px;
}

.TableRowWhite{
	background-color:#DAEDF7;
	white-space:nowrap;
	font-size:9pt;
	height:25px;
}
/*　V1.08　2011/11/15　Neusoft　李洋　文字サイズを元デザイン同様にしてください。（もう少し大きく）　BEGJIN*/
/* 2011.08.27 lizongze add start */
.TableRowNow{
    background-color:#D9E8FB;
    white-space:nowrap;
/* 2012/09/04 morooka デフォルトのフォントサイズを選択色と同じに設定 */
/*    font-size:10pt;*/
/*    height:19px;*/
    font-size:9pt;
    height:18px;
    margin-top: 1px;
    border-color: white;

}
/* 2011.08.27 lizongze add end */
/*　V1.08　2011/11/15　Neusoft　李洋　文字サイズを元デザイン同様にしてください。（もう少し大きく）　END*/
/*　V1.09　2011/11/15　Neusoft　李洋　「選択色を元デザインと同じにします」の対応　BEGIN*/
.TableRowGray{
	background-color:#FEFE99;
	white-space:nowrap;
	font-size:9pt;
	height:18px;
    margin-top: 1px;
    border-color: white;
}
/*　V1.09　2011/11/15　Neusoft　李洋　「選択色を元デザインと同じにします」の対応　END*/
.tr_strictlyerror{
	color: red;
}
.tr_middleerror{
	color: yellow;
}
.tr_lighterror{
	color: blue;
}
.tr_maintence{
	color: green;
}
.tr_normal{
	color:black;
}

/* V1.13 del start 不要のため削除
.borderleft{
	border-left-color:silver;		#555555;
	border-left-style:solid;
	border-left-width:3px;
	padding-left: 3px;
	padding-right: 3px;
}
   V1.13 del end */

.borderright{
	/* V1.13 del start
	border-right-color:silver;		#555555;
	border-right-style:solid;
	border-right-width:3px;
	padding-left: 3px;
	padding-right: 3px;
	   V1.13 del end */
	/* V1.13 add start */
	border-right-color:#969696;
	border-right-style:dashed;
	border-right-width:1px;
	padding-left: 3px;
	padding-right: 3px;
	/* V1.13 add end */
}

.borderdown{
	/* V1.13 mod start "silver => #969696 solid => double" */
	border-bottom-color:#969696;		/*#555555;*/
	border-bottom-style:double;
	/* V1.13 mod end */
	border-bottom-width:3px;
	padding-left: 3px;
	padding-right: 3px;
}

.underline{
	/* V1.13 del start
	border-top-color:silver;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:silver;
	border-bottom-style:solid;
	border-bottom-width:3px;
	   V1.13 del end */
	/* V1.13 add start */
	border-top-color:#969696;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#969696;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#969696;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#969696;
	border-right-style:solid;
	border-right-width:1px;
	border-collapse:collapse;
	/* V1.13 add end */

}

/*　V1.11　2011/11/16　Neusoft　李洋　赤枠の部分が画像ではなく、塗りつぶしになっている。元デザインと同様に画像を使ってください。　BEGIN */
/**2012/01/28 y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
.headarea1{
	position   : relative;
	width: 1276px;
	height     : 60px;
	background-image : url(../skins/titleline.gif);
	padding-right : 0px;
	white-space : nowrap;
	font-size  : 9pt;
	overflow   : hidden;
}
*/
/* END */

/*　V1.11　2011/11/16　Neusoft　李洋　赤枠の部分が画像ではなく、塗りつぶしになっている。元デザインと同様に画像を使ってください。　END */

/**2011/12 横スクロールバーが表示されるので変更 width:1500→200 */
/**2012/01/28 y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
div.logo_area{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: 70px;
}
*/
/* END */

/**2011/12 横スクロールバーが表示されるので変更　width:1500→1200, display:inline 追加*/
/**2012/01/28 y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
.logopicture{
    display:inline;
    width:1280px;
    height:60px;
}
*/
/* END */

/*　V1.10　2011/11/15　Neusoft　李洋　一番下が、見切れています。元デザインと同様に見きれない。下線も表示する。　BEGJIN*/
div.warn_info_area{
	position: relative;
	height: 30px;
	left: 205px;
	/* V1.13 del start
	background-image:url(../skins/blueline.png);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2,Color='gray', Positive='true');
	   V1.13 del end*/
	/* V1.13 add start */
	border-bottom-color: #cde0a9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	/* V1.13 add end */
}
/*　V1.10　2011/11/15　Neusoft　李洋　一番下が、見切れています。元デザインと同様に見きれない。下線も表示する。　END*/
div.warn_message_area{
	position: relative;
	height: 50px;
	left: 205px;
	/* V1.13 del start
	background-color: #E8ECF5;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2,Color='gray', Positive='true');
	   V1.13 del end*/
	/* V1.13 add start */
	border-bottom-color: #cde0a9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	top: 5px;
	/* V1.13 add end */
}
/*　V1.10　2011/11/15　Neusoft　李洋　一番下が、見切れています。元デザインと同様に見きれない。下線も表示する。　BEGJIN*/
div.warn_info_area_3{
	position: relative;
	height: 30px;
	left: 0px;
	background-image:url(../skins/blueline.png);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2,Color='gray', Positive='true');
}
/*　V1.10　2011/11/15　Neusoft　李洋　一番下が、見切れています。元デザインと同様に見きれない。下線も表示する。　END*/
div.warn_message_area_3{
	position: relative;
	height: 50px;
	left: 0px;
	background-color: #E8ECF5;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2,Color='gray', Positive='true');
}
.warn_button{
	position: absolute;
	left: 230px;
	top: 1px;
}
.warn_confirm_button{
	position: absolute;
	left: 230px;
	top: 25px;
}

div.user_area{
	position: absolute;
	/* y-nakano modified : DIVのサイズが新しいデザインの灰色の背景の枠内に収まるよう調整。DIVからはみ出るテキストは overflow: hidden に。*/
	/* BEGIN */
	/*left: 860px;*/
	/*top: 15px;*/
	/*width: 300px;*/
	/*height: 50px;*/
	/*align:right;*/
	/*text-align: center;*/
	right: 175px;
	top: 8px;
	width: 105px;
	height: 29px;
	text-align: left;
	overflow: hidden;
	/* END */
	color:white;
	font-family:Arial;
	font-weight:20;
}

/* y-nakano modified : DIV内でのテキストの vertical aligen を真ん中に */
/* BEGIN */
div.user_area label {
	display: inline-block;
	margin-top: 8px;
	margin-left: 5px;
}
/* END */

div.systime_area{
	position: absolute;
/*	left: 1090px;*/
	/* y-nakano modified : DIVのサイズが新しいデザインの灰色の背景の枠内に収まるよう調整。DIVからはみ出るテキストは overflow: hidden に。*/
	/* BEGIN */
	/*right:58px;*/
	/*top: 5px;*/
	/*width: 120px;*/
	/*height: 40px;*/
	right: 9px;
	top: 8px;
	width: 165px;
	height: 29px;
	overflow: hidden;
	/* END */
	text-align: center;
	color:white;
	font-family:Arial;
	font-weight:20;
}

/* y-nakano modified : DIV内でのテキストの vertical aligen を真ん中に */
/* BEGIN */
div.systime_area label {
	display: inline-block;
	margin-top: 8px;
}
/* END */
/* BEGIN */
.username {
	font-size:12pt;
}
/* END */

.headarea2{
	position: relative;
	width: 995px;
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F0EFFD;
	white-space:nowrap;
	font-size:9pt;
}

.contentarea{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	white-space:nowrap;
	font-size:9pt;
	/* y-nakano modified */
	/* BEGIN */
	/*overflow: hidden;*/
	overflow: visible !important;
	/* END */
}

.contentmain{
	position: relative;
	height: 600px; /*713px;*/
	white-space:nowrap;
	font-size:9pt;
	top: 0px;
}
/*　V1.08　2011/11/15　Neusoft　李洋　文字サイズを元デザイン同様にしてください。（もう少し大きく）　BEGJIN*/
.contentauxiliary{
	position: absolute;
	width: 200px;
	height: 100%;
	left: 5px;
	top: 0px;
	/* y-nakano modified */
	/* BEGIN */
	/*background-color: #e8ecf5;*/
	/* The background-color rule is necessary to display the hierarchy navigation on left (for Chrome) */
	background-color: white;
	/*color:#456aa4;*/
	color: black;
	/* END */
	white-space:nowrap;
	font-size:10pt;
}

/* y-nakano modified */
/* BEGIN */
/**
#MachineTreeTitle {
	/*background: #A4C26A;*/
	background: #91E276;
	width: 183px;
}
**/
/* END */

/*　V1.08　2011/11/15　Neusoft　李洋　文字サイズを元デザイン同様にしてください。（もう少し大きく）　END*/
.footerarea{
	position: relative;
	width: 995px;
	height: 66px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F0EFFD;
	white-space:nowrap;
	font-size:9pt;
}

div.foottable{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: #F0EFFD;
}

.messagetime{
	width: 130px;
	height: 20px;
}

.messagehead{
	width: 844px;
	height: 20px;
}

.messagecontent{
	width: 924px;
	height: 20px;
	font-family: 'ＭＳ Ｐゴシック',monospace;

}

.btnUp{
	width:107px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*
	background-image:url(../skins/NoTextButtonUp.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #a0a0a0; /*外枠上部の色*/
	border-left-color: #a0a0a0; /*外枠左部の色*/
	border-bottom-color: #b0b0b0; /*外枠下部の色*/
	border-right-color: #b0b0b0; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 2px; /*外枠下部の太さ*/
	border-right-width: 2px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffd0d0d0 );

}
.warningbtnUp{
	width:80px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*	background-image:url(../skins/NoTextButtonUp.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #a0a0a0; /*外枠上部の色*/
	border-left-color: #a0a0a0; /*外枠左部の色*/
	border-bottom-color: #b0b0b0; /*外枠下部の色*/
	border-right-color: #b0b0b0; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 2px; /*外枠下部の太さ*/
	border-right-width: 2px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffd0d0d0 );

}
.btnDown{
	width:80px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*	background-image:url(../skins/NoTextButtonDown.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #565656; /*外枠上部の色*/
	border-left-color: #565656; /*外枠左部の色*/
	border-bottom-color: #ffffff; /*外枠下部の色*/
	border-right-color: #ffffff; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 0px; /*外枠下部の太さ*/
	border-right-width: 0px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0 );

}
.warningbtnDown{
	width:80px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*	background-image:url(../skins/NoTextButtonDown.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #565656; /*外枠上部の色*/
	border-left-color: #565656; /*外枠左部の色*/
	border-bottom-color: #ffffff; /*外枠下部の色*/
	border-right-color: #ffffff; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 0px; /*外枠下部の太さ*/
	border-right-width: 0px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0 );
}
.tab{
	width: 100%;
	height: 380px;
}
.content{
	width: 745px;
}

.prevButtonUp{
	width:33px;
	height:20px;
	background-image:url(../skins/prev.jpg);
	border:0px groove pink;
	cursor:hand;
}
.prevButtonDown{
	width:33px;
	height:20px;
	background-image:url(../skins/prev_f.jpg);
	border:0px groove pink;
}
.prevButtonDisable{
	width:33px;
	height:20px;
	background-image:url(../skins/prev_d.jpg);
	border:0px groove pink;
}

.nextButtonUp{
	width:33px;
	height:20px;
	background-image:url(../skins/next.jpg);
	border:0px groove pink;
	cursor:hand;
}
.nextButtonDown{
	width:33px;
	height:20px;
	background-image:url(../skins/next_f.jpg);
	border:0px groove pink;
	cursor:hand;
}
.nextButtonDisable{
	width:33px;
	height:20px;
	background-image:url(../skins/next_d.jpg);
	border:0px groove pink;
	cursor:hand;
}

.tabUser{
	width:75px;
	height:23px;
	background-image:url(../images/tub_user.jpg);
	border:0px groove pink;
	cursor:hand;
}
.tabUser_f{
	width:75px;
	height:23px;
	background-image:url(../images/tub_user_f.jpg);
	border:0px groove pink;
	cursor:hand;
}


.tabBuken{
	width:75px;
	height:23px;
	background-image:url(../images/tub_object.jpg);
	border:0px groove pink;
	cursor:hand;
}
.tabBuken_f{
	width:75px;
	height:23px;
	background-image:url(../images/tub_object_f.jpg);
	border:0px groove pink;
	cursor:hand;
}


.tabMachine{
	width:75px;
	height:23px;
	background-image:url(../images/tub_machine.jpg);
	border:0px groove pink;
	cursor:hand;
}
.tabMachine_f{
	width:75px;
	height:23px;
	background-image:url(../images/tub_machine_f.jpg);
	border:0px groove pink;
	cursor:hand;
}
/*　V1.07　2011/11/15　Neusoft　李洋　「下のボタンの部分は太字は使わない。通常の太さにしてください」に対応する　BEGJIN*/
/**2012/02/28 A.toui 機能ボタンが太字になるので対応 font-weight:inherit→normal*/\
/* y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
.tabfunc{
	width:77px;
	height:22px;
	font-size:10pt;
	background-image:url(../images/tub_func.jpg);
	border:0px groove pink;
	color:black;font-family:inherit;font-weight:normal;
	cursor:hand;
}
*/
/* END */

/**2012/02/28 A.toui 機能ボタンが太字になるので対応 font-weigtht: inherit→normal*/
/* y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
.tabfunc_f{
	width:78px;
	height:21px;
	font-size:10pt;
	background-image:url(../images/tub_func_f.jpg);
	border:0px groove pink;
	color:white;font-family:Bold;font-weight:normal;
	cursor:hand;
}
*/
/* END */

/*　V1.07　2011/11/15　Neusoft　李洋　「下のボタンの部分は太字は使わない。通常の太さにしてください」に対応する　END*/
/* y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
.tabMenu{
	width:106px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	background-image:url(../images/tub_menu.jpg);
	border:0px groove pink;
	color:white;font-family:Bold;font-weight:900;
	cursor:hand;
}
*/
/* END */

/* y-nakano modified: 使用しないので、コメント化 */
/* BEGIN */
/*
.tabMenu_f{
	width:106px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	background-image:url(../images/tub_menu_f.jpg);
	border:0px groove pink;
	color:white;font-family:Bold;font-weight:900;
	cursor:hand;
}
*/
/* END */

.tdmenutitle{
	width:110px;
	height:30px;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	background-image: url(../images/tub_menu_title.jpg);
	background-repeat: no-repeat;
}

.maxButton{
	width:20px;
	height:20px;
	background-image:url(../skins/MaxButton.jpg);
	border:0px groove pink;
	outline: none;
}
.minButton{
	width:20px;
	height:20px;
	background-image:url(../skins/MinButton.jpg);
	border:0px groove pink;
	outline: none;
}

.btnPage{
/*
	width:33px;
	height:18px;
	background-image:url(../images/NoTextButtonPage.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
	width:33px;
	height:16px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #c0c0c0; /*外枠上部の色*/
	border-left-color: #c0c0c0; /*外枠左部の色*/
	border-bottom-color: #f0f0f0; /*外枠下部の色*/
	border-right-color: #f0f0f0; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 1px; /*外枠下部の太さ*/
	border-right-width: 1px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffd0d0d0 );

}

.btnSize{
 		width:20px;
		height:18px;
		background-image:url(../images/NoTextButtonSize.png);
		background-repeat:no-repeat;
		border:0px groove pink;
		font-weight:bold;
		font-size:10pt;
		cursor:hand;
}

.btnFavorit{
 		width:40px;
		height:18px;
		background-image:url(../images/NoTextButtonFavorit.png);
		background-repeat:no-repeat;
		border:0px groove pink;
		font-weight:bold;
		font-size:10pt;
		cursor:hand;
}

.FavoritesStyle{
		overflow: scroll;
		width:200px;
		/* 2011.08.27 lizongze modify start */
		/* background-color:#F0EFFD; */
		background-color:white;
		/* 2011.08.27 lizongze modify end */
		height:221px;
}

#theTip{
	position:absolute;
	float:none;
	font-size:9pt;
	z-index:8;
	background-color:#ffffff;
	width:600px;
	height:45px;
	border:1px solid gray;
	left:0;
	top:5;
	white-space :normal;
}

#DetailTable {
	table-layout: fixed;
}

#DetailTable td {
	overflow: hidden;
}

/* y-nakano modified : 使用しないので、コメント化 */
/* BEGIN */
/*
div.businessarea{
	position: absolute;
	left: 205px;
	top: 0px;
	width: 1045px;
	height: 25px;
	align:left;
}
*/
/* END */

/* y-nakano modified : 使用しないので、コメント化 */
/* BEGIN */
/*
div.functionarea{
	position: absolute;
	left: 205px;
	top: 30px;
	width: 1045px;
	height: 25px;
	align:left;
}
*/
/* END */

.header2{
	position: relative;
	width: 824px;
	height: 100%;
	background-color: #F0EFFD;
	white-space:nowrap;
	font-size:9pt;
}

.TableHeadList{
	/* V1.13 del start
	background-color:#C3CADB;
	color:#FFFFFF;
	font-weight:bold;
	color:black;
	white-space:nowrap;
	   V1.13 del end */
	/* V1.13 add start */
	/*background-color:#F5F8F5;*/
	background-color:#EEF7FB;
	font-weight:bold;
	/*color:#7F9754;*/
	white-space:nowrap;
	/* V1.13 add end */
}

.td1{
    width:180px;
}
.td2{
    width:180px;
}
.td3{
    width:90px;
}
.td4{
//    width:190px;
    width:65px;
}
.td5{
//    width:290px;
    width:130px;
}
.td6{
    width:580px;
}
.td7{
    width:550px;
}
.td11{
    width:290px;
}
.td12{
    width:90px;
}
.td13{
    width:90px;
}
.td14{
    width:90px;
}
.messagetable{
    width:1045px;
}
.messagetable3{
    width:1240px;
}
.headtable{
    width:1045px;
}

.EditTableRowBlue{
    background-color:#DAEDF7;	/* V1.13 mod 色変更 #305BBE=>#A4C26A
    white-space:nowrap;
    padding-right:30px;
    /*　V1.06　2011/11/15　Neusoft　李洋　「太字ではなく通常の太さにします」に対応する。BEGIN*/
    /* V1.13 del start
	color:white;font-family:Arial;font-weight:inherit;
	   V1.13 del end */
	/*　V1.06　2011/11/15　Neusoft　李洋　「太字ではなく通常の太さにします」に対応する。END*/
	color:black;
	font-weight:inherit;
}

.tabfunc_non{
	display: inline-block;
	width:95px;
	height:22px;
	line-height:22px;
	text-align: center;
	font-size:9pt;
	/* V1.13 del start
	background-image:url(../images/errorInfo.png);
	   V1.13 del end*/
	/* V1.13 add start */
	background-color:#A4C26A;
	/* V1.13 add end */
	border:0px groove pink;
	color:black;
	font-weight:900;
	cursor:default;
}

/* V1.13 del start 不要なため削除
.errBtnColor{
	color:cornflowerblue;
	font-family:Arial;
	font-weight:20;
}
   V1.13 del end */

.btnUpdateCustomer{
	margin-left: 50px;
	margin-top: 0px;
}

.btnDeleteCustomer{
	margin-left: 50px;
	margin-top: 0px;
}

.btnInsertCustomer{
	margin-left: 150px;
	margin-top: 0px;
}

.btnResetCustomer{
	margin-left: 50px;
	margin-top: 0px;
}

.btnInsertOrUpdateCustomer{
	margin-left: 50px;
	margin-top: 0px;
}

.btnReturnCustomer{
	margin-left: 50px;
	margin-top: 0px;
}

.bodyWidth{
	width: 1276px;
}

/** 2012/08/21 標準よりも少し横長なボタン */
.btnWideUp{
	width:140px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*
	background-image:url(../skins/NoTextButtonUp2.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #a0a0a0; /*外枠上部の色*/
	border-left-color: #a0a0a0; /*外枠左部の色*/
	border-bottom-color: #b0b0b0; /*外枠下部の色*/
	border-right-color: #b0b0b0; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 2px; /*外枠下部の太さ*/
	border-right-width: 2px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffd0d0d0 );

}
.btnWideDown{
	width:140px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*	background-image:url(../skins/NoTextButtonDown2.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #565656; /*外枠上部の色*/
	border-left-color: #565656; /*外枠左部の色*/
	border-bottom-color: #ffffff; /*外枠下部の色*/
	border-right-color: #ffffff; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 0px; /*外枠下部の太さ*/
	border-right-width: 0px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0 );
}
.btnUp1{
	width:90px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*
	background-image:url(../skins/NoTextButtonUp.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #a0a0a0; /*外枠上部の色*/
	border-left-color: #a0a0a0; /*外枠左部の色*/
	border-bottom-color: #b0b0b0; /*外枠下部の色*/
	border-right-color: #b0b0b0; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 2px; /*外枠下部の太さ*/
	border-right-width: 2px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffd0d0d0 );

}
.btnUp2{
	width:210px;
	height:24px;
	font-weight:bold;
	font-size:10pt;
	font-family: ＭＳ Ｐゴシック;
	cursor:hand;
/*
	background-image:url(../skins/NoTextButtonUp.png);
	background-repeat:no-repeat;
	border:0px groove pink;
	font-weight:bold;
	font-size:10pt;
	cursor:hand;
*/
/*	color: #0A2C7B; *//*文字色*/
/*	font-size: 13px; *//*文字サイズ*/
/*	font-weight: 900; *//*文字の太さ*/
	border-top-color: #a0a0a0; /*外枠上部の色*/
	border-left-color: #a0a0a0; /*外枠左部の色*/
	border-bottom-color: #b0b0b0; /*外枠下部の色*/
	border-right-color: #b0b0b0; /*外枠右部の色*/
	border-top-width: 1px; /*外枠上部の太さ*/
	border-left-width: 1px; /*外枠左部の太さ*/
	border-bottom-width: 2px; /*外枠下部の太さ*/
	border-right-width: 2px; /*外枠右部の太さ*/
	filter:progid:DXImageTransform.Microsoft.Gradient(
            GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffd0d0d0 );

}