@charset "utf-8";
/* CSS Document */

header{
	background-color:#012A6A;
	display: block;
	position: fixed;
	top:0;
	z-index: 1;
}
header img{
	max-width: 50%;
	margin: 0 auto;
}

.topimg{
	margin-top: 58px;
	max-width: 100%;
	text-align: center;
}

h1{
	text-align: center;
}

h2{
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 20px;
}
h3{
	font-size: 15px;
	background: #002b69;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin:0 auto;
	margin-bottom: 20px;
}

.cont-size-box{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.txt-box p{
	float: none;
	width: 610px;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
}

.txt-box01 a:hover{
	background-color: #E2F1FF;
	transition: background-color 0.5s;
}
.txt-box02 a:hover{
	background-color: #E2F1FF;
	transition: background-color 0.5s;
}
.txt-box03 a:hover{
	background-color: #E2F1FF;
	transition: background-color 0.5s;
}
.txt-box04 a:hover{
	background-color: #E2F1FF;
	transition: background-color 0.5s;
}

.txt-box01{
    position: relative;
    margin-bottom: 60px;
	text-align: justify;
}
.txt-box02{
    position: relative;
    margin-bottom: 60px;
	text-align: justify;
}
.txt-box03{
    position: relative;
    margin-bottom: 60px;
	text-align: justify;
}
.txt-box04{
    position: relative;
    margin-bottom: 60px;
	text-align: justify;
}

footer { 
	display: block;
	bottom:0;
	z-index: 1;
	height: 50px;
	width: 1200px;
	float: right;
	margin-right: -160px;
}

