@charset "utf-8";
/* CSS Document */

body {
	border-top: 5px solid #004e90;
}
h1 {
	width: 100%;
	text-align: center;
	border-bottom: solid 8px #1E5CBA;
}
h1 img {
	width: 860px;
}
article {
	width: 100%;
	border-top: solid 15px #133C77;
	padding-top: 40px;
}
section {
	width: 860px;
	margin: 0 auto 100px auto;
}
h2 {
	color: #133B77;
	font-size: 300%;
	font-weight: bold;
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff,  0 -2px 0 #fff,  -2px 0 0 #fff,  -2px -2px 0 #fff,  2px -2px 0 #fff,  -2px 2px 0 #fff,  2px 2px 0 #fff,  4px 4px 6px #999;
	text-align: center;
	margin-bottom: 20px;
}
h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 15px;
}
p {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
table{ 
	font-size: 120%;
	text-align: center;
	border-collapse:collapse;
	border-top:solid 1px #1E5CBA;
	border-bottom:solid 1px #1E5CBA;
}
tr {
	border: 1px solid #1E5CBA;
}
th {
	padding: 10px;
	border-top:solid 1px #999;
	background: #ADC9F1;
	border: 1px solid #1E5CBA;
}
th.bg01 {
	background: #E1ECFB;
}
td {
	border: 1px solid #1E5CBA;
	padding: 10px;
	vertical-align: middle;
}
table.table01{ 
	width: 100%;
}
.table01 th {
	width: 25%;
}
.table02 {
	width: 90%;
}
.table02 th{
	background: #E1ECFB;
}
.table03 {
	width: 100%;
	background: #E1ECFB;
}
.table03 td {
	width: 20%;
}
.cont-wrap{
	width: 100%;
	border-top: 5px solid #133C77;
	padding-top: 50px;
}
.caution{
	font-size: 120%;
	text-align: left;
	margin-bottom: 10px;
}
.notes{
	font-size: 120%;
	text-align: right;
}
.bg-blue,.bg-blue02,.bg-blue02 dl{
	text-align: left;
	padding:40px;
 border-radius: 20px; 
 -webkit-border-radius: 20px;/* Safari,Google Chrome用 */ 
 -moz-border-radius: 20px;/* Firefox用 */
}
.bg-blue{
	background-color: #E1ECFB;
}
.bg-blue02{
	background-color: #133C77;
}
.bg-blue02 p{
	text-align: left;
	color: #fff;
}
.bg-blue02 dl{
	padding: 30px;
	background-color: #fff;
}
.bg-blue02 dt{
	font-size: 150%;
	font-weight: bold;
	color: #133C77;
}
.bg-blue02 dd{
	font-size: 130%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px dashed #133C77;
}
.bg-blue02 dd:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}
.copyright{
	font-size: 130%;
	border-top: 5px solid #133C77;
	padding-top: 20px;
}
#pagetop {
	bottom: 2%;
	position: fixed;
	right: 2%;
	cursor: pointer;
}
#pagetop img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
