﻿* {
	padding: 0px;
	margin: 0px;
} 

body {
	background-color: #ffffe0;
	font-family: "メイリオ";
	font-size: 16px;

}

#top {
	padding-bottom: 0px;
	white-space: nowrap;
}
#top {
  color: #ffffff;
  font-size: 42px;
  padding-top: 0px;
  padding-left: 0px;
  margin: 0px;
  padding-bottom: 20px; /*スクールニュースを下げるときは+XXpx */
  white-space: nowrap;
}

.title {
	font-size: 48px;
	font-weight: bold;
	acolor: #FFFFFF;
	color: #000000;

	background-color: #FF9900;
	padding-top: 11px;
	text-align: center;
}

.titles, .titlesg, .titlesb {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  color: #fff;
}
.titles { background-color: #FF6600; }
.titlesg { background-color: #008000; }
.titlesb { background-color: #211183; }

.widths {
	padding-left: 12px;
	padding-right: 12px;
}

.times {
	font-size: 24px;
	color: #ffffff;
	background-color: #000000;
	padding: 13px;
	text-align: center;
}

.h {
	padding-top: 20px;
	font-size: 12px;
}
.fees{
	font-size: 24px;
	color: #ffffff;
	background-color: #000000;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 57px;
	padding-right: 57px;
	text-align: center;
}
.contents {
	font-size: 13px;
	color: #330000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.5
}
h1 {
  font-size: 48px; /*1.8rem;  約28.8px */
  text-align: center;
  background-color: #FF9900;
}

h3 {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.5
}

#tdCenter {
	text-align: center;
	font-size: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#tdRight {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
}

a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ff0000; }
a:active { color: #ffff00; }



