@charset "utf-8";

/* ///////////////////////////////////////////////
【会社概要】
company.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/company/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#content_company #outline {
margin-bottom: 30px;
}

#content_company h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_company #outline table {
width: 650px;
border-collapse: separate;
border-spacing: 0;
border-top: #976a53 solid 1px;
border-left: #976a53 solid 1px;
}

#content_company #outline th {
width: 9.0em;
padding: 10px;
border-bottom: #976a53 solid 1px;
font-weight: bold;
vertical-align: top;
}

#content_company #outline td {
padding: 10px 10px 10px 0;
border-right: #976a53 solid 1px;
border-bottom: #976a53 solid 1px;
vertical-align: top;
}



