@charset "utf-8";

@import "../../css/common.css";


h2 {
	width: 830px;
	height: 175px;
	background: url(../images/bg_top-img.png) top left no-repeat;
}

ul.topicpath {
	margin: 0 0 0 15px;
	overflow: hidden;
}

ul.topicpath li,
ul.topicpath li a {
	float: left;
	padding: 0 3px;
}

div#map-box {
	margin-top: 20px;	
	padding: 0 0 0 15px;
	width: 630px;
	overflow: hidden;
}
div#map-box dl.map {
	padding: 10px 5px 0 10px;
	float: left;
	width: 300px;
}

div#map-box dl.map dt {
	margin: 5px 0;
	font-size: 108%;
}

table#company-ex {
	width: 620px;
	margin: 10px 0 0 25px;
	font-size: 14px;
	border-collapse: collapse;
}
table#company-ex th,
table#company-ex td {
	border: solid 1px #CCC;
	border-width: 0 0 1px 0;
}
table#company-ex th {
	width: 100px;
	font-weight: bold;
}
table#company-ex td {
	padding: 10px;
	line-height: 2.0;
}
