/* =============================================================================
	トップ用CSS
============================================================================= */
@import url("../../../common/common.css");
@import url("common.css");

/* 対象となる認証検定試験 */
table.target {
	margin-top:10px;
	margin-left:10px;
	border-collapse:collapse;
	border-spacing:0;
	width:460px;
}

table.target td,
table.target th {
	padding:5px;
	border:1px solid #aaa;
}

table.target thead th {
	white-space:nowrap;
	background-color:#ccc;
}

table.target tbody th {
	background-color:#eee;
	text-align:left;
	font-weight:normal;
}

table.target tbody td {
	text-align:center;
	white-space:nowrap;
}

table.target tbody td a {
	padding:0 0 0 15px;
	background: url("../top_img/sample.gif") no-repeat 0 50%;
}

p.target-caption {
	margin-left:10px;
	margin-right:30px;
}


/* 料金表 */
div#price table {
	margin-top:10px;
	margin-left:10px;
	border-collapse:collapse;
	border-spacing:0;
	width:460px;
}
div#price table td,
div#price table th {
	padding:5px;
	border:1px solid #aaa;
	vertical-align:top;
}

div#price table thead th {
	background-color:#ccc;
}

div#price table tbody th {
	background-color:#eee;
	text-align:left;
	font-weight:normal;
}

div#price table tbody td {
	text-align:right;
}

/* スキル認定証明書の取得手順 */
table#procedure-box {
	margin-top:10px;
	border-collapse:collapse;
	border-spacing:0;
	width:500px;
}

table#procedure-box td,
table#procedure-box th {
	vertical-align:top;
}

table#procedure-box th span {
	padding:15px 0 0;
	width:240px;
	height:53px;
	display:block;
	background: url("../top_img/procedure_box.gif") no-repeat;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

table#procedure-box th span.pb05 {
	height:49px;
	background: url("../top_img/procedure_box2.gif") no-repeat;
}

table#procedure-box td {
	padding:5px 0 0 15px;
}

table#procedure-box td p {
	margin:0;
}

/* お問合わせ先 */
div#contact table th {
	vertical-align:top;
	text-align:left;
}

.mark-number span {
	display:block;
	text-indent:-8px;
	padding-left:8px;
}

.skill_table td,
.skill_table th {
	text-indent:0;
}


h3 {
	font-size: 110%;
}

h3 span {
	font-size:small;
	font-weight:normal;
}

