/* 情報管理センター用差分パターン */

/* テキストエリア, セレクトボックス */
textarea, select {
	font-family: 'ＭＳ ゴシック';
}

/* コントロールフォント統一 */
input {
	font-family: 'ＭＳ ゴシック';
}

th, td {
	font-family: 'ＭＳ ゴシック';
	font-size: 9pt;
}

th {
	text-align: center;
}

/* ----------------
 * デザインパターン
 * 
 * パターンを組み合わせる時はスペース区切りで指定
 * (例) class="borderNone colorFunc"
 * ----------------
 */

/* Align */

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}


/* IMEモード */
.imeOff {
	ime-mode: disabled;
}

.imeActive {
	ime-mode: active;
}

.imeAuto {
	ime-mode: auto;
}

.imeInactive {
	ime-mode: inactive;
}

.noLeft {
	border-left: 0px;
}
.noBottom {
	border-bottom: 0px;
}

/* 高さ */
.heightTwoLine {
	height: 38;
}

.heightThreeLine {
	height: 50;
}

.heightFourLine {
	height: 60;
}

/* 機能ボタン背景色指定 */
.colorFunc {
	background-color: #666666;
}

/* 2003.12.24 add by (SAS)Nakata */
/* マニフェスト一時停止中 */
.stop {
	background-color: lightpink;
	font-size:12px;
	line-height: 16px;
	padding:2px;
	border-top: 0px;
	border-bottom: 1px solid #666666;
	border-right: 0px;
	border-left: 1px solid #666666;
}

/* 義務者不存在車、車台番号検索車台 */
.warning {
	background-color: lemonchiffon;
	font-size:12px;
	line-height: 16px;
	padding:2px;
	border-top: 0px;
	border-bottom: 1px solid #666666;
	border-right: 0px;
	border-left: 1px solid #666666;
}

/* 個別取消・車台取違い・同一車台発覚 */
.cancel {
	background-color: lightgrey;
	font-size:12px;
	line-height: 16px;
	padding:2px;
	border-top: 0px;
	border-bottom: 1px solid #666666;
	border-right: 0px;
	border-left: 1px solid #666666;
}

/* 荷姿の備考に表記あり */
.note {
	background-color: lightcyan;
	font-size:12px;
	line-height: 16px;
	padding:2px;
	border-top: 0px;
	border-bottom: 1px solid #666666;
	border-right: 0px;
	border-left: 1px solid #666666;
}

.headSysTitle {
	color: #006699;
	font-size: 8pt;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;

}

.headSysTitle1 {
	color: #006699;
	font-size: 9pt;
	padding-top: 12px;
	font-weight: bold;
	padding-bottom: 0px;

}

.headSysTitle2 {
	color: #006699;
	font-size: 12pt;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;

}


.gray1{
  background-color: #ccff99;
  font-size:12px;line-height: 16px;
  font-weight:bold;
  padding: 2px;
  border-top: 0px;
  border-bottom: 1px solid #666666;
  border-right: 0px;
  border-left: 1px solid #666666;
}

