@charset "utf-8";

/* =======================================

	Company CSS
	※会社概要のみに使用されるCSS
	Last Up Date 2011/05/01

========================================== */
	


/* 会社情報テーブル */
.company .companyOutline {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #c6d9e9;
	border-left-color: #c6d9e9;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.company .companyOutline th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #c6d9e9;
	border-bottom-color: #c6d9e9;
	background-image: url(../../img/common/bg_td1.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	width: 30%;
}
.company .companyOutline td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c6d9e9;
	border-bottom-color: #c6d9e9;
	background-image: url(../../img/common/bg_td1.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* 会社情報テーブル */
.company .companyHistory {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6d9e9;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.company .companyHistory th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #c6d9e9;
	border-bottom-color: #c6d9e9;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: normal;
	width: 30%;
}
.company .companyHistory td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6d9e9;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.company #GmapArea {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #DADADA;
	margin-bottom: 10px;
}
