@charset "utf-8";

@import "../../css/common.css";

ul.topicpath {
	overflow: hidden;
}

ul.topicpath li {
	float: left;
	padding: 0 3px;
}
ul.topicpath li a {
	float: left;
	padding: 0 3px 0 0;
}

h2 {
	margin-bottom: 20px;
	width: 420px;
	height: 57px;
	background: url(../images/h2_company.png) top left no-repeat;
}
* html h2 {
	behavior: expression(IEPNGFIX.fix(this));
} 
div#map-box {
	margin-top: 20px;	
	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 10px;
	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;
}
