@charset "utf-8";

/*
***************************************************************************************************
	見出し
***************************************************************************************************
*/

/*
***************************************************************************************************
	グローバルナビゲーション
***************************************************************************************************
*/
.header
{
	background-image	: url(../../image/background/navBack03.gif);
}

.navigation
{
	background-image	: url(../../image/background/navShadow04.gif);
}

/*
***************************************************************************************************
	 包含ボックス
***************************************************************************************************
*/
/*
	メインカラム
*/
.main
{
	font-size			: 0.9em;
	margin-top			: 20px;
}

/*
***************************************************************************************************
	 資格表
***************************************************************************************************
*/
ul.tabNavigation li
{
	float				: left;
}
.content #stateLicense
{
	width				: 160px;
}

.content #vendorLicense
{
	width				: 635px;
	padding-left		: 5px;
	border-bottom		: 1px solid #ccc;
}

.licenseBox
{
	padding				: 15px;
	border-bottom		: 1px solid #ccc;
	border-right		: 1px solid #ccc;
	border-left			: 1px solid #ccc;
}

/* データテーブル */
.licenseBox table
{
	width				: 100%;
	font-size			: 0.8em;
	border-collapse		: separate;
	border-spacing		: 3px;
}

.licenseBox table caption img
{
	width				: 410px;
	height				: 35px;
	text-align			: left;
	margin-left			: 200px;
}

.licenseBox table thead th
{
	background-color	: #555;
	color				: white;
	font-weight			: normal;
	text-align			: center;
	padding				: 0.1em 0.3em;
}

.licenseBox table tbody th
{
	background-color	: #eee;
	font-weight			: normal;
	text-align			: center;
	padding				: 0.1em 0.3em;
}

.licenseBox table tbody td
{
	padding-top			: 0.5em;
	border-bottom		: 1px dashed #ccc;
}

/*
	国家資格ページ
*/


/*
	ベンダー資格ページ
*/
#licenseSummaryBox table caption img
{
	width				: 85px;
	height				: 35px;
	text-align			: left;
	margin-left			: 320px;
}

#licenseSummaryBox
{
	margin-top			: 20px;
}

#licenseSummaryBox .licenseBox
{
	border				: 1px solid #ccc;
}

#licenseSummaryBox .licenseBox table .certificationName
{
	width				: 10em;
}

#licenseSummaryBox .licenseBox table tbody th
{
	width				: 2em;
	font-family			: monospace;
}



