/****************************************************
　■会社案内　ページ設定
****************************************************/

/* --- サイドメニュータイトル --- */
#side-navi h2 {
	background-image: url(images/company_h2_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}



/* --- コンテンツ --- */
#company {
	margin: 0 0 40px 0;
}
#company-inner {
	padding: 0;
}



/* --- 段落設定 --- p {margin: 0 15px;} */
 
p {
	margin: 0 20px 10px 20px;
}

/* --- テーブル設定 --- */

#company table{
	margin: 0 0 0 20px;
}

#company td {
	line-height: 1.4em;
	padding: 15px 0 2px;
	border-bottom: 1px dotted #CCCCCC;
}
#company td.theme {
	color: #669933;
	font-weight: 700;
	vertical-align: top;
}
/* tabeleマークアップリセット */
#company .reset {
	margin: 0;
	padding: 0;
}
#company .reset table {
	margin: 0;
	padding: 0;
}
#company .reset td {
	border: none;
	padding: 1px;
}


/* 当社の取り組み */

/* カッコ付きインデント */
#company p.ind-kakko {
	font-size: 100%;
	margin: 0 0 5px 22px;
	text-indent: -22px;
}

/* 数字、○インデント */
#company p.ind-num {
	font-size: 100%;
	margin: 0 20px 5px 38px;
	text-indent: -18px;
}
.sign {
	margin: 10px 0 20px 400px;
	font-size: 100%;
}

.cocom {
	margin: 5px 0 30px 20px;
	padding: 10px 0 30px 0;
}
.cocom img {
	border: 1px solid #ccc;
	margin: 0 15px 30px 0;
	float: left;
}


/* 営業所・事業所案内 */
.office {
	margin: 0 10px 40px 0;
	padding: 0;
	clear: both;
	height: 190px;
	border-bottom: 1px dotted #CCCCCC;
}
.access-text {
	width: 360px;
	float: left;
}
.access-map {
	margin: 0 0 0 20px;
	display: block;
	width: 150px;
	height: 26px;
	background-image: url(images/company_map_bt.gif);
}
.access-image01 {
	margin: 0 10px 0 0;
	width: 190px;
	height: 130px;
	float: right;
	background-image: url(images/company_office_010.jpg);
}
.access-image02 {
	margin: 0 10px 0 0;
	width: 190px;
	height: 130px;
	float: right;
	background-image: url(images/company_office_020.jpg);
}
.access-image03 {
	margin: 0 10px 0 0;
	width: 190px;
	height: 130px;
	float: right;
	background-image: url(images/company_office_030.jpg);
}
.access-image04 {
	margin: 0 10px 0 0;
	width: 190px;
	height: 130px;
	float: right;
	background-image: url(images/company_office_040.jpg);
}
.access-image05 {
	margin: 0 10px 0 0;
	width: 190px;
	height: 130px;
	float: right;
	background-image: url(images/company_office_050.jpg);
}
.access-image06 {
	margin: 0 10px 0 0;
	width: 190px;
	height: 130px;
	float: right;
	background-image: url(images/company_office_060.jpg);
}


/* 有資格者 */
#company-license {
	margin: 0 0 40px 0;
	background-image: url(images/company_05_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#company-license table{
	margin: 0 0 0 20px;
}
#company-license td {
	line-height: 1.4em;
	padding: 15px 0 2px;
	border-bottom: 1px dotted #CCCCCC;
}
#company-license td.right {
	text-align: right;
}

