#header {
	height: 129px;
	background: url(bg_main.jpg) no-repeat 0 0;
}
#header h1 {
	float: right;
	width: 100px;
	height: 50px;
	margin-top: 10px;
}
#header h1 a {
	display: block;
	width: 100px;
	height: 50px;
	text-indent: -9999px;
	outline: none;
}
#contentsbody dl {
	margin-top: 25px;
}
#contentsbody dt {
	font-weight: normal;
	width: 12em;
	font-weight: bold;
	border-left: 3px solid #112d79;
	padding-left: 3px;
}
#contentsbody dd {
	margin-left: 12em;
	position: relative;
	top: -1.7em;
	margin-bottom: -5px !important;
}
em {
	color: #ff8000;
	font-weight: bold;
}
.errormsg {
	background: #ffbe7e;
	color: #666;
	padding: 2px;
	font-size: 85%;
}
input,textarea {
	margin-bottom: 3px;
}