@charset "UTF-8";
/* Niccon CSS Document outline1.css */
/* テーマ別研修トップの表組み設定 */
table {
	margin-left:10px;
	border-collapse:collapse;
	width: 580px;
	border-top:1px solid #004080;
	border-left:1px solid #004080;
	border-spacing:0;
}
table thead th {
	padding:8px;
	text-align:center;
	border: 1px solid #004080;
	color:#ffffff;
	background:url(../../images/table_bg.gif) repeat-x;
}
#main table thead tr th {
	padding:8px;
	text-align:center;
	border: 1px solid #004080;
	color:#ffffff;
	background:url(../../images/table_bg.gif) repeat-x;
}
table tbody th {
	padding:8px;
	text-align:center;
	border: 1px solid #004080;
	background-color:#cbe0ee;
}
table tr,td {
	padding:12px;
	border: 1px solid #004080;
}
/* thの背景色 */
table .deep {
	font-weight:bold;
	background-color:#9ec8e3;
}
table .light {
	text-align:left;
	background-color:#eaf3f8;
}
table td .txt_10pt {
	font-size:0.8em;
}

#main h2 {
	margin: 0px 2px 12px 4px;
	padding: 4px 0 5px 12px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.0;
	border-left: solid #004080 6px;
	border-bottom: solid #004080 1px;
}
*:first-child+html #main h2 {
	margin-top:4px;
}

#main h3 {
	font-size: 1.2em;
	margin-left:10px;
	margin-bottom:0.25em;
}
#main h3.second {
	font-size: 1.2em;
	margin-left:10px;
	margin-bottom:0.25em;
	margin-top:1em;
}

#content.mainwide #main h2 {
	margin: 0px 2px 12px 4px;
	padding: 4px 0 5px 12px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.0;
	border-left: solid #004080 6px;
	border-bottom: solid #004080 1px;
	background:none;
}
*:first-child+html #content.mainwide #main h2 {
	margin-top:4px;
}

.small {
	font-size:0.83em;
}

p {
	margin:0 5px 5px 1em;
	padding:0 5px 0.25em 5px;
}

.lv4_link {
	background:url(../../hrd/img/orange_tri.gif) left center no-repeat;
	padding:2px 0 2px 12px ;
	margin-left: 12px;
}
.pdf_link {
	background:url(../../hrd/img/orange_tri.gif) 10px 16px no-repeat;
	padding-left:24px ;
}

