@charset "UTF-8";
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	margin-top: 10px;
	margin-bottom:5px;
	padding: 1px;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
dt {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}
dd {
	margin-left: 10px;
}

td, th{
	border-bottom:#000 dotted 1px;
}

th {
	width:auto;
	font-weight:normal;
}
em {
	font-weight:bold;
	color:#F00;
}

table {
	width:90%;
	margin-left:5%;
}
