@charset "UTF-8";
/* CSS Document */

#schedule_area {
	width: 495px;
	height: 455px;
	overflow:auto;
	}

#schedule {
	width: 470px;
	height: 150px;
	padding: 0px 0px 5px 0px;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	margin: 0px 0px 10px 0px;
	clear: both;
	}
	
#schedule_last {
	width: 470px;
	height: 150px;
	padding: 0px 0px 5px 0px;
	clear: both;
	}

#flyer {
	width: 200px;
	margin:0px 10px 0px 0px;
	float:left;
	}
	
#event_info {
	width: 260px;
	float: right;
	}
	
.title {
	font-size: 14px;
	font-weight: bold;
	}
	
#info {
	width: 235px;
	height: 120px;
	margin: 10px;
	}
	
#jacket {
	width: 120px;
	margin:0px 5px 0px 0px;
	float: left;
	}
	
#info_text {
	width: 110px;
	float: right;
	font-size: 12px;
	} 

