@charset "utf-8";

#kanban {
	background-image: url(img/kanban-about.jpg);
}

h2 {
	font-size: 1.4em;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: thick #727775 dashed;


}

#map-wrapper {
	margin: 8px auto 0px;
	width: 630px;
	background-image: url(img/map.gif);
	background-position: 100% 95%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	
}
#map-box {
	width: 270px;
	padding: 10px 0 10px;
	
}
#map-box ul {
	
	list-style-type: square;
	text-align: left;
	padding-left: 40px;
}
#map-box ul li {
	margin: 15px 0 15px 0;
}
#table-wrapper {

	margin: 10px auto 20px;
	padding-bottom: 10px;
	width: 630px;
	background-repeat: no-repeat;
	background-image: url(img/outImg.gif);
	background-position: 100% 95%;
	text-align: left;
}

	
#table {
	margin-left: 20px;
	width: 370px;
	font-weight: bold;
	
	
}
#table tr th,#table tr td {
	
	padding: 16px 0 16px 0;
}
#table tr td {
	border-bottom: medium #727775 dotted;
	padding-left: 20px;
}