@charset "UTF-8";
table {
	border: 1px solid #55aacc;
	margin-bottom: 10px;
	width: 580px;
}
table th {
	text-align: right;
	vertical-align: top;
	background-color: #55aacc;
	color: #FFFFFF;
}
table td {
	background-color: #eeffff;
}
table th, td {
	padding: 5px;
	border: 1px solid #55aacc;
}
h4 {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}
dl {
	margin-bottom: 30px;
}
dt {
	font-weight: bold;
	font-size: 1.2em;
}
dd {
	margin-bottom: 15px;
	line-height: 1.8;
}

