@charset "UTF-8";

/* コメントの文字色を一括変更 */
.COMMENT {
	color: #800000;
}

/* デフォルトスタイル・文字色 */

.item__COLOR01,
.field .item__COLOR01,
.g_field .item__COLOR01,
.item__COLOR01 option,
.field .item__COLOR01 option,
.g_field .item__COLOR01 option{
  color : #000000; /* black */
}

.item__COLOR02,
.field .item__COLOR02,
.g_field .item__COLOR02,
.item__COLOR02 option,
.field .item__COLOR02 option,
.g_field .item__COLOR02 option{
  color
: #c0c0c0
; /* silver */
}

.item__COLOR03,
.field .item__COLOR03,
.g_field .item__COLOR03,
.item__COLOR03 option,
.field .item__COLOR03 option,
.g_field .item__COLOR03 option{
  color
: #808080
; /* gray */
}

.item__COLOR04,
.field .item__COLOR04,
.g_field .item__COLOR04,
.item__COLOR04 option,
.field .item__COLOR04 option,
.g_field .item__COLOR04 option{
  color
: #ffffff
; /* white */
}

.item__COLOR05,
.field .item__COLOR05,
.g_field .item__COLOR05,
.item__COLOR05 option,
.field .item__COLOR05 option,
.g_field .item__COLOR05 option{
  color
: #800000
; /* maroon */
}

.item__COLOR06,
.field .item__COLOR06,
.g_field .item__COLOR06,
.item__COLOR06 option,
.field .item__COLOR06 option,
.g_field .item__COLOR06 option{
  color
: #ff0000
; /* red */
}

.item__COLOR07,
.field .item__COLOR07,
.g_field .item__COLOR07,
.item__COLOR07 option,
.field .item__COLOR07 option,
.g_field .item__COLOR07 option{
  color
: #800080
; /* purple */
}

.item__COLOR08,
.field .item__COLOR08,
.g_field .item__COLOR08,
.item__COLOR08 option,
.field .item__COLOR08 option,
.g_field .item__COLOR08 option{
  color
: #ff00ff
; /* fuchsia */
}

.item__COLOR09,
.field .item__COLOR09,
.g_field .item__COLOR09,
.item__COLOR09 option,
.field .item__COLOR09 option,
.g_field .item__COLOR09 option{
  color
: #008000
; /* green */
}

.item__COLOR10,
.field .item__COLOR10,
.g_field .item__COLOR10,
.item__COLOR10 option,
.field .item__COLOR10 option,
.g_field .item__COLOR10 option{
  color
: #00ff00
; /* lime */
}

.item__COLOR11,
.field .item__COLOR11,
.g_field .item__COLOR11,
.item__COLOR11 option,
.field .item__COLOR11 option,
.g_field .item__COLOR11 option{
  color
: #808000
; /* olive */
}

.item__COLOR12,
.field .item__COLOR12,
.g_field .item__COLOR12,
.item__COLOR12 option,
.field .item__COLOR12 option,
.g_field .item__COLOR12 option{
  color
: #ffff00
; /* yellow */
}

.item__COLOR13,
.field .item__COLOR13,
.g_field .item__COLOR13,
.item__COLOR13 option,
.field .item__COLOR13 option,
.g_field .item__COLOR13 option{
  color
: #000080
; /* navy */
}

.item__COLOR14,
.field .item__COLOR14,
.g_field .item__COLOR14,
.item__COLOR14 option,
.field .item__COLOR14 option,
.g_field .item__COLOR14 option{
  color
: #0000ff
; /* blue */
}

.item__COLOR15,
.field .item__COLOR15,
.g_field .item__COLOR15,
.item__COLOR15 option,
.field .item__COLOR15 option,
.g_field .item__COLOR15 option{
  color : #008080; /* teal */
}

.item__COLOR16,
.field .item__COLOR16,
.g_field .item__COLOR16,
.item__COLOR16 option,
.field .item__COLOR16 option,
.g_field .item__COLOR16 option{
  color : #00ffff; /* aqua */
}

.item__BIG11,
.field .item__BIG11,
.g_field .item__BIG11,
.item__BIG11 option,
.field .item__BIG11 option,
.g_field .item__BIG11 option{
  font-size:11px;
  color : #000048;
}

.item__BIG12,
.field .item__BIG12,
.g_field .item__BIG12,
.item__BIG12 option,
.field .item__BIG12 option,
.g_field .item__BIG12 option{
  font-size:12px;
  color : #000048;
}


.item__BIG20,
.field .item__BIG20,
.g_field .item__BIG20,
.item__BIG20 option,
.field .item__BIG20 option,
.g_field .item__BIG20 option{
  font-size:20px;
  color : #000048;
}

.item__BIG24,
.field .item__BIG24,
.g_field .item__BIG24,
.item__BIG24 option,
.field .item__BIG24 option,
.g_field .item__BIG24 option{
  font-size:24px;
}

