@charset "utf-8";

#contents h2{
	font-weight:bold;
	font-size:120%;
	color:#0550a9;
}

em{
	display:inline-block;
	padding:3px 5px;
	line-height:1;
	background:#ff0000;
	color:#ffffff;
	position:relative;
	bottom:3px;
	font-size:80%;
	border-radius:3px;
}

table{
	margin-bottom:40px;
}

#contents dl dt{
	padding:0px 0px 10px 16px;
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
	font-weight:bold;
}
#contents dl dd{
	padding:0px 0px 0px 16px;
	margin-bottom:25px;
	text-indent:1em;
}










