@charset "utf-8";

/* ▼▼▼ 会社概要
=====================================*/
/* 会社概要 */
.copy {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	}
dl#company {
	margin-bottom: 30px;
	overflow: hidden;
	}
	dl#company dt {
		float: left;
		width: 130px;
		margin-bottom: 15px;
		}
	dl#company dd {
		margin: 0 0 15px 130px;
		}
.map {
	margin-bottom: 40px;
	overflow: hidden;
	}
table#history {
	width: 660px
	margin-bottom: 40px;
	overflow: hidden;
	}
	table#history th {
		width: 90px;
		background: url(../../common/img/bg_gy02.gif) repeat;
		padding: 10px;
		font-weight: normal;
		vertical-align: top;
		border-bottom: 2px solid #fff;
		}
	table#history td {
		padding: 10px;
		border-bottom: 2px solid #fff;
		}
		table#history td .line {
			padding: 5px 10px;
			margin-top: 5px;
			border: 1px solid #E8E8E8;
			}
