@charset "utf-8";


h2 {
	margin-bottom: 30px;
	text-align: center;
	}

ul {
	margin-bottom: 50px;
	}

ul li {
	margin-left: 2em;
	list-style: disc;
	}

dl {
	
	}
/*
dt {
	font-weight: bold;
	font-size: 116%;
	}
*/
dt {
	margin-bottom: 5px;
	padding: 2px 2px 2px 7px;
	border: 1px solid #0080db;
	border-left: 5px solid #0080db;
	color: #0080db;
	background: #e8f2ff;
	font-weight: bold;
	font-size: 116%;
	}
dd {
	margin-bottom: 60px;
	}


