@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "cont.css";

/* 会社概要
--------------------------------------------------------------------*/

div.company table {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.4em;
	line-height:1.5;
	margin-bottom:10px;
	font-weight:bold;
}

div.company table tr th {
	width:100px;
	padding:5px 0 5px 10px;
	text-align:left;
	margin:0;
	vertical-align:top;
}

div.company table tr td {
	padding:5px 0 5px 0;
	margin:0;
	vertical-align:top;
}

div.company table tr td span {
	padding-left:10px;
}

#map {
	width:610px;
	height:400px;
	background:#333;
	color:#FFF;
	margin:0 auto;
}
