@charset "utf-8";
#CONTENTS .newsImage {
/*	background-color: #3e3e3e; */
	background-color: #000000;
	padding: 6px;
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}
#CONTENTS .newsImage:hover {
/*	background-color: #5e5e5e; */
	background-color: #000000;
}
#CONTENTS .newsText {
	margin-left: 6px;
}
#CONTENTS .newsText p {
	margin:10px;
}
/* スケジュールの表組みとか */
#CONTENTS .schedule h5{
	margin-top:18px;
}
#CONTENTS .schedule table{
	margin-left: 10px;
	margin-right: 10px;
}

hr {
	clear:right;
	border: 1px dotted #3e3e3e;
}

