@charset "utf-8";
/* CSS Document */

body ul.info {
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 1.5;
}

body ul.info2 {
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 1.5;
	list-style: circle
}

body table.course {
	width: 560px;
	border: solid 1px #2f917f;
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
}

body table.course tr {
	border: solid 1px #2f917f;
}

body table.course th {
	color: #ffffff;
	background: #3ebfa8;
	border: solid 1px #2f917f;
	padding: 2px 3px;
}
	
body table.course td {
	border: solid 1px #2f917f;
	padding: 2px 3px;
}