.sCut{
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	height: 80px;
	width: 100%;
	border: none;
	background: none;
	text-align:center;
	border-bottom: thin solid #CCC;
	cursor:default;
}
.sSub01 {
	background: none;
	min-height: 80px;
	width: auto;
	position: relative;
	margin: auto;
	display:block;
	text-align:center;
	cursor: pointer;
	overflow: auto;
	
}

.sSub02 {
	background: none;
	height: 80px;
	width: 100px;
	position: relative;
	padding-left: 5%;
	padding-right: 5%;
	display:block;
	text-align:center;
	cursor: pointer;
	float:left;
	
}
.sSub02:link { background: none; color:#000;}
.sSub02:visited { background: none; color:#000;}
.sSub02:hover { background: #7FF; color:#000;}
.sSub02:active { background: none; color:#000;}



.corcontent {
	background: none;
	height:auto;
	width: 26%;
	position: relative;
	margin-left: 2%;
	margin-top: 30px;
	display: block;
	padding: 2%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 14px;
	float:left;
	font-weight:normal;
	
}

.corcontent2 {
	background: none;
	height:auto;
	width: 80%;
	position: relative;
	margin-left: 10%;
	margin-top: 30px;
	display: block;
	float: left;
	border-top: thin solid #CCC;
}
.corcontent2inner {
	background: none;
	height:auto;
	width: 90%;
	position: relative;
	margin-left: 5%;
	padding: 2%;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 16px;
	float: left;
	font-weight: normal;
	line-height: 1.5;
}

.table01{
	width: 80%;
	position: relative;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	table-layout:auto;
	margin-left: 10%;
	border-collapse:collapse;
	
}

.table01,td , th{
	border: 1px solid #9B9B9B;
	vertical-align: top;
}