/* デフォルトスタイル・背景色 */
.item__BGCOLOR01,
.field .item__BGCOLOR01,
.g_field .item__BGCOLOR01,
.item__BGCOLOR01 option,
.field .item__BGCOLOR01 option,
.g_field .item__BGCOLOR01 option{
  background-color : #000000; /* black */
}
.item__BGCOLOR02,
.field .item__BGCOLOR02,
.g_field .item__BGCOLOR02,
.item__BGCOLOR02 option,
.field .item__BGCOLOR02 option,
.g_field .item__BGCOLOR02 option{
  background-color : #e4e4e4; /* silver */
}
.item__BGCOLOR03,
.field .item__BGCOLOR03,
.g_field .item__BGCOLOR03,
.item__BGCOLOR03 option,
.field .item__BGCOLOR03 option,
.g_field .item__BGCOLOR03 option{
  background-color : #808080; /* gray */
}
.item__BGCOLOR04,
.field .item__BGCOLOR04,
.g_field .item__BGCOLOR04,
.item__BGCOLOR04 option,
.field .item__BGCOLOR04 option,
.g_field .item__BGCOLOR04 option{
  background-color : #ffffff; /* white */
}
.item__BGCOLOR05,
.field .item__BGCOLOR05,
.g_field .item__BGCOLOR05,
.item__BGCOLOR05 option,
.field .item__BGCOLOR05 option,
.g_field .item__BGCOLOR05 option{
  background-color : #800000; /* maroon */
}
.item__BGCOLOR06,
.field .item__BGCOLOR06,
.g_field .item__BGCOLOR06,
.item__BGCOLOR06 option,
.field .item__BGCOLOR06 option,
.g_field .item__BGCOLOR06 option{
  background-color : #ff0000; /* red */
}
.item__BGCOLOR07,
.field .item__BGCOLOR07,
.g_field .item__BGCOLOR07,
.item__BGCOLOR07 option,
.field .item__BGCOLOR07 option,
.g_field .item__BGCOLOR07 option{
  background-color : #800080; /* purple */
}
.item__BGCOLOR08,
.field .item__BGCOLOR08,
.g_field .item__BGCOLOR08,
.item__BGCOLOR08 option,
.field .item__BGCOLOR08 option,
.g_field .item__BGCOLOR08 option{
  background-color : #ff00ff; /* fuchsia */
}
.item__BGCOLOR09,
.field .item__BGCOLOR09,
.g_field .item__BGCOLOR09,
.item__BGCOLOR09 option,
.field .item__BGCOLOR09 option,
.g_field .item__BGCOLOR09 option{
  background-color : #008000; /* green */
}
.item__BGCOLOR10,
.field .item__BGCOLOR10,
.g_field .item__BGCOLOR10,
.item__BGCOLOR10 option,
.field .item__BGCOLOR10 option,
.g_field .item__BGCOLOR10 option{
  background-color : #00ff00; /* lime */
}
.item__BGCOLOR11,
.field .item__BGCOLOR11,
.g_field .item__BGCOLOR11,
.item__BGCOLOR11 option,
.field .item__BGCOLOR11 option,
.g_field .item__BGCOLOR11 option{
  background-color : #808000; /* olive */
}
.item__BGCOLOR12,
.field .item__BGCOLOR12,
.g_field .item__BGCOLOR12,
.item__BGCOLOR12 option,
.field .item__BGCOLOR12 option,
.g_field .item__BGCOLOR12 option{
  background-color : #ffff00; /* yellow */
}
.item__BGCOLOR13,
.field .item__BGCOLOR13,
.g_field .item__BGCOLOR13,
.item__BGCOLOR13 option,
.field .item__BGCOLOR13 option,
.g_field .item__BGCOLOR13 option{
  background-color : #000080; /* navy */
}
.item__BGCOLOR14,
.field .item__BGCOLOR14,
.g_field .item__BGCOLOR14,
.item__BGCOLOR14 option,
.field .item__BGCOLOR14 option,
.g_field .item__BGCOLOR14 option{
  background-color : #0000ff; /* blue */
}
.item__BGCOLOR15,
.field .item__BGCOLOR15,
.g_field .item__BGCOLOR15,
.item__BGCOLOR15 option,
.field .item__BGCOLOR15 option,
.g_field .item__BGCOLOR15 option{
  background-color : #008080; /* teal */
}
.item__BGCOLOR16,
.field .item__BGCOLOR16,
.g_field .item__BGCOLOR16,
.item__BGCOLOR16 option,
.field .item__BGCOLOR16 option,
.g_field .item__BGCOLOR16 option{
  background-color : #00ffff; /* aqua */
}
.item__BGCOLOR17,
.field .item__BGCOLOR17,
.g_field .item__BGCOLOR17,
.item__BGCOLOR17 option,
.field .item__BGCOLOR17 option,
.g_field .item__BGCOLOR17 option{
  background-color : #fffce9; /* 背景色うす黄色 */
}

div.PAGE_NAVI {
  text-align: left;
  margin-left: 20px;
}

table.htCore tr:nth-child(even) td{
 background-color: #F9F9F9;
}
 
table.htCore tr:nth-child(odd) td{
 background-color: #F0FAE2;
}

#sidA_SEARCH {
    background: linear-gradient(#2E8B57,#2F4F4F);
    border-color: #2E8B57;
    }

#sidA_DELETE {
    background: linear-gradient(#FF6347,#CD5C5C);
    border-color: #FF6347;
    }

#sidA_DELETE2 {
    background: linear-gradient(#FF6347,#CD5C5C);
    border-color: #FF6347;
    }

#sidA_DELETE3 {
    background: linear-gradient(#000000,#000000);
    border-color: #000000;
    }

#sidA_DELETE4 {
    background: linear-gradient(#FF6347,#CD5C5C);
    border-color: #FF6347;
    }

#sidDELETE_A {
    background: linear-gradient(#FF6347,#CD5C5C);
    border-color: #FF6347;
    }
    
#sidMODOSI_A {
    background: linear-gradient(#FF6347,#CD5C5C);
    border-color: #FF6347;
    }

html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 98.7%;
}
header {
  width: 100%;
}
footer {
  position: sticky;
  top: 98.7vh;
  width: 100%;
}
