﻿@charset "utf-8";

/* 
	Site Name: 
	Description: ページ特有の設定
*/

/* ============================ */
/*
	このページ特有のスタイル設定
*/
/* ============================ */

/*タイトル画像*/
#mainContents #title {
	text-align: center;
}

	#mainContents #title img {
		margin: 10px 0;
	}

/*役員写真*/
#mainContents #executive  {
	width: 480px;
	text-align: center;
}

#mainContents #executive ul  {
	width: 346px;
	margin: 0 auto;
}

#mainContents #executive li {
	float: left;
	margin-right: 40px;
	margin-top: 10px;
	width: 153px;
	line-height: 1.1em;
	text-align: center;
}

#mainContents #executive li.end {
	margin-right: 0px;
}

/*ごあいさつ*/
#mainContents #concept {
	margin: 15px 0;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #0E3192;*/
	line-height: 1.1em;
}

/*小見出し*/
#mainContents .subtitle {
	border-bottom: 1px solid #0E3192;
}

/*会社概要*/
#mainContents #outline {
	margin: 5px 0;
}

	#mainContents #outline table {
		width: 350px;
		margin-left: 50px;
	}

	#mainContents #outline th {
		vertical-align: top;
		padding: 0 10px 3px 0;
	}

	#mainContents #outline td {
		vertical-align: top;
		padding: 0 0 3px 0;
	}

/*沿革*/
#mainContents #history {
	margin: 5px 0 10px 0;
}

	#mainContents #history table {
		margin-top: 5px;
		margin-left: 5px;
	}

	#mainContents #history th {
		vertical-align: top;
		text-align: right;
		padding: 0 0 3px 0;
		white-space: nowrap;
		font-size: 90%;
	}

	#mainContents #history td {
		vertical-align: top;
		padding: 0 0 3px 15px;
		font-size: 90%;
	}





/* ----------------------
newConstruction.html
---------------------- */

/* 左側　マトリックス検索 */
#matrixSearch {
	width: 226px;
	margin: 0 auto 12px;
	text-align: center;
}

	#matrixSearch p {
		margin: 0;
		font-size: 95%;
	}
	
	#matrixSearch p.caption {
		width: 210px;
		margin: 0 auto;
	}

/* 左側　会社情報 */
#companyAddress {
	width: 220px;
	height: 156px;
	margin: 24px auto;
	background: url("../img/companyAddress.gif") no-repeat top left;
}

	#companyAddress p {
		padding: 12px 0 0 12px;
	}

