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

#lm h2 {
	background-image: url(img/lm_img.jpg);
}
#main {
	background-image: url(img/md.gif);
	padding-bottom: 15px;
}
table {
	margin-left: 13px;
	border: 2px solid #9dd;
	border-collapse: collapse;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
table caption {
	font-size: 16px;
	font-weight: bold;
	color: #51AD1E;
	text-align: left;
}
table th {
	border: 2px solid #9DD;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	width: 190px;
}
table td {
	border: 2px solid #9DD;
	padding: 10px;
	width: 307px;
}
