@charset "UTF-8";

.noteLine li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width:700px;
	padding:10px 0px 10px 0px;
	margin-top:10px;
}
.main dt {
	width:100px;
	margin-top:3px;
	background-color:#CC88CC;
	font-size: 9px;
	color: #FFF;
	padding:2px;
	text-align: center;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 100%;
	margin-left: 15px;
}
#wrap #mainContainer #mainContents #contents .noteLine.prof li .clearfix dd iframe {
	border: 1px solid #CCC;
}

.main dd {
	
	font-size: 14px;
	margin-left:20px;
	width: 550px;
	float:left;

	
}
.main {
	
	margin-left:20px;
	margin-bottom:50px;
}


.another dt {
	width:100px;
	margin-top:3px;
	background-color:#ffcc99;
	font-size: 9px;
	color: #FFF;
	padding:2px;
	text-align: center;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 100%;
	margin-left: 15px;
}

.another dd {
	
	font-size: 14px;
	margin-left:20px;
	
	height: 15px;
	width: 500px;
	
	float:left;
	height:30px;
	
}
.another {
	margin-left:20px;
	margin-bottom:50px;
}

.labelBlock {
	font-size: 12px;
	margin-top: 10px;
	color: #555555;
}

.labelTopBlock {
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 35px;
	color: #555555;
}

.backImageZeroPosition {
	position: relative;
}

.backImageZeroPosition #backImage001 {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	position: absolute;
	top: 80px;
	left: 580px;
	transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	-moz-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

