@charset "utf-8";
body {
	background-color: #000217;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.right {
	float: right;
	clear: both;
	margin-right: 10%;
}
#header {
	height: 150px;
	width: auto;
	margin-top: 50px;
}
#header ul {
	list-style-type: none;
	margin-left: 10%;
	margin-top: 100px;
	padding: 0px;
	clear: both;
}
#header  li  {
	display: inline;
}
#header li a {
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	padding-top: 5px;
}
#header li a:hover {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00AEEF;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	border-left-color: #00AEEF;
}
#header li a:active {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00AEEF;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	border-left-color: #00AEEF;
}
#text {
	float: right;
	width: 500px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00AEEF;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	border-left-color: #00AEEF;
	padding-left: 20px;
}
#contents {
	width: 1000px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00AEEF;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	border-left-color: #00AEEF;
}

#inner_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	overflow: auto;
}
#subheadlists {
	width: 250px;
	margin-top: 0px;
}
#subheadlists ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#subheadlists li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #000217;
	border-right-color: #000217;
	border-bottom-color: #000217;
	border-left-color: #000217;
}
#subheadlists a:hover {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00AEEF;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	border-left-color: #00AEEF;
}
#contact {
	height: 55px;
	width: 250px;
	margin-left: 20%;
	color: #00aeef;
	clear: both;
}
#contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00AECF;
}
#contact p {
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents img {
	text-align: center;
}
.label {
	float: left;
	width: 100px;
}
.input {
	width: 200px;
}
