@charset "UTF-8"; 
/* サブナビゲーション CSS */

#left #subnavi {
	height: auto;
}

#left #subnavi ul li {
	width: 187px;
	padding-top: 9px;
	margin-left: 8px;
	list-style: none;
}

#left #subnavi ul li.menu {
	height: 34px;
	background-image:  url(../images/bg_subnavi_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	text-indent: 7pt;
}

#left #subnavi ul li.normal {
	height: 28px;
	background-image:  url(../images/bg_subnavi_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 18pt;
}

#left #subnavi table {
	width: 187px;
	margin-left: 8px;
}

/* サブナビ-安全な足場環境の確保 */
/* ハード */
#left #subnavi table.hard {
	background: #FFFFFF url(../images/bg_subnavi_02b.gif) repeat-y left top;
	border-bottom: 1px solid #BFBFBF;
}

#left #subnavi table.hard th {
	height: 27px;
	background: url(../images/bg_subnavi_02.gif) no-repeat left top;
	padding-top: 1px;
	padding-left: 24px;
	text-align: left;
	color: #00A26B;
}

#left #subnavi table.hard td.line01 {
	background: url(../images/bg_subnavi_02a.gif) no-repeat left top;
	padding-top: 3px;
	padding-left: 29px;
	padding-right: 28px;
	padding-bottom: 1px;
}

#left #subnavi table.hard td.line02 {
	background: #FFFFFF url(../images/bg_subnavi_02a.gif) no-repeat left top;
	padding-top: 4px;
	padding-left: 29px;
	padding-right: 28px;
	padding-bottom: 12px;
}

/* ソフト */
#left #subnavi table.soft {
	background: #FFFFFF url(../images/bg_subnavi_03b.gif) repeat-y left top;
	border-bottom: 1px solid #BFBFBF;
}

#left #subnavi table.soft th {
	height: 27px;
	background: url(../images/bg_subnavi_03.gif) no-repeat left top;
	padding-top: 1px;
	padding-left: 24px;
	text-align: left;
	color: #F17719;
}
#left #subnavi table.soft td.line01 {
	background: url(../images/bg_subnavi_03a.gif) no-repeat left top;
	padding-top: 3px;
	padding-left: 29px;
	padding-right: 28px;
	padding-bottom: 1px;
}

#left #subnavi table.soft td.line02 {
	background: #FFFFFF url(../images/bg_subnavi_03a.gif) no-repeat left top;
	padding-top: 4px;
	padding-left: 29px;
	padding-right: 28px;
	padding-bottom: 12px;
}

/* サブナビ-仮設安全監理者の資格取得 */
#left #subnavi table.grey {
	background: #FFFFFF url(../images/bg_subnavi_04b.gif) repeat-y left top;
	border-bottom: 1px solid #BFBFBF;
}

#left #subnavi table.grey th {
	height: 27px;
	background: url(../images/bg_subnavi_04.gif) no-repeat left top;
	padding-top: 1px;
	padding-left: 24px;
	text-align: left;
	color: #666666;
	font-weight: normal;
}
#left #subnavi table.grey td.line01 {
	background: url(../images/bg_subnavi_04a.gif) no-repeat left top;
	padding-top: 3px;
	padding-left: 29px;
	padding-right: 28px;
	padding-bottom: 1px;
}

#left #subnavi table.grey td.line02 {
	background: #FFFFFF url(../images/bg_subnavi_04a.gif) no-repeat left top;
	padding-top: 4px;
	padding-left: 29px;
	padding-right: 28px;
	padding-bottom: 12px;
}
