﻿/* ====================================
会社概要
==================================== */
#cont p.company_lead{
	color:#343499;
	font-weight:bold;
}

table.company th{
	background:#5f86b3;
	color:#fff;
}
/* ====================================
会社概要終了
==================================== */


/* ====================================
交通アクセス
==================================== */
#cont .access{
}
#cont .access .address{
	padding:1px 10px 0px;
	border:2px solid #E6E6E6;
	background:#5f86b3;
	color:#fff;
}
/* ====================================
交通アクセス終了
==================================== */

/* ====================================
問い合わせフォーム
==================================== */

table.inquiry th.top{
	background:#ffcccc;
	text-align:center;
	color:#333;
}
table.inquiry th{
	background:#85afee;
	color:#fff;
}
table.inquiry td{
	background:#e6e6e6;
}
* html body .errortable{
	position:relative;
	top:-7em;
}

*+html body .errortable{
	position:relative;
	top:-7em;
}

/* ====================================
問い合わせフォーム終了
==================================== */
