@charset "euc-jp";

body, div, th, td {
	font-family: arial,sans-serif, Verdana, Tahoma;
	font-size: 14px;
	line-height: 1.58;
}
div.main_width {
	width: 100%;
	max-width: 1240px;
}
/* -----------------------------------------------------------------*/
/* Main Menu */
/* -----------------------------------------------------------------*/
#main_menu {
	margin:0 auto;
	width: 960px;
	height: 30px;
}

#main_menu ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding:0;
	background-position: right top;
	background-repeat: no-repeat;
}

#main_menu li {
	float: left;
	margin: 0 2px 0 0;
	position: relative;
	font-size: 14px;
	padding: 8px 0 0 0;
	width:118px;
	text-align: center;
	line-height:1;
	background-color:#309;
	color: white;
	border-bottom: 3px solid #69C;
	vertical-align: middle;
}
#main_menu li.l2 {
	padding: 2px 0 0 0;
}
#main_menu li a {
	color: white;
	font-weight: bold;
	display: block;
	font-size: 14px;
}
html > body #main_menu li a { height: 22px; }
html > body #main_menu li.l2 a { height: 28px; }

#main_menu li ul {
	margin: 0px;
	display: none;
	position: absolute;
	left: -1px;
	border: solid 1px #555;
}
#main_menu li ul li {
	color: black;
	margin: 0;
	padding:0;
	border-bottom: 1px solid #888;
	line-height: 30px;
	height: 30px;
	width: 118px;
	font-size: 12px;
	background-color: #888;
}
#main_menu li ul li a,
#main_menu li.l2 ul li a {
	color: blue;
	margin: 0;
	display: inline-block;
	background-color: #eee;
	height: 30px;
	width: 117px;
	font-size: 12px;
}
#main_menu li ul li a:hover,
#main_menu li.l2 ul li a:hover {
  background-color: #c3f9ff;
	height: 28px;
	width: 116px;
	border: 1px solid #588fb2;
	text-decoration:none;
}



