@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066B2;
	margin: 0px;
	background-color: #0066B2;
}
#container {
	min-height: 100%;
	width: 968px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}
#main {
	overflow: auto;
	padding-bottom: 120px;
}
a:link {
	color: #06F;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #06F;
}
a:active {
	color: #06F;
}
#header01_left {
	width: 350px;
}
#header01_right {
	width: 618px;
}
#header01_left, #header01_right {
	float: left;
	height: 104px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#header01_right p1 {
	padding-left: 30px;
	text-align: left;
	color: #0066B2;
	font-size: 28px;
}
#header01_right p2 {
	padding-left: 90px;
	text-align: left;
	color: #000;
	font-size: 16px;
}
#header02 {
	height: 50px;
	padding-bottom: 20px;
}
#header02 ul {
	margin: 0;
	list-style-type: none;
	padding-left: 109px;
	padding-right: 109px;
}
#header02 ul li {
	float: left;
	list-style-type: none;
    text-align: center;
    width: 150px;
	line-height: 1.25;
}
#header02 a {
	font-size: 16px;
	color: #0066B2;
	text-decoration: none;
	display: inline;
}
#header03 {
	clear: both;
	margin: 0px;
	padding-top: 40px;
}
#header04 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#header04 h1 {
	text-align: center;
	color: #000;
	font-size: 28px;
}
#header04 h2 {
	text-align: center;
	color: #000;
	font-size: 16px;
}
#header04 p {
	padding-left: 100px;
	padding-right: 100px;
	text-align: justify;
	color: #666;
	font-size: 20px;
}
#text01 {
	padding-left: 100px;
	padding-right: 100px;
	color: #000;
}
#text01 h1 {
	clear: left;
	font-size: 20px;
	text-align: left;
	color: #0066B2;
}
#text01 p {
	font-size: 18px;
	text-align: left;
	color: #666;
}
img.left {
	display: block;
	margin-left: 0px;
	margin-right: auto;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	display: block;
	margin-left: auto;
	margin-right: 0px;
}
span.current_page {
	color: #000;
	font-weight: bold;
}
span.superscript_8 {
	vertical-align: super;
	font-size: 8px;
}
span.superscript_14 {
	vertical-align: super;
	font-size: 14px;
}
span.color01 {
	color: #666;
}
#footer {
	position: relative;
	width: 968px;
	margin: -120px auto 0 auto;
	clear: both;
}
#footer p {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	line-height: 2.0;
}