body{
	background:#ffffff;
	color:blue;
	width:90%;
	margin:15px auto;
	text-align:center;
}
form#loginForm{
	width:90%;
	margin:20px auto;
	padding:20px;
	text-align:center;

}
form#logoutForm{
	width:100%;
	margin:10px auto;
	padding:20px;

}

form#topForm{
	width:100%;
	margin:15px auto;
	padding:25px;
	text-align:center;

}

fieldset{
	background:#ffffff;
	color:#000000;
	font-size: large;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 200%;
}

header{
	background:#ffffff;
	color:#000000;
	margin:15px auto;
	text-align:right;
	height: 10px;
}

main{
	background:#ffffff;
	color:#000000;
	margin:15px auto;
	text-align:center;
}

.container{
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.listSel1{
	width:110px;
	height: 450px;
}
.listSel2{
	width:170px;
	height: 450px;
}
.listSel3{
	width:760px;
	height: 450px;
}

.listSelLeft{
	width: 500px;
	height: 50px;
}
.listSelRight{
	width: 500pxx;
	height: 50px;
}


table {
	width: 100%;
	background:#ffffff;
	color:#000000;
	font-size: small;
	font-family: "ＭＳ ゴシック",sans-serif;
	padding : 3px;
	border-collapse: separate;
	table-layout: fixed;
}
th{
	border:solid 1px #aaaaaa;
	border-collapse: collapse;
	padding : 3px;
	text-align: center;
	vertical-align: middle;
}
td{
	border:solid 1px #aaaaaa;
	border-collapse: collapse;
	padding : 3px;
	text-align: left;
}

.list_table {
	border: solid 0.5px;
	border-color: #787878;
	border-collapse: collapse;
	max-height: 450px;
}

.list_table thead ,tbody {
	display: block;
}

.list_table tbody {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 420px;
}

.list_table th {
	border: solid 1px;
	border-color: #787878;
	text-align: center;
	vertical-align: middle;
	background-color: #0066CC;
	color: #FFFFFF;
	padding: 5px;
	font-size: small;
	font-family: "ＭＳ ゴシック",sans-serif;
}

.list_table td {
	border: solid 1px;
	border-color: #787878;
	background-color: #FFFFFF;
	color: #020202;
	padding: 5px;
	font-size: small;
	font-family: "ＭＳ ゴシック",sans-serif;
}