/* -----------------------------------------------------------------*/
/* Navigation */
/* -----------------------------------------------------------------*/
div.navigation ul.pagination{
	display: flex;
	/*justify-content: flex-end;*/
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

div.navigation ul.pagination .page_link{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #09065c;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
div.navigation ul.pagination .disabled .page_link{
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
	text-decoration: none;
}
div.navigation ul.pagination .active .page_link{
	z-index: 3;
	color: #fff;
	background-color: #09065c;
	border-color: #09065c;
}

/* -----------------------------------------------------------------*/
/* Other */
/* -----------------------------------------------------------------*/

img {margin: 0px; border: 0px;}

a { text-decoration: none; }
a:hover{text-decoration: underline; }
a.row:visited {	color: blue;}

a.main_menu:link {
	color: black;
}
a.main_menu:hover {
	background: black;
	color: white;
}

/*
a.member_menu:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a.member_menu:visited {
	color: blue;
	font-weight: bold;
}
a.member_menu:hover {
	background: blue;
	color: white;
	font-weight: bold;
}
td.member_menu_head {
	background: #C6C3C0;
	background:url(/img/tbbg.gif) top repeat-x;
	color: black;
	font-weight: bold;
	text-align: center;
}

td.member_menu_data {
	background: #DEDFDE;
	background:url(/img/tbbg2.gif) top repeat-x;
	color: blue;
	font-weight: bold;
	text-align: center;
}
*/

a.sub_menu:link {
	color: black;
	font-weight: bold;
}
a.sub_menu:hover {
	background: black;
	color: white;
	font-weight: bold;
}


a.row:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a.row:hover {
	background: blue;
	color: white;
	font-weight: bold;
}

div.main_menu {
	text-align: center;
	white-space: nowrap;
}

div.sub_title {
	color: #63009C;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.red{
	color:#FF0000;
}

.white{
	color:#FFFFFF;
}

.bg-lightpink{
	color: black;
	background-color: lightpink;
}
.bg-lightblue{
	color: black;
	background-color: lightskyblue ;
}
.bg-lightgreen{
	color: black;
	background-color: lightgreen ;
}
.bg-darkpink{
	color: white;
	background-color: mediumvioletred ;
}
.bg-darktblue{
	color: white;
	background-color: midnightblue ;
}
.bg-darkgreen{
	color: white;
	background-color: darkgreen ;
}
.bg-darkpink a,
.bg-darkblue a,
.bg-darkgreen a{
	color: white;
}

.button{
	border-radius: 3px;
	padding: 4px 8px;;
}


td.head {
	background: #C6C3C0;
	font-weight: bold;
	text-align: center;
}

td.head_2 {
	background: #C6C3C0;
	font-weight: bold;
	padding-left: 3px;
}

td.head_car {
	background: #70C0B0;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

td.head_car a{
	color:#70C0B0;
}

td.head_car_2 {
	background: #70C0B0;
	font-weight: bold;
	padding-left: 3px;
}

td.data {
	background: #DEDFDE;
	/*
	font-weight: bold;
	*/
	padding-left: 3px;
}

td.data_car {
	background: #B0E0C0;
	/*
	font-weight: bold;
	*/
	padding-left: 3px;
}

td.row_1 {
	background: #DEDFDE;
	vertical-align: middle;
}

td.row_2 {
	background: #EFEFEF;
	vertical-align: middle;
}

td.row_3 {
	background: pink;
	vertical-align: middle;
}

td.row_8 {
	background: silver;
	vertical-align: middle;
}

td.row_9 {
	background: gray;
	vertical-align: middle;
}

td.row_green {
	background: green;
	vertical-align: middle;
}

td.row_orange {
	background: orange;
	vertical-align: middle;
}

td.row_pink {
	background: pink;
	vertical-align: middle;
}

td.row_gray{
	background: gray;
	vertical-align: middle;
}

td.row_car_1 {
	background: #B0E0C0;
	vertical-align: center;
	padding: 3px 0;
}

td.row_car_2 {
	background: #C0F0D0;
	vertical-align: center;
	padding: 3px 0;
	margin: 1px;
}

td.row_car_3 {
	background: pink;
	vertical-align: center;
	padding: 3px 0;
}
td.row_car_4 {
	background: #aaaaaa;
	vertical-align: center;
	padding: 3px 0;
}
td.row_car_5 {
	background: #999999;
	vertical-align: center;
	padding: 3px 0;
}
table.error{
	background: #ffffff;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #36668D;
	border-style: ridge;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    max-width: 640px;
}
table.error td {
	border: 2px ridge #888888;
}

td.error_head {
	background: red;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

td.error_head_2 {
	background: pink;
	color: red;
	font-weight: bold;
	text-align: center;
}

td.error_data {
	padding: 6px;
}
div.center, p.center, th.center, td.center, ul.center{
	text-align: center;
}
div.right, p.right, th.right, td.right, ul.right{
	text-align: right;
}
div.left, p.left, th.left, td.left, ul.left{
	text-align: left;
}
th.top, td.top{
	vertical-align: top;
}
th.bottom, td.bottom{
	vertical-align: bottom;
}
ul.inline{
	padding-left:0;
}
ul.inline li{
	display: inline-block;
	list-style: none;
}
.error_title {
	color :red;
	font-weight: bold;
	font-size: 16px;
}
.error_message {
	font-size: 14px;
	margin-left: 20px;
}

table.solid_line{
	border-collapse: collapse;
	border-width: 1px;
	border-color: #36668D;
	border-style: solid;
}
table.solid_line td.head_sline {
	background: #AAAAAA;
	border: 1px solid #888888;
	font-weight: bold;
	text-align: center;
	background-image: none;
}
table.solid_line td {
	border: 1px solid #888888;
}
table.solid_line td.row_2 {
	border: 1px solid #888888;
}
table.solid_line td.row_3 {
	border: 1px solid #888888;
}
table.car_border{
	border-collapse: collapse;
	border-width: 2px;
	border-color: #36668D;
	border-style: ridge;
}
table.car_border td {
	border: 2px ridge #888888;
}

#Query{
	display:block;
}

form {margin: 0px;}

input.submit_active {
	border-radius: 6px;
	padding:4px;
	background-color:#c83968;
	color: #ffffff;
}

/* For view list */

.IE{
	text-align:center; 
}

#viewlist{
	text-align:left;
	margin:auto;
	width: 100%;
	max-width: 1240px;
}

#viewlist2{
	text-align:left;
	margin:auto;
	width:600px;
}

#viewlist table{
	width: 100%;
	max-width: 1240px;
}

