@charset "UTF-8";

@import "base.css";


/*
#main {
	padding: 0;
	width: 630px;
	
	color: #000;
} 
*/
#schedule{
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333;
}



#schedule h1{
	margin-top: 5px;
	margin-bottom: 10px;
	
}



#schedule ul{
	color: #000;
	font-size:1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

#schedule li{
	list-style-type: none;
	background: url(../image/media/arrow.jpg) no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#row1{
	color: #7f0C0F;
	
}



#past{
	
}


#past h1{
	float:left;
}
#past h2{
	float:right;
	margin: 10px;
}

#past_table{
	color: #000;
	float:left;
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
}


#past_table tr{
	
}

#past_table td{
	vertical-align: middle;	
}
#past .color{
	color: #333;	
}
