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


.title {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 25px;
}
#bg {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../img/about_us/bg_img.gif);
	background-repeat: no-repeat;
}

#right_container td {
	height: 24px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #DDDDDD;
	border-bottom-color: #AAFFEA;
}
#right_container .about {
	margin-top: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#map {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}


.dt {
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	color: #5B5B5B;
}
.dd {
	line-height: 24px;
	padding-left: 10px;
	color: #555555;
}
