﻿@charset "utf-8";

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

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

#mainContents #privacy {
	margin-top: 10px;
}

	#mainContents #privacy p {
		line-height: 1.1em;
	}

	#mainContents #privacy h3 {
		font-weight: bold;
	}



/* ----------------------
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;
	}


