@charset "utf-8";
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
/*------------------------------------------------------------
	カレント表示
------------------------------------------------------------*/

#sideBar .company img {
	visibility: hidden;
}

/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#mainImg {
	margin-bottom: 10px;
	background: url(../img/common/mainimg_bg.png) repeat-x left top; 
}

#mainImg .inner {
	background: url(../img/common/mainimg_inner_bg.jpg) no-repeat center top;
}

#mainImg h2 {
	margin: 0 auto;
	width: 960px;
}
/*------------------------------------------------------------*/

.companyTb {
	border-collapse: collapse;
	width: 710px;
	margin-bottom: 15px;
}

.companyTb th,
.companyTb td {
	padding: 12px 15px;
	vertical-align: top;
	line-height: 1.8em;	
}

.companyTb th.pdNon,
.companyTb td.pdNon {
	padding: 0px;
}

.companyTb th span,
.companyTb td span {
	display: block;
	padding: 12px 15px;
}

.companyTb th span {
	background: url(../img/company/table_bd.png) repeat-x left top;
	width: 120px;
}

.companyTb th {
	width: 120px;
	font-weight: normal;	
	background: url(../img/company/table_bd.png) repeat-x left bottom #F1F1F1;		
}

.companyTb td span {
	background: url(../img/company/table_bd02.png) repeat-x left top;
}

.companyTb td {
	background: url(../img/company/table_bd02.png) repeat-x left bottom;		
}

#conts .redList li {
	background-position: left 7px;
	line-height: 1.5em;
}