@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#00A0E9;
	font-size:14px;
}
li {list-style-type:none;}
h1,h2,h3,h4,p,li {
	font-size:100%;
	font-weight:normal;
}
img {vertical-align:bottom;}
p {
	font-size: 14px;
	line-height:1.6em;
	margin-bottom:10px;
	color:#333;
}

/* clearfix */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

/*header
--------------------------------------------------------------------------------------*/
header {
	background:url(images/bg-header.jpg) repeat-x bottom left #fff;
	width:100%;
	height:790px;
}
header div#edu-logo {
	width:100%;
	height:30px;
	border-bottom:3px solid #00A0E9;
}
header div#edu-logo div {
	width:930px;
	margin:0 auto;
}
header div#edu-logo div a {
	display:block;
	padding:5px;
	margin:;
	width:98px;
	float:left;
}
header div#edu-logo div h1 {
	float:left;
	line-height:30px;
	font-size:12px;
	color:#666;
}

header div#cnt-title {
	background:url(images/bg-header-title.jpg) no-repeat center top;
	height:755px;
	width:1160px;
	position:relative;
	margin:0 auto;
}
header div#cnt-title div#box-bn-head {
	width:182px;
	height:182px;
	position:absolute;
	top:325px;
	right:110px;
}
header div#cnt-title div#box-eye {
	width:890px;
	height:287px;
	position:absolute;
	bottom:0;
	left:135px;
}
	
	
/*section
--------------------------------------------------------------------------------------*/
section {
	width:930px;
	margin:0 auto;
	background:url(images/cnt-bottom-bg.jpg) no-repeat bottom left;
	padding-bottom:10px;
	padding-top:20px;
}
section h2 {
	position:relative;
	left:-30px;
	padding:0;
}
section div.box-cnt {
	width:850px;
	background:#fff;
	padding:0 40px 20px 40px;
}
section div.box-bn {
	background:url(images/bg-bn.gif) top left;
	text-align:center;
	padding:20px 0;
}

div#box-photo-1 {
	width:335px;
	height:409px;
	padding:0 0 10px 20px;
	float:right;
}
div#box-photo-2 {
	width:780px;
	height:201px;
	padding:10px 0 30px 0;
	margin:0 auto;
}
div#box-photo-3 {
	width:280px;
	height:190px;
	padding:0 20px 10px 0;
	float:left;
}
div#box-photo-4 {
	width:280px;
	height:190px;
	padding:0 0 10px 20px;
	float:right;
}
div#box-photo-5 {
	width:300px;
	height:306px;
	padding:0 0 10px 10px;
	float:right;
}
div#box-teacher {
	height:147px;
	margin:0 auto;
	background:url(images/cnt-teacher.jpg) no-repeat top left;
	padding:70px 290px 0 20px;
}
section div div#box-tbl {
	width:500px;
	float:left;
}
div#box-tbl table {border-collapse:collapse;}
div#box-tbl table th,
div#box-tbl table td {
	border:1px solid #ccc;
	padding:8px;
}
div#box-tbl table th {
	background:#00A0E9;
	color:#fff;
}
div#box-tbl table td.right {text-align:right;}

section div div#box-next {
	width:335px;
	float:right;
}
span.sat {color:#0066CC;}
span.sun {color:#990000;}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#00A0E9;
	padding:5px 0 10px 0;
}

/*footer
--------------------------------------------------------------------------------------*/
footer {
	width:100%;
	margin:0 auto;
	text-align:center;
	clear:both;
	font-size:10px;
	padding:30px 0 30px 0;
	background:#fff;
	margin-top:50px;
}
copyright {
	font-size:small;
	color:#555;
}
footer ul li {
	text-align:center;
	line-height: 150%;
	padding:0 5px;
	display:inline;
	font-size:120%;
}
footer ul li a {
	color:#3366cc;
}
footer ul li a:hover {
	color:#3366cc;
	text-decoration: none;
}
#footer p small {
	display:block;
	padding:10px 0 0 0;
	letter-spacing:0.1em;
}