@charset"utf-8";

/* CSS Document */

.section01{
	background:url("/training/img/index/bg01.gif") top left repeat-y;
	margin-top:30px;
	}

.section01 li{
	float:left;
	width:422px;
	padding-left:68px;
	}
.section01 li.firstChild{
	padding-left:0px;
	}
.section01 li h4{
	margin-top:30px;
	}
.section01 li dl{
	background:url("/img/common/dotted01.gif") bottom left repeat-x;
	padding-bottom:10px;
	}
.section01 li dt{
	background:url("/img/common/dotted01.gif") top left repeat-x;
	margin-top:10px;
	padding-top:12px;
	color:#407aae;
	font-weight:bold;
	padding-left:8px;
	}
.section01 li dt.low{
	color:#407aae;
	font-weight:bold;
	margin-left:23px;
	position:relative;
	padding-bottom:4px;
	}
.section01 li dt.low a{
	position:absolute;
	top:21px;
	right:0px;
	}
.section01 li dd{
	margin-top:7px;
	position:relative;
	padding-left:8px;
	min-height:23px;
	}
.section01 li dd.low{
	margin-left:41px;
	background:url("/img/common/dotted01.gif") top left repeat-x;
	padding-top:12px;
	}
.section01 li dd.lowfirst{
	margin-left:23px;
	padding-left:26px;
	}
.section01 li.publicTre dd a{
	text-decoration:none;
	background:url("/img/common/arrow01.gif") left center no-repeat;
	padding-left:13px;
	display:block;
	}
.section01 li.publicTre dd a:hover{
	background:url("/img/common/arrow01.gif") 2px center no-repeat;
	text-decoration:underline;
	}
.section01 li.publicTre dd span{
	display:block;
	background:url("/img/index/icon03.gif") center right no-repeat;
	padding-left:13px;
	}
.section01 li.publicTre dd span.near{
	display:block;
	background:url("/img/index/icon04.gif") center right no-repeat;
	padding-right:50px;
	}
.section01 li.publicTre dd a span{
	display:block;
	background:url("/img/index/icon01.gif") center right no-repeat;
	padding-left:0px;
	}
.section01 li.privateTre dd a{
	position:absolute;
	top:0px;
	left:303px;
	}
.section01 li.privateTre dd.low a{
	position:absolute;
	top:0px;
	left:252px;
	}
.section01 li.privateTre dd span{
	width:280px;
	display:block;
	}

.section01 li.privateTre .txt01{
	margin-top:30px;
	background:url("/img/common/dotted01.gif") bottom left repeat-x;
	padding-bottom:12px;
	}
.section01 li.privateTre .txt02{
	margin-top:12px;
	padding-left:8px;
	}
.section01 li.privateTre .txt03{
	margin-top:17px;
	background:url("/img/common/dotted01.gif") bottom left repeat-x;
	padding-bottom:20px;
	}
















/********** clear-fix  ***********/
.section01:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
.section01{
	zoom: 1;
	}
