

@media screen and (max-width: 1200px) {
    body {
	margin: 0px auto;
	padding: 0px;
    }
    #body {
    margin: 0px auto;
    padding: 0px 0px;
    display: block;
    width: 100%;
    min-width: 1000px;
    background-color: #f5efe5;
    }
    .top {
	display: block;
	/* width: 70%; */
	
	height: 240px;
	margin: 0px auto;
	min-width: 1000px;
	min-height: 200px;
	max-height: 350px;
	background-color: #6698ff;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-origin: border-box;
	background-clip: border-box;
    }
    .slide_left {
	z-index: 3;
	position: absolute;
	left: 50px;
	top: 60px;
    }
    .slide_right {
	z-index: 3;
	position: absolute;
	right: 50px;
	top: 60px;
}

}

@media screen and (min-width: 1200px) {
    body {
	margin: 0px auto;
	padding: 0px;
    }
    #body {
	margin: 0px auto;
	padding: 0px 0px;
	display: block;
	width: 70%;
	min-width: 1200px;
	background-color: #f5efe5;
    }
    .top {
	display: block;
	/* width: 70%; */
	
	height: 240px;
	margin: 0px auto;
	min-width: 1200px;
	min-height: 200px;
	max-height: 350px;
	background-color: #6698ff;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-origin: border-box;
	background-clip: border-box;
    }
    .slide_left {
	z-index: 3;
	position: absolute;
	left: 100px;
	top: 60px;
    }
    .slide_right {
	z-index: 3;
	position: absolute;
	right: 100px;
	top: 60px;
    }
}

.content {
    min-height: 2800px;
}
.footer {
    margin: 0px auto;
    padding: 0px auto;
    height: 300px;
    background-color: #6dbbba;
}
div#copyright {
    position: relative;
    top: 250px;
    text-align: center;
    font-size: 10pt;
}
div#copyright * {
    position: relative;
    display: inline-block;
}

.top-img {
    display: inline-block;
    line-height: 1;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: fill;
}
.menu-bar {
    height: 43px;
    display: block;
    padding: 1px;
    margin: auto;
    background-color: #8a795d/*536895#91b3ba;*/
}
.menu-bar ul {
    position: relative;
    display: block;
    float: left;
    left: 60px;
    margin: 3px auto 5px;
    text-indent: 0px;
    text-align: center;
}
.menu-bar li{
    display: inline-block;
    width: 120px;
    margin: 2px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5ffff;
    background-color: #c4f6ff;
}
.logo {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
    top: -80px;
    left: 60px;
}
.top p {
    margin-left: 5px;
    width: 100px;
    top: 5px;
    color: white;
}

ol {
    position: relative;
    display: inline-block;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 750px;
    height: 156px;
    left:-50px;
    overflow: hidden;

}
ol li {
    position: absolute;
    display: inline-block;
    letter-spacing: normal;
    margin: 0px;
}
.a01 {
    left: 0px;
}
.a02 {
    left: 150px;
}
.a03 {
    left: 300px;
}
.a04 {
    left: 450px;
}
.a05 {
    left: 600px;
}

#book {
    position: relative;
    margin: 20px auto;
    text-align: center;
}
hr {
    overflow: visible;
}
#copyright a {
    color: #404040;
    text-decoration: none;
}
