body {
	font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka;
	color: #4c4c4c;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #35556B;
	padding: 5px;
	border-top: 2px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	background-color: #eeeeee;
}
h2 {
	font-size: 12px;
	color: #35556B;
	padding-left: 5px;
	margin-bottom: 8px;
	border-left: 8px solid #4c4c4c;
}
/*
a:hover {
	color:#dd8d2a;
	text-decoration: underline;
}
a {
	color:#4c4c4c;
	text-decoration: none;
	font-size: 12px;
}
*/
input {
	font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}
textarea {
	font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}
select {
	font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}
form {
	margin-top: 0px;
}
img {
	border: 0px;
}
em {
	font-weight: bold;
	font-style: normal;
}
.tbl  {
	font-size: 12px;
	border-collapse: collapse;
	border: 2px solid #35556b;
}
.tbl th {
	background-color: #507c9a;
	color: #ffffff;
	padding: 2px;
	border-top: none;
	border-bottom: 1px solid #35556b;
	border-left:none;
	border-right: 1px solid #35556b;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.tbl td {
	background-color: #f8f8ff;
	padding: 2px;
	border-top: none;
	border-bottom: 1px solid #35556b;
	border-left:none;
	border-right: 1px solid #35556b;
}
.errs {
	background-color: #ffeeee;
	color: #880000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 500px;
	border: 1px solid #880000;
}
.errs ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.numonly {
	ime-mode:disabled
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}