body {
    background-color: #E7E7E7;
    font-size: 12px;
    font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    text-align: center;
}
body input {
    font-family: Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align: center;
}
body select {
	font-family: sans-serif;
}
label{
    color:#cc3366;
}

#MainLogin {
	width: 400px;
	height: 300px;
	text-align: center;
	position: relative;
	background-color: #ccccff;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top: 3px solid #000080;
	border-right: 3px solid #F2FFEC;
	border-bottom: 3px solid #F2FFEC;
	border-left: 3px solid #000080;
}
#MainLogin table {
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
    font-size: 14px;
}

/*---  Screen  ---*/
#ScreenBox {
	width: 920px;
	background-color: #EFFEFE;
	border:1px solid #2F32B5;
	margin: 0px auto;
	position: relative;
}

#Header {
	width: 720px;
    color: #0909F7;
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*---  Menu  ---*/
#MenuBox {
	width: 920px;
	height: 540px;
	margin: 0px auto;
	position: relative;
}
#MenuBox div {
	padding: 5px 0px;
	margin: 10px 30px 50px 30px;
	float: left;
}
#MenuMain {
	width: 240px;
	height: 300px;
	text-align: center;
	position: relative;
	background-color: #C1FFC1;
	border-top: 3px solid #007500;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #007500;
}
#MenuMain td {
	color: #800040;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#MenuBottom {
	width: 850px;
	height: 90px;
	text-align: center;
	position: relative;
	margin: 20px auto 0px auto;
	background-color: #A6A6FF;
	border-top: 3px solid #000073;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #000073;
}

/*---  Search  ---*/
#SearchBox1 {
	width: 720px;
	height: 40px;
	font-size: 16px;
	margin: 5px auto 0px auto;
	position: relative;
}
#SearchBox1 table {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
	font-size: 16px;
}
#SearchBox1 table td {
	margin-left: 5px;
}
#SearchBox1 select {
	font-size: 16px;
}
#SearchBox1 input {
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
}
#SearchBox1 label {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	margin-left: 10px;
}

#SearchBox2 {
	width: 650px;
	text-align: left;
	color: #003399;
	background-color: #EFFEFE;
	border: 3px #3399cc double;
	margin: auto auto;
	position: relative;
}
#SearchBox2 table {
	width: 580px;
	margin: 10px auto;
	empty-cells: show;
	font-size: 14px;
    font-family: sans-serif;
    text-align: left;
}
#SearchBox2 td {
	padding: 5px 5px;
}
#SearchBox2 label {
	color: #cc3300;
	font-weight: bold;
	margin: 0px 5px;
}
#SearchBox2 input {
	font-size: 14px;
	text-align: center;
}
#SearchBox2 select {
	font-size: 14px;
}

/*---  Information Header  ---*/
#InfoHeader {
	width: 650px;
	height: 40px;
	background-color: #ADFCC5;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid;
	text-align: center;
	position: relative;
}
#InfoHeader table {
	width: 600px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}
#InfoHeader label {
	color: #cc3300;
	font-weight: bold;
	margin-left: 5px;
}

/*---  Information Detail  ---*/
#DetailBox {
	margin: 0px auto;
	position: relative;
}
#DetailBox div {
	padding: 0px 0px;
	margin: 0px 3px;
	float: left;
}

#InfoList {
	width: 710px;
	margin: 10px auto;
	color: #0000FF;
	font-size: 14px;
	overflow: auto;
	text-align: center;
	position: relative;
}
#InfoList table {
	width: 700px;
	margin: 0px auto;
	empty-cells: show;
	font-size: 14px;
}
#InfoList table th {
	background-color: #F9F16C;
}
#InfoList table td {
	text-align: center;
}
#InfoList table, #InfoList table th, #InfoList table td {
	border:black 1px solid;
}

/*---  Input Box  ---*/
#InpBox {
	width: 640px;
	background-color: #EDFFC1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
	position: relative;
	border-top: 4px solid #567B00;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #567B00;
}
#InpBox div {
	padding: 5px 0px;
	margin: 10px 30px 50px 30px;
	float: right;
}
#InpBox table {
	width: 580px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
#InpBox table td {
	padding: 3px 5px;
	color: #000000;
}
#InpBox input {
	font-size: 16px;
	text-align: center;
}
#InpBox select {
	font-size: 14px;
}
/* ﾚｯﾄﾞ */
#InpBox label {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
/* ﾏｾﾞﾝﾀ */
#InpBox label2 {
	color: #FF00FF;
	font-weight: bold;
	margin-left: 5px;
}
/* ﾌﾞﾙｰ */
#InpBox label3 {
	color: #0000FF;
	font-weight: bold;
	margin-left: 5px;
}
/* ｵﾚﾝｼﾞ */
#InpBox label4 {
	color: #FF5F11;
	font-weight: bold;
	margin-left: 5px;
}

