/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #EEFAFF;
	}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

table {
	background-color: #FFFFFF;
	margin: 15px auto;
	border: 2px;
	border-style: solid;
	border-spacing:0px;
	border-collapse:collapse;
	text-align:left;
	border-color: #990066;
}
td {
	background-color: #FFFFFF;
	padding: 2px 10px;
	border: 1px;
	border-style: solid;
	white-space: nowrap;
	vertical-align:middle;
	font-size:12px;
	border-color: #E9D5A9;
}
.goukei {
	background-color: #B2DE69;
	padding: 2px 15px;
	border: 1px #CCCCCC;
}
.goukeiInput {
	border:0px;
	text-align: right;
	background-color: #B2DE69;
	font-weight:bold;
	}
th {
	background-color: #EDDAED;
	padding: 5px 15px;
	border: 1px #CCCCCC;
	border-style: solid;
	font-size:14px;
	vertical-align:middle;
	font-weight: bold;
	white-space: nowrap; 
}
input {
	text-align: right;
}
input.center {
	text-align: center;
}

.prof{
	color: #FFFFFF;
	background-color: #FE0000;
}
.fixedForm {
	border:0px;
	text-align: right;
}
.kanbai {
	background-color: #CCEA97;
	height: 23px;
	}
.unfixedForm.kanbai {
	background-color: #999999;
	text-align: right;
	border:0px;
}
.fixedForm.kanbai {
	background-color: #999999;
	text-align: right;
	border:0px;
}
.fixedForm_left {
	border:0px;
	text-align: left;
}
.unfixedForm {
	text-align: right;
}

.text1   { font-size: 12px; line-height: 120% }
.text3 { font-size: 14px; line-height: 160% }


