@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	max-height: 800px;
	margin-bottom: 10px;
}
div.body {
	width: 800px;
	height: 650px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: white;
	border: 2px solid #44697D;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#nav {
	float: right;
	position: relative;
	left: 70px;
	top: 450px;
	width: 50px;
	z-index: 5;
}

.pointer {
	cursor: pointer;
}
div#footer-wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	position: absolute;
	top: 500px;
	z-index: 10;
}
div.saimg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 78px;
	height: 650px;
	z-index: -1;
	background-image: url(../img/sa101.png);
	background-repeat: no-repeat;	
}
p.campus {
	margin: 0px;
	padding: 0px;
}
p.lesson {
	margin-bottom: 2px;
}
#continue {
	visibility: hidden;
	opacity: 0;
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 800px;
}
#continue p {
	width: 400px;
	margin: 0px auto;
	text-align: center;
	background-color: #FFF;
	border: none;
	padding: 2px 4px;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 10px #FFF;
}
#cont_btn {
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	text-align: center;
	font-size: 36px;
	margin: 0px auto 20px auto;
	padding: 0px 10px;
	width: 500px;
}
h2 {
	margin-left: 25px;
}
ul {
	margin: 0px 5px 5px 15px;
	padding-left: 0px;
}
li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 16px;
}
.cntr {
	text-align: center;
}
.aright {
	text-align: right;
}
#survey th {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 3px;
}
#stage {
	overflow: hidden;
}