@charset "utf-8";
/* CSS Document */

h2 {
	width: 620px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
	background-repeat: no-repeat;
}
.content {
	line-height: 1.4em;
}

/*	運営会社概要	*/
h2#outline-h {
	background-image: url(../images/company/outline_h2.gif);
}

table.outline-table {
	width: 620px;
	border-spacing: 0;
}


table.outline-table th,
table.outline-table td {
	font-size: 14px;
	line-height: 1.4em;
	padding: 5px 15px;
	vertical-align: middle;
}

table.outline-table th {
	width: 15%;
	font-weight: normal;
}

/*	業務内容	*/
h2#business-h {
	background-image: url(../images/company/business_h2.gif);
}

ul#business-list {
	padding-left: 2em;
	margin-bottom: 1em;
}

ul#business-list li {
	padding: 5px 0;
}

/*	主要取引先	*/
h2#client-h {
	background-image: url(../images/company/client_h2.gif);
}

table.client-table {
	width: 550px;
	border-spacing: 0;
}

table.client-table td {
	padding: 5px 2px;
	width: 33%;
	text-align: left;
	vertical-align: top;
}


/*	沿革	*/
h2#history-h {
	background-image: url(../images/company/history_h2.gif);
}

table.history-table {
	width: 550px;
	border-spacing: 0;
}
table.history-table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 2px;
}

table.history-table td.left-cell {
	width: 25%;
}

/*	地図＆アクセス	*/
h2#map-access-h {
	background-image: url(../images/company/map-access_h2.gif);
}

#tokyo-map {
	width: 305px;
	float: left;
}

#osaka-map {
	width: 305px;
	float: right;
}


