﻿* {
	padding: 0px;
	margin: 0px;
} 
body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffe0;
	font-family: "メイリオ";
}

table.topmenu td a {
	display: block;
	padding: 2em 1em;
	text-decoration: none;
	!border: 2px solid #ffffff;
	!border-radius: 0.75em;
}


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

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

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

.menulink {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 2.1;
	margin-left: 20px;
} 

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


#menubox {
	vertical-align: top;
}

#menu {
	width: 280px;
	height: 850px;
	background-image: url(img/CA280020.jpg);
	background-position: 50% -100px;
	background-repeat: no-repeat;
	border-width: 3px;
	border-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #666666;
	border-bottom-color: #d9d9d9;
	border-top-color: #666666;
}

.menutop {
        font-family: Times New Roman;
	font-size: 28px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: 600;
	text-align: center;
	padding: 5px;
	margin: 15px;
} 

.menutitle {
	font-family: Comic Sans MS;
	font-size: 24px;
	color: #ffff00;
	font-weight: bold;
	padding-top: 70px;
	padding-left: 20px;
}

.menulink {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 2.1;
	margin-left: 20px;
} 

.menufooter {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5;
	margin-left: 20px;
	margin-top: 200px;
	margin-bottom: 50px;
}

.info {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bold;
	amargin-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#content {
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 20px;
}

#contents {
	vertical-align: top;
}

#contentsinbox {
	awidth: 240px;
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 1.5;
	color: #330000;
}

.contents {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#rightbox {
	vertical-align: top;
}

#inbox {
	background-color: #ffffaa;
	border-width: 3px;
	border-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #666666;
	border-bottom-color: #d9d9d9;
	border-top-color: #666666;
	padding: 15px;
	width: 240px;
	height: 820px;
	overflow-y:scroll;
	font-family: "メイリオ";
	font-size: 13px;
	line-height: 1.4;
}

.rightboxtitle {
	font-family: "メイリオ";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	margin: 2px;
	text-align: center;
}

#footer {
	width: 100%;
	padding: 20px;
font-size: 50px;
	background-color: #000000;
	color: #ffffff;
}
.footer {
	font-family: "メイリオ";
	font-size: 14px;
	line-height: 1.4;
	color: #330000;
        font-style: italic;
	font-weight: 600;
	margin: 20px;
}



#fontdel {
	text-decoration: line-through;
}

hr {
	border-color: #66cc99;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-width: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

#std table{
position: absolute;
left:100px; /*左からの位置*/
top:400px; /*上からの位置*/
border:1px solid #0033cc; /*ボーダー*/
text-align: center;
}

#movei-contents {
  position: relative;
  display: inline-block;
}
#movei-contents video {
  width: 100%;
}
#movei-contents img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding: 0px -10px;
}
