@charset "utf-8";
/* CSS Document */

/* 全体
————————————————-*/
body {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg.gif);
	background-color: #432C1E;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

h1, h2, h3, h4, p, ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hover {
	color: #666;
	text-decoration: underline;
}
a {
	color: #B50000;
	text-decoration: none;
}
hr {
    display: none;
}
a:hover {
	color: #666;
}

h1 {
	text-indent: -10000px;
	margin:0;
	padding: 0;
	position: absolute;
}
/*ヘッダー
————————————————-*/
#wrapper {
	background-color: #FFF;
	width: 940px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: #000;
	height: 50px;
}
#header img {
	float: left;
}
#header ul {
	float: right;
	margin-top: 30px;
}

#header ul li {
	float: left;
	width: 100px;
	line-height: 12px;
	background-image: url(../img/ball12.gif);
	background-repeat: no-repeat;
}
#header ul li a {
	color: #FFF;
	font-size: 90%;
	padding-left: 16px;
}
#header a:hover{
	color:#666;
}

/*上部メニュー
————————————————-*/

#menu {
	background-color: #432C1C;
	/* height: 50px; */
	width: 940px;
	clear: left;
}
#menu ul {
	width: 730px;
	margin:0 auto;
	padding: 5px 0;
}

#menu ul li {
	float: left;
}

/* 20180206 added
-----------------------------------------------*/
#menu ul.new-menu {
	overflow:hidden;
}
#menu ul.new-menu li {
	width: 120px;
	border-right:1px solid #69503c;
	text-align:center;
}
#menu ul.new-menu li+li {
	border-right:1px solid #69503c;
}
#menu ul.new-menu li:first-child{
	border-left:1px solid #69503c;
}
#menu ul.new-menu li a {
	display:block;
	color:#e7d8c5;
	font-size:12px;
	line-height:1.3;
	padding:3px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menu ul.new-menu li a:hover {
	text-shadow: 0 0 5px #FFF;
}
#menu ul.new-menu li a span {
	display:block;
	font-size:12px;
	font-family:cursive;
}

/*サイドメニュー
————————————————-*/

#side {
	float: left;
	width: 260px;
	padding-top: 5px;
	text-align: center;
}
#s_menu ul li {
	padding-bottom: 5px;
	display: block;
	height: 40px;
	width: 240px;
	background-image: url(../img/s_btn.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#s_menu ul li a{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	padding-left: 20px;
	display: block;
	text-align: left;
	color: #000;
}


#s_menu ul li a:hover{
	background-image: url(../img/s_btn_f2.jpg);
	background-repeat: no-repeat;
	color: #666;
}

#side img {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}
.img_border {
	border: 1px solid #000;
}


/*フッター
————————————————-*/

#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	line-height: 2em;
}

/* schedule */
.schedule-pink {
  background: #F7819F;
  color: #FE2E9A;
}

.schedule-blue {
  background: #81BEF7;
  color: #0080FF;
}

.schedule-green {
  background: #A5DF00;
  color: #5FB404;
}

.schedule-yellow {
  background: #F3F781;
  color: #FFBF00;
}

.schedule-gray {
  background:#ddd;
  color: #000000;
}

table.schedule {
  border-collapse: collapse;
  border: solid 1px #000;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

table.schedule thead th {
  border: solid 1px #000;
  background-color: #DDD;
  color: #000;
}

table.schedule thead th:nth-child(7) {
  color: #2E9AFE;
}

table.schedule thead th:nth-child(8) {
  color: #FA5882;
}

table.schedule tbody tr {
  height: 2.75em;
}

table.schedule tbody tr td:first-child {
  font-size: 90%;
}

table.schedule tbody tr:nth-child(even) {
  background-color: #EEE;
}

table.schedule td {
  text-align: center;
  padding: 2px;
  margin: 0px;
  border: solid 1px #000;
}

table.schedule td span {
  padding: 2px;
  margin: auto;
  color: #000;
}
