@charset "utf-8";

body {
	text-align: center;
	scrollbar-base-color: white;
}

#nav a {
	text-decoration: none;
}
#nav a:link {
	color: #336666;
}
#nav a:visited {
	color: #336666;
}
#nav a:hover {
	color: #336666;
	background-color: #99CCCC;
}

/* ページ構造にかかわるCSS
----------------------------------------*/
#wrapper {
	width: 950px;
	height: 1550px;
	background-color: #FFCC00;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 950px;
	height: 150px;
}

#header {
	width: 950px;
	height: 300px;
	background-color: #FFA64D;
}
#nav {
	potision: relative;
	float: left;
	width: 200px;
	height: 654px;
	background-color: #09AA04;

}

#nav1 {
	width: 180px;
	potision: relative;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	padding-left:0px;
}

#content {
	width: 750px;
	height: 1100px;
	potision: relative;
	float: left;
	background-color: #D7F9B0;
}

#col1 {
	width: 700px;
	height: 1040px;
	margin-top: 24px;
	margin-left: 24px;
	/* float: left; */
	text-align: left;
	border: 3px solid #000000;
	background-color: white;
}

#course {
	width: 700px;
	height: 760px;
	margin-top: 30px;
	background-color: white;
}

#footer {
	width: 950px;
	height: 100px;
	clear:both;
	background-color: #EEEEEE;
}

#f1 {
	width: 200px;
	height: 100px;
	potision: relative;
	float: left;
	background-color: #D7F9B0;
}

#f2 {
	width: 750px;
	height: 100px;
	potision: relative;
	float: right;
	background-color: #FFA64D;
}

/* ナビゲーションにかかわるCSS
----------------------------------------*/


#nav1 li{
	width: 180px;
	height: 53px;
	border-style: solid solid;
	border-width: 4px 4px;
	border-color: #000 #000;
	margin-top: 5px;
	potision: relative;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 15px;
	text-align: center;
	list-style: none;
	background-color: #F0F0F0;
}
#nav1 a {
	display: block;
	width: 180px;
	height: 37px;
	margin-top: 0px;
	padding-top: 16px;
}
#nav img {
	margin-top:16px;
}

/* コンテンツにかかわるCSS
---------------------------------------*/

#content h2 {
	width: 750px;
	height: 17px;
	margin-top:0px;
	font-size: 13px;
	text-align: center;
	background-color: #FFCC00;
}
#content img {
	border: none;
}

#col1 h3 {
	width:180px;
	font-family: "ヒラギノ明朝 Pro W3", "MS P明朝", serif;
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	border-style: none none solid solid;
	border-width: 0px 0px 2px 5px;
	border-color: #000 #000 #CC0000 #CC0000;
}

#col1 h4.inf {
	clear: both;
	width: 576px;
	height: 25px;
	font-size: 20px;
	margin-top: 50px;
	padding-left: 24px;
	padding-top: 5px;
	background-image: url(img/back_infant.jpg);
}


#col1 h4.eng {
	clear: both;
	width: 576px;
	height: 25px;
	font-size: 20px;
	margin-top: 50px;
	padding-left: 24px;
	padding-top: 5px;
	background-image: url(img/back_english.jpg);
}

#col1 h4.chi {
	clear: both;
	width: 576px;
	height: 25px;
	font-size: 20px;
	margin-top: 50px;
	padding-left: 24px;
	padding-top: 5px;
	background-image: url(img/back_child.jpg);
}


#col1 img.shitumon {
	text-align: center;
	margin-left: 5px;
	margin-top: 0px;
}

#col1 img.stu {
	margin-top: 15px;
	margin-left: 35px;
}


#col1 img.pho {
	margin-top: 10px;
	margin-left: 15px;
}


#col1 h5.subject {
	width: 400px;
	font-size: 20px;
	text-indent: 1em;
	padding-top: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #000 #000 #000 #000;
	background-color: #D7F9B0;
}

#col1 p {
	width: 500px;
	padding-left: 15px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D7F9B0;
}

#course h5 {
	width:695px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #09AA04;
	margin-bottom: 0px;
}

#course li {
	margin-top:10px;
	margin-bottom: 15px;
}

/* フッターにかかわるCSS
--------------------------------------*/

#footer p.adress {
	text-align: left;
	text-indent: 1em;
}

#f2 p.foot {
	height: 20px;
	margin-top: 20px;
	text-align: right;
	float: right;
	margin-right: 5px;
}

#footer img {
	margin-left:300px;
	border: none;
}

#footer p.feet {
	width: 500px;
	height: 16px;
	font-size: 14px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#f2 a {
	
}
#f2 a:link {
	color: #000000;
	text-decoration: underline;
}
#f2 a:visited {
	color: #000000;
}
#f2 a:hover {
	color: #000000;
	text-decoration: none;
}



