@charset "utf-8";
/* CSS Document */
/*-------------------------
	タイトル
-------------------------*/
.contentsTitle {
	width: 937px;
	height: 35px;
	text-indent: -9999px;
}
h2#company {
	background: url(../images/ttl_company.gif) no-repeat;
}
h2#work {
	background: url(../images/ttl_work.gif) no-repeat;
}
h2#profile {
	background: url(../images/ttl_profile.gif) no-repeat;
}

/*-------------------------
	ボックス系
-------------------------*/
.contentsBox01 {
	width: 900px;
	margin: 0 0 20px;
	padding: 17px 17px 20px 20px;
	background: url(../images/bg_contents01.gif) no-repeat;
}
.contentsBox02 {
	width: 900px;
	margin: 0 0 20px;
	padding: 17px 17px 20px 20px;
	background: url(../images/bg_contents02.gif) no-repeat;
}
.googleMap {
	width: 154px;
	padding: 2px;
	float: left;
	background-color: #ffffff;
}
.companyInfoRight {
	width: 725px;
	padding: 7px 0 0;
	float: right;
}
.companyInfoRight p {
	margin: 0 0 20px;
}
.companyInfoRight p.tel {
	font-size: 15px;
	font-weight: bold;
	color: #076ac1;
}

/*-------------------------
	テーブル
-------------------------*/
table.profileTbl {
	border-spacing: 0;
}
table.profileTbl th {
	width: 215px;
	padding: 15px 10px 20px;
	border-bottom: 1px dotted #b2b2b2;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	color: #076ac1;
}
table.profileTbl td {
	width: 660px;
	padding: 15px 13px 20px 0;
	border-bottom: 1px dotted #b2b2b2;
}

/*-------------------------
	菱幸整備
-------------------------*/
#header h1.logoSeibi {
	width: 238px;
	height: 46px;
}
#header h1.logoSeibi a {
	background: url(../images/logo.jpg) no-repeat;
} 
