/* 代理店画面用スタイルシート */
/* Ver 0.1.1 (encode=Shift_JIS) */
/* 画面仕様書 Ver2000.7.28 相当 */

<STYLE TYPE="text/css">
<!--
/* ページのバックグラウンドの色 及び フォント指定 */
BODY { background-color:#FFFFFF; font-family: "ＭＳ Ｐゴシック"; }

/* リンクの色 */
A:link { color: #0002FF }  /* blue */

/* テーブルヘッダー及びセルの色 */
.verticalHeader   { background-color:#3266CC; color:white; }  /* 縦のヘッダー */
.horizontalHeader { background-color:#99CDFF; color:red;   }  /* 横のヘッダー */
.cell             { background-color:#FFFFFF; color:black; }  /* 通常のセル */


/* 入力項目 */
.inputItemCategory1-1{ background-color:#FF8695; } /* pink */
.inputItemCategory1-2{ background-color:#F9C5C0; }

.inputItemCategory2-1{ background-color:#9998FF; } /* blue */
.inputItemCategory2-2{ background-color:#BECBE0; }

.inputItemCategory3-1{ background-color:#7FC87F; } /* green */
.inputItemCategory3-2{ background-color:#A9F8A9; }

/* 画面仕様書の間違いのためこのカテゴリーの色は変更してない */
/* .inputItemCategory4-1{ background-color:#0002FF; }  yellow 画面仕様書のとうりだと青^^; */
.inputItemCategory4-1{ background-color:#F8D069; } /* yellow 古い色指定のまま */
.inputItemCategory4-2{ background-color:#FBE3A7; }


/* リンクフォントの色  */
.textButton{ color:#800080; }



/* 汎用フォントの色 */
.StrongItemRed    { color:red; }
.StrongItemBlue   { color:blue; }
.StrongItemBlack  { color:black; }
.StrongItemYellow { color:yellow; }
.StrongItemGreen  { color:green; }
.StrongItemWhite  { color:white; }


/* menuの色 及び フォント指定 */
.menuItem { text-indent: 14px; font-family: monospaced }


-->
</STYLE>

