a {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
}
nav {
    height: 50px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 10px 0px 0px;
    background-color: #5B6EE1;
}
nav ul {
	width: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
nav li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	text-align: center;
}
nav a {
    margin: 25px 0px 0px 5px;
    padding: 10px 20px 5px 40px;
    background-repeat: no-repeat;
}
nav a:hover {
    color: lightgray;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: left;
}
header {
    height: 290px;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 70px 0px 25px 0px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    float: left;
    text-align: center;
    background-color: #5B6EE1;
    background-repeat: no-repeat;
}
body {
    margin: 0px;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    background-color: #5B6EE1;
    padding: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
iframe {
	width: 750px;
	border: 0px;
	height: 350px;
}
input {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.noClear {
	width: auto;
	margin-right: 10px;
	clear: none;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#subpage-content {
	width: 800px;
	min-height: 350px;
	background-color: lightsteelblue;
	margin: 0px auto 0px auto;
	padding: 15px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}
footer {
	height: 10px;
	text-align: center;
	padding: 0px 0px 10px 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	float: left;
	margin-top: 0px;
}
footer p {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    color: white;
    font-size: 11px;
    font-weight: 400;
	border-bottom: 2px solid #FFFFFF;
}
footer a {
	margin: 0px;
    padding: 5px 0px 5px 0px;
    color:　white;
    font-size: 11px;
    font-weight: 400;
}