@charset "Shift_JIS";

form {
	padding: 0px;
	margin: 0px;
}

input.text {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
	width: 320px;
	height: 23px;
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(  0,  0,  0);
	border-width: 1px;
}
input.password {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
	width: 320px;
	height: 23px;
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(  0,  0,  0);
	border-width: 1px;
}
input.button {
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 32px;
	padding: 0px;
	margin: 2px;
	border-style: solid;
	border-color: rgb(160,160,160) rgb( 96, 96, 96) rgb( 96, 96, 96) rgb(160,160,160);
	border-width: 2px;
	cursor: pointer;
}
input.disable {
	color: rgb(224,224,224);
	background-color: rgb(192,192,192);
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 32px;
	padding: 0px;
	margin: 2px;
	border-style: solid;
	border-color: rgb(224,224,224) rgb(160,160,160) rgb(160,160,160) rgb(224,224,224);
	border-width: 2px;
}

textarea {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
	width: 320px;
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(  0,  0,  0);
	border-width: 1px;
}

div.maintower table.form {
	color: rgb(  0,  0,  0);
	background-color: rgb(240,240,240);
	width: auto;
	padding: 0px 0px;
	margin: 32px auto;
	border-style: solid;
	border-color: rgb(248,248,248) rgb(232,232,232) rgb(232,232,232) rgb(248,248,248);
	border-width: 2px;
}
div.maintower table.form tr th {
	color: rgb(  0,  0,  0);
	background-color: rgb(240,240,240);
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
div.maintower table.form tr td {
	color: rgb(  0,  0,  0);
	background-color: rgb(240,240,240);
	text-align: left;
	vertical-align: middle;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
div.maintower table.form tr th.title {
	color: rgb(  0,  0,  0);
	background-color: rgb(224,224,224);
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-color: rgb(216,216,216) rgb(232,232,232) rgb(232,232,232) rgb(216,216,216);
	border-width: 1px;
}
div.maintower table.form tr td.buttons {
	text-align: center;
}
div.maintower table.form tr td.buttons form {
	display: inline;
}
div.maintower table.form tr td.buttons form p {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.maintower p.buttons {
	text-align: center;
}
