@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
body {
}
header {
	position:relative;
	-webkit-box-shadow: #666666 0px 0px 6px;
	-moz-box-shadow: #666666 0px 0px 6px;
	box-shadow: #666666 0px 0px 6px;
	behavior: url(PIE.htc);
	clear: both;
	min-height: 120px;
	background-color: #000A4F;
	min-width: 1100px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
header #logoarea {
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 5;
}
header #logoarea h1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
header #logoarea p {
	position: relative;
	top: 60px;
	left: 85px;
	font-size: 85%;
	color: #fff;
}
header nav {
	position: absolute;
	top: 35px;
	right: 20px;
	z-index: 5;
}
header nav ul {
}
header nav li {
	margin-left: 0px;
	margin-right: 25px;
	display: inline-block;
	font-size: 110%;
}
header nav li a {
	color: #fff;
	font-weight: bold;
}
header nav li.borderstyle {
	margin-left: 2px;
	margin-right: 2px;
	background-color: #ffffff;
	top: 3px;
	left: 3px;
}
header nav li.borderstyle a:hover {
	background-color: #FFCE00;
	border: 1px solid #FFF6B6;
	color: #fff;
}
header nav li i {
	margin-right: 4px;	

}
header nav li.borderstyle a {
	border: 1px solid #A6BEDE;
	background-color: #000A4F;
	position: relative;
	top: -3px;
	left: -3px;
	display: block;
	padding: 5px;
}
footer {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background-color: #006BB4;
	min-width: 1100px;
		background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
footer h2 {
	text-align: center;
}
#title {
}
footer p {
	text-align: center;
}
footer p.tel {
	font-size: 150%;
}
footer p.copy {
	padding-top: 10px;
	letter-spacing: 0.1em;
	display: block;
	font-size: 90%;
}
footer p.UP {
	width: 30px;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: 30px;
	background-color: #006BB4;
}
footer p.UP a {
	font-size: 160%;
	color: #fff;
}

footer p.UP2 {
	width: 80px;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: 30px;
	background-color: #006BB4;
}
footer p.UP2 a {
	font-size: 120%;
	color: #fff;
}



#main {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#title {
	background-image: url(../../images/BG2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-width: 1100px;
}
#title h1 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#side{
	padding-top:15px;
	width:240px;
	float:left;}

#side #school {
}
#side #servies {
}
#side h2 {
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 5px;
}
#side h2.c01 {
	background-image: url(../images/images/l01.gif);
}
#side h2.c02 {
	background-image: url(../images/images/l02.gif);
}


#side ul {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom:20px;
}
#side ul li {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 5px;
	text-align: center;
	background-color: #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	background-image: url(../images/d_arrow.png);
	background-repeat: no-repeat;
	background-position: center 85%;
}
#side ul li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#side ul li.left {
	float: left;
	margin-right: 10px;
	width: 255px;
}
#side ul li.right {
	float: left;
	width: 255px;
	margin-right: 0px;
}
#content{
	padding-top:20px;
	font-size:110%;
	line-height:180%;
	color:#333;
	width:840px;
	float:right;}
	
