@charset "UTF-8";
/* Niccon CSS Document list.css（研修一覧） */

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;
}

#main img {
	margin: 0px 6px 0px 0px;
	vertical-align: middle;
}

#main table p {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}

#main table {
	width: 99%;
	margin-top: 6px;
	margin-left: 5px;
	margin-bottom: 12px;
	border-collapse: collapse;
	border-top: 1px solid #004080;
	border-left: 1px solid #004080;
	border-spacing: 0;
}

#main table thead tr th {
	padding: 8px 8px 8px 14px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #004080;
	background: #CBE0EE;
}

#main table,tr,td {
	padding: 6px 12px 10px 4px ;
	border: 1px solid #004080;
	vertical-align: top;
	color: #333;
}

#main table tr td ul {
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}
#main table tr td ul li {
	margin-left: 2.4em;
}

#main table tr td ul li ul li {
	margin: 0px;
}

#main table tr td ul.none li {
	list-style-type: none;
	background: url(../../images/sub-nav_mini_maker.gif) no-repeat center left;
	color: #CCCCCC;
	text-indent: 1em;
	margin: 0px;
	margin-left: 2.4em;
	font-weight: normal;
}

#main table tr td ul li a {
	list-style-type: none;
	background: url(../../images/sub-nav_mini_maker.gif) no-repeat center left;
	padding-left: 1em;
	font-weight: normal;
}

