﻿@charset "utf-8";

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

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

#mainContents #relocation {
	margin-top: 10px;
	margin-bottom: 20px;
}

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

	#mainContents #relocation p.keiyaku {
		font-weight: bold;
		font-size: 120%;
		color: #000080;
	}

	/** 項目タイトル(上下バー付き青色系)部分 **/
	#mainContents #relocation h3 {
		background-color: #D2E6F6;
		font-weight: bold;
		color: #000080;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		padding: 2px 0 2px 5px;
	}

	/** 各項目の内容 **/
	#relocation dl {
		margin-bottom: 10px;
	}

	#relocation dt {
		color: #000080;
		font-weight: bold;
		margin: 10px 5px 5px 5px;
	}

	#relocation dd {
		margin: 0 5px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000080;
		line-height: 1.1em;
	}

	#relocation dd.end {
		border-bottom: none;
	}

	#relocation dt.top {
		margin-top: 0;
	}

	#relocation dd.top {
		margin-top: 10px;
	}

		/** 各項目の内容　入れ子(after2.htmlのみ) **/
		#relocation dt.child_dt {
			font-size: 100%;
			color: #ff0000;
			padding-left: 8px;
		}

		#relocation dd.child_dd {
			font-size: 100%;
			border-bottom: none;
			padding-bottom: 0;
			padding-left: 8px;
		}

	/** 各項目の内容　テーブル(after3.html) **/
	#relocation table {
		padding: 0;
		border-collapse: collapse;
	}

		#relocation th {
			vertical-align: top;
			padding: 2px 5px 2px 2px;
			white-space: nowrap;
			text-align: left;
		}

		#relocation td {
			vertical-align: top;
			padding: 2px;
		}

			.bk_blue {
				background-color: #D4E8FF;
			}

ul.list li {
	list-style: disc;
	margin-left: 15px;
}

	/** ページ移動 **/
	#relocation-navi {
	width: 520px;
	margin: 15px 5px 5px 5px;
	}

		/** ページ移動　次へ **/
		#relocation-navi .navi_next {
			float: right;
			font-weight: bold;
		}
	

		/** ページ移動　前へ **/
		#relocation-navi .navi_back {
			float: left;
			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;
	}

