#day{
	margin-bottom:20px;
	float:left;
}
#day li{
	font-size:18px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:5px;
	margin-left:5px;
	color:#666;
}
#photo{
	float:right;
}
#photo img{
	margin:10px;
}

#schedule{
	margin-bottom:20px;
}
#schedule li{
	font-size:14px;
	line-height:140%;
	margin-bottom:5px;
	border-bottom:1px #999 dotted;
	float:left;
}
#schedule li .time{
	width:70px;
	margin-left:2px;
	color:#FF0000;
	font-weight:bold;
	float:left;
}
#schedule li .text{
	width:500px;
	float:right;
}

#ol{
	margin-bottom:20px;
}
#ol li{
	font-size:14px;
	line-height:140%;
	margin-bottom:5px;
}
