/**************************************/
/**  schedule.css                    **/
/**************************************/

/*----------------------------*/
A{
	text-decoration: none;
}
A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.headerdiv{
	margin-bottom: 10px;
}
.headernavi{
	font-size: 12px;
}
.headernavi A{
	text-decoration: none;
}
.headernavi A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.gotop{
	margin-top: 20px;
	font-size: 14px;
}
.gotop A{
	text-decoration: none;
}
.gotop A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.askto{
	margin-top: 20px;
	font-size: 14px;
}
.backhome{
	margin-top: 20px;
	margin-bottom: 5px;
}
.copyright{
	font-size: 12px;
}
/*----------------------------*/

