@charset "UTF-8";
/* プロフィールボックス大見出し */
#profile h2 {
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	background-color: #A5D3E2;
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* 信念ボックス */
#faith {
	padding-left: 100px;
	background-image: url(../img/p_seito_logo.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
/* 信念ボックス強調 */
#faith strong {
	font-size: 14px;
	line-height: 16px;
}
/* プロフィールボックス中見出し */
#profile h3 {
	color: #98CA98;
	font-size: 14px;
	line-height: 16px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 3px double #98CA98;
}
/* 会社概要ボックス */
#summary {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #A5D3E2;
}
/* 会社概要リストタイトル */
#summary dt {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	border: 3px double #A5D3E2;
}
/* 会社概要リスト内容 */
#summary dd {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
/* 電話番号ボックス */
#telnumber {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #A5D3E2;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/* 電話番号リストタイトル */
#telnumber dt {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	border: 3px double #A5D3E2;
}
/* 電話番号リスト内容 */
#telnumber dd {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}

