@charset "utf-8";
/* CSS Document */

.columnLeft {
	width:300px;
	float:left;
	margin-left:20px;
	_margin-left:15px;
}
.columnLeft p {
	margin-top:0;
	text-indent:1em;
}
.columnRight {
	width:210px;
	float:right;
	padding-left:20px;
	_padding-left:15px;
	border-left:#FFFFFF solid 1px;
	margin-right:20px;
	_margin-right:10px;
}
.columnRight img {
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:15px;
}
.columnRight p {
	margin-top:0;
	margin-bottom:0;
}
.bottomColumnLeft {
	width:50%;
	float:left;
}
.bottomColumnRight {
	width:50%;
	float:right;
}
.performance {
	background:url(../public-lecture15/image/back.jpg) no-repeat;
	width:590px;
	height:300px;
	_margin-bottom:15px;
}
.title {
	margin-left:20px;
	padding-top:20px;
	_padding-top:5px;
	padding-bottom:5px;
	border-bottom:#FFFFFF 1px dotted;
	width:550px;
}
.name {
	margin-top:5px;
	padding-bottom:5px;
	margin-left:20px;
	border-bottom:#FFFFFF 1px dotted;
	width:550px;
	text-align:right;
}
