@charset "UTF-8";
body {
    background-repeat: no-repeat;
    text-align: center;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    /* [disabled]font-style: normal; */
}
* {
    margin: 0;
    padding: 0;
}
a:link {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #00ccff;
  text-decoration: none;
}
a:active {
    color: red;
    text-decoration: none;
}
h1 {
    text-align: center;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 18px;
    width: auto;
    height: 24px;
    background-color: rgba(0,51,153,1.00);
    line-height: 24px;
    letter-spacing: 5px;
    color: #FFFFFF;

    }
h2 {
    color: #003366;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #293E6B;
    margin-top: 40px;
    margin-bottom: 14px;
  }  
ul {
	padding-left: 18px;
}
ul li::marker{
 color: #003366;
}
iframe {
	height: 40px;
	border-style: none;
	border-width: 0px;
	margin-top: -20px;
	padding-top: 0px;
}
img {
    border-style: none;
    margin-top: 16px;
    margin-bottom: 16px;
}
.gray {
  color: gray;
}
nav {
    text-align: left;
    font-size: 12px;
    width: 240px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.boxlink {
	text-align: center;
	width: 60px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 20px;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	letter-spacing: 2px;
}
footer {
    position: relative;
    border-top: thin solid #002665;
    padding-top: 10px;
    height: 50px;
    margin-top: 40px;
}
.wordspace {
    padding-left: 4em;
    text-indent: -5em;
}
.boxlink a:link {
    color: #FFFFFF;
    background-color: #DCDCDC;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-right: 3px;
}
.boxlink a:visited {
	color: #FFFFFF;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.boxlink a:hover  {
	background-color: #003399;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
p  {
    font-size: 15px;
    text-align: justify;
}
