
/******************************************************

		college スタイル
 
*******************************************************/


.text {
	margin:5px;
	font-size:12px;
	line-height:150%;
}


#rapper_schedule {
	width:490px;
	margin:10px auto;
}

#rapper_schedule table {
	background-color:#EB8C3E;
	font-size:12px;
	width:230px;
}

#rapper_schedule table tr th {
	background-color:#FCEED9;
	color:#b77e27;
	padding:10px;
	width:40px;
}

#rapper_schedule table tr td {
	background-color:#fff;
	padding:10px;
}

.table_left {
	float:left;
}

.table_right {
	float:right;
}

.schedule_text {
	width:470px;
	color:#b77e27;
	clear:both;
	font-size:12px;
	padding:10px 0px 0px 30px;
	line-height:180%;
}