#InpList {
	width: 700px;
	margin: 10px auto;
	overflow: auto;
	text-align: center;
	position: relative;
}
#InpList table {
	width: 680px;
	margin: 0px auto;
	empty-cells: show;
	font-size: 14px;
}
#InpList table th {
	background-color: #ffc0cb;
}
#InpList table td {
	background-color: #ffffe0;
	text-align: center;
}
#InpList table, #InpList table th, #InpList table td {
	border:black 1px solid;
}
#InpList input {
	font-size: 14px;
	text-align: center;
}

/*---  Bottom Box  ---*/
#BottomBox {
	width: 600px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
	text-align: left;
	position: relative;
}

/*---  Command Button  ---*/
.BtnLogin {
	width: 100px;
	height: 30px;
	left: 170px;
	bottom: 100px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #0000FF;
	padding: 0px 0px;
	position: absolute;
}
.BtnLogin:hover {
	background-color: #FFFF66;
}
.BtnLogin:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnPassword {
	width: 160px;
	height: 30px;
	left: 170px;
	bottom: 60px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #FF0080;
	padding: 0px 0px;
	position: absolute;
}
.BtnPassword:hover {
	background-color: #FFC4FF;
}
.BtnPassword:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnMenu0 {
	width:160px;
	height:40px;
	font-family: sans-serif;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
	padding: 0px 0px;
	position: relative;
}
.BtnMenu0:hover {
	background-color: #A6FFFF;
	color: #0000A0;
}
.BtnMenu0:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
	color: #FF00FF;
}

.BtnMenu1 {
	width:160px;
	height: 40px;
	background-color: #FFCA95;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: #E10071;
	padding: 0px 0px;
	position: absolute;
}
.BtnMenu1:hover {
	background-color: #FFC4FF;
	color: #FF0080;
}
.BtnMenu1:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
	color: #FF00FF;
}

.BtnMenu2 {
	width:200px;
	height: 40px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: #007300;
	padding: 0px 0px;
	position: absolute;
}
.BtnMenu2:hover {
	background-color: #ACFFFF;
	color: #0909F7;
}
.BtnMenu2:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
	color: #FF00FF;
}

.BtnClose {
	width: 60px;
	height: 30px;
	right: 10px;
	top:0px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #666666;
	position: absolute;
	padding: 0px 0px;
}
.BtnClose:hover {
	color: #FF00FF;
}
.BtnClose:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnReturn {
	width: 60px;
	height: 25px;
	right: 10px;
	top: 3px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #666666;
	position: absolute;
	padding: 0px 0px;
}
.BtnReturn:hover {
	color: #FF00FF;
}
.BtnReturn:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnSearch {
	width: 80px;
	height: 30px;
	right: 20px;
	top: 10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #8000FF;
	position: absolute;
	padding: 0px 0px;
}
.BtnSearch:hover {
	background-color: #FFCBB3;
}
.BtnSearch:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnSubmit {
	width: 100px;
	height: 30px;
	right: 20px;
	bottom: 0px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #FF0080;
	padding: 0px 0px;
	position: absolute;
}
.BtnSubmit:hover {
	background-color: #FFC4FF;
}
.BtnSubmit:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnEdit {
	width: 80px;
	height: 30px;
	right: 40px;
	bottom: 0px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #0000FF;
	padding: 0px 0px;
	position: absolute;
}
.BtnEdit:hover {
	background-color: #C4FFFF;
}
.BtnEdit:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnDel {
	width: 80px;
	height: 30px;
	right: 400px;
	bottom: 0px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #FF0000;
	padding: 0px 0px;
	position: absolute;
}
.BtnDel:hover {
	background-color: #FFAA55;
}
.BtnDel:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnExcel {
	width: 100px;
	height: 30px;
	right: 20px;
	top: 10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 3px solid #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #009900;
	padding: 0px 0px;
	position: absolute;
}
.BtnExcel:hover {
	background-color: #C4FFFF;
}
.BtnExcel:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnDetail {
	width: 80px;
	height: 25px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #0000FF;
	padding: 0px 0px;
}
.BtnDetail:hover {
	background-color: #C4FFFF;
}
.BtnDetail:active {
	background-color: #C0C0C0;
	border-top: 3px solid #999999;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #999999;
}

.BtnTransparence {
	height: 22px;
	text-decoration: none;
}

copyright {
	width: 500px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000080;
	text-align: right;
	display: block;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	padding: 5px 0px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
