/***************************************
 * company.css
 ***************************************/

h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 10px;
}

/* 会社概要 */
.gaiyou {
	overflow: hidden;
}
.gaiyou table {
	width: 400px;
	margin-bottom: 20px;
	float: left;
}
.gaiyou table div {
	padding: 3px;
}
.gaiyou table th {
	width: 80px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.gaiyou table td {
	width: 320px;
	border-bottom: 1px solid #eee;
}
.photo {
	width: 190px;
	height: 200px;
	background: #eee;
	float: right;
}

/* 社内写真 */
.room {
	margin-bottom: 10px;
}
.room dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #990066;
}

/* 地図 */
.map {
	overflow: hidden;
}
.map dl {
	width: 270px;
	float: left;
}
.map dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #990066;
}
.map dl dd {
	margin-bottom: 10px;
}
.map dl dd span {
	display: block;
	color: #AF0000;
}
.map img {
	width: 330px;
	float: right;
}