#menutable{
	width: 100%;
	max-width: 1240px;
	margin:auto;
}

#alertlist{
	text-align:left;
	color:#FF0000;
	font-weight:bold;
}

#viewlist .head{
	background: #cccccc;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
	border-right:  solid 1px #FFFFFF;
}

#userdata{
	width:920px;
}

#userdata td{
	background-color:#FFFFFF;
	background:url(/img/tbbg2.gif) top repeat-x;
	border:none;
}

#query table{
	border-collapse:collapse;
}

#query .data{
	background-color:#FFFFFF;
	background:url(/img/tbbg2.gif) top repeat-x; 
	border-bottom: solid 1px #E1E1E1;
	border-right:  solid 1px #E1E1E1;
}

#query .head{
	background-color:#FFFFFF;
	background:url(/img/tbbg2.gif) top repeat-x; 
	border-bottom: solid 1px #E1E1E1;
	border-right:none;
}

#inQuery tr td{
	background-color:#FFFFFF;
	background:url(/img/tbbg2.gif) bottom repeat-x; 
	border-bottom: solid 1px #E1E1E1;
	border-right:  solid 1px #E1E1E1;
}

#inQuery table{
	width: 100%;
	max-width: 1240px;
	border-collapse:collapse;
}

.backnext {
	width: 100%;
	max-width: 1240px;
	padding: 4px;
}

table.updown {
	border-collapse:collapse;
	border-top: solid 1px #CCCCCC;
	border-left:  solid 1px #CCCCCC;
}

.updown td{
	border-bottom: solid 1px #CCCCCC;
	border-right:  solid 1px #CCCCCC;
	margin:0;
	padding-left:2px;
}

table.updown tr td.head a{
	color:#FFFFFF;
}

/* New Kadomaru */
div.kadomaru {
	border-radius: 10px;
	border: 1px solid #aaaaaa;
	padding: 10px;
	margin: 5px 0px;
	background-color:#F4F4F4;
}

table#userdata tr td.bgwhite{
	background-color:#FFFFFF;
	background-image:none;
	border:none;
}

table#userdata tr td.bgwhite2{
	background-color:#FFFFFF;
	background-image:none;
	width:30px;
	border:none;
	text-align:right;
}

table#userdata tr td.bgwhite2 img{
	vertical-align:bottom;
}

table.updown tr td.modheader {
	background-color:#F4F4F4;
	background:url(/img/tbbg.gif) top repeat-x; 
	border-bottom: solid 1px #E1E1E1;
	border-right:  solid 1px #E1E1E1;
	text-align:center;
}


#viewlistmod{
	text-align:left;
	margin:auto;
	width:914px;
	margin-bottom: 50px;
}

#viewlistmod h1{
	text-align:center;
	font-size:large;
	padding:0;
	margin:0;
	position: relative;
	bottom: -5px;
}

#viewlistmod table#userdata {
	width:900px;
}

.modbutton{
	margin-top: 10px;
	text-align:center;
	width: 900px;
}

.modbutton table{
	margin:auto;
}

/* common/footer */

#logout {
	text-align:center;
}

#logout a {
	color:#000000;
	text-decoration: none;
}

/* -----------------------------------------------------------------*/
/* OTHER */
/* -----------------------------------------------------------------*/

/* Tooltip */
.tooltipCont {
	display: none;
	position: absolute;
	z-index: 100;
	padding: .5em;
	background: #cef3ff;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}