body {
  background-color: white;
	position: absolute;
	top: 0;
	left: 0;
  color: #999999;
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
}
#nion {
	text-decoration: none;
	text-align: right;
	position: fixed;
	margin-right: 15px;
	margin-top: 15px;
	right: 0px;
	top: 0px;
	display: block;
	text-decoration: none;
}
#dod {
	text-decoration: none;
	text-align: right;
	position: fixed;
	margin-right: 15px;
	margin-bottom: 15px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-decoration: none;
}
#y, #c {
  color: #999999;
  z-index: 1;
	text-decoration: none;
	text-align: left;
	position: fixed;
	margin-left: 15px;
	margin-bottom: 15px;
	display: block;
	left: 0px;
	bottom: 0px;
}

#m {
	text-decoration: none;
	text-align: right;
	position: fixed;
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	right: 0px;
	bottom: 0px;
}

a {
  color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
td {
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
}
input, textarea {
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 17px;
	color: #000000;
	text-align: left;
	margin-bottom: 3px;
}
textarea {
  width: 150px;
  height: 300px;
}
input {
  width: 150px;
  height: 18px;
}
input.button {
  width: 72px;
  text-align: center;
}
fieldset {
  margin-left: 0px;
  padding-left: 0px;
	text-align: left;
	border: none;
}
.back { border-bottom: 1px dashed #000000; }

.invisible {
visibility: hidden;
}

img {
border: none;
}
