@CHARSET "UTF-8";


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #222222;
	font-size: small;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
}

label {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
textarea {
	direction: ltr;
	height: 24px;
	width: 100px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #C0C0C0 #D9D9D9 #D9D9D9;
	border-image: none;
	border-radius: 1px 0 0 1px;
	border-right: 1px solid #D9D9D9;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	margin: 0px;
	padding: 0 0 0 3px;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
	border: 1px solid #B9B9B9;
	border-top: 1px solid #A0A0A0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid #4D90FE;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

a {
	text-decoration: none;
	color: #008DBB;
}

li {
	list-style: none;
}

#tabr {
	float: left;
	width: 80%;
}

#tabr a, #tabr span {
	padding: 8px 10px 7px;
}

#auth {
	width: 20%;
	text-align: right;
	float: left;
}

#auth a, #auth span {
	padding: 8px 10px 7px;
}

.header {
	position: fixed;
	width: 100%;
	height: 29px;
	background-color: #2D2D2D;
	z-index: 10;
}

.head_ul > li {
	width: auto;
	min-width: 80px;
	height: 29px;
	/*display: inline-flex;*/
	display: table-cell;
	float: left;
}

.head_ul li:hover, #auth a:hover {
	background-color: #4C4C4c;
}

.head_ul li ul li {
	border-top: 1px solid #CCCCCC;
	background-color: #2D2D2D;
}

.head_ul li > ul {
	visibility: hidden;
}

.head_ul li:hover > ul {
	visibility: visible;
}

.head_ul > li a {
/*
	width: 100%;
	height: 29px;
	line-height: 29px;
*/
	display: block;
	text-align: center;
	color: #CCCCCC;
}

.head_ul > li.active {
	border-top: 2px solid #FF0000;
}

.head_ul > li.active a {
	color: #FFFFFF;
}

.head_ul > li.active a {
	color: #FFFFFF;
}

#content {
	position: relative;
	padding-top: 29px;
	z-index: 1;
}

#content h1 {
	border-left: 8px solid #15428B;
	border-left: 8px solid #DD4B39;
	border-bottom: 1px dotted #E3E3E3;
	color: #15428B;
	color: #DD4B39;
	font-size: 16pt;
	margin: 1px 0 10px;
	padding: 0 0 0 10px;
	width: 30%;
}

#content .left, #content #search_form {
	margin-left: 70px;
}

.footer {
	background-color: #2D2D2D;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
}

.footer > h6 {
	font-size: 11pt;
}

.button {
	margin: 0 5px;
	font-size: 13px;
	height: 32px;
	line-height: 29px;
	vertical-align: bottom;
	background-color: #4D90fe;
	background-image: -moz-linear-gradient(center top, #4d90fe, #4787ed);
	background-image: -webkit-linear-gradient(top, #4D90FE, #4787ED);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	border: 1px solid #3079ED;
	color: #FFFFFF;
	text-shadow: 0 1px rgb(0 0 0 / 10%);
	border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	min-width: 74px;
	padding: 0 8px;
	text-align: center;
	font-family: inherit;
	-moz-transition: all 0.218s ease 0s;
	-moz-user-select: none;
	-webkit-transition: all 0.218s;
}

#search_form {
	margin: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 1000px;
}

#search_form label {
	font-weight: bold;
	margin-left: 5px;
}

#search_form label[for$="_btn"] {
	display: none;
}

table.datalist {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px;
}

table.datalist {
	box-sizing: content-box;
}

table.datalist > tbody > tr.delete-list {
	background-color: #C3C3C3;
	color: #777777;
}

table.datalist tr:hover {
	background-color: palegoldenrod;
	color: #000000;
}

table.datalist th {
	font-weight: bold;
	background-color: #F1F1F1;
	text-align: center;
	white-space: nowrap;
	padding: 5px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #CCCCCC;
}

table.datalist td {
	padding: 7px 5px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #CCCCCC;
}

table.datalist a {
	text-decoration: none;
}

table.edit_table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin: 30px 70px;
}

table.edit_table div {
	font-size: 12pt;
}

table.edit_table th {
	background-color: #F1F1F1;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

table.edit_table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-color: #CCCCCC;
}

table.edit_table td > input, table.edit_table td > select {
	margin: 2px 4px;
}

table.edit_table td > input[type="text"] {
	width: 60px;
}

table.edit_table td > button {
	width: 100px;
	margin: 0 20px;
}

.ime-active {
	ime-mode: active;
}

.ime-disabled {
	ime-mode: disabled;
}

.anchor {
	color: #008DBB;
	cursor: pointer;
}

.errors {
	color: #DD4B39;
	padding: 0px;
	margin: 3px 0px;
}

.clear {
	clear: both;
}




/*------------------------------------------*/
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	opacity: 0.8;
	z-index: 9000;
}

#loading .loading-msg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("../img/loading2.gif") center center no-repeat;
}

.none {
	display: none;
}