@charset "UTF-8";
body {
	color: #003399;
	text-decoration: none;
	text-align: center;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	width: auto;
}
#main {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
}
a:link {
    color: #0050FF;
    text-decoration: none;
}
.overview {
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 0px;
}
a:visited {
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #0050FF;
    text-decoration: underline;
}
a:active {
    color: #003399;
    text-decoration: none;
}
nav {
    display: inline-block;
}
ul   {
    height: 26px;
    padding-left: 0px;
}
ul li  {
    font-size: 13px;
    letter-spacing: 2px;
    border: thin solid #003399;
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    width: 80px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}
ul li:hover a {
    background-color: #99BBFF;
    text-decoration: none;
    display: block;
}
ul li a:link  {
    color: #003399;
    text-decoration: none;
}
img {border-style: none;}
footer  {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color: #003399;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 18px;
	margin-top: 30px;
	word-spacing: 10px;
}
small {
    font-family: Arial, Helvetica, sans-serif;
    word-spacing: normal;
    font-size: 12px;
    letter-spacing: normal;
}
.privacy {
    font-size: 11px;
}
@media (max-width:480px){
	body {
    background-image: url(../images/top_image.svg);
    background-repeat: no-repeat;
    background-position: -130px 70px;
    background-size: 160% 160%;
}
#main {
    width: 90%;
    padding-top: 50px;
}
img {
	width: 60%;
	height: 60%;
}
footer {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
@media (min-width:481px) and (max-width:760px){
body {
    background-image: url(../images/top_image.svg);
    background-repeat: no-repeat;
    background-position: -360px -140px;
    background-size: 200% 200%;
}
#main {
    width: 480px;
    padding-top: 30px;
}
img {
	border-style: none;
	width: 40%;
	height: 40%;
	margin-top: 0px;
	padding-top: 50px;
}
}
@media (min-width:761px) and (max-width:1200px){
	body {
	background-image: url(../images/top_image.svg);
	background-repeat: no-repeat;
	background-position: center -240px;
	background-size: 200% 200%;
}
#main {
    width: 480px;
    padding-top: 100px;
}
}
@media (min-width:1201px){
body {
	background-image: url(../images/top_image.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 200% 200%;
}
#main {
    width: 480px;
    height: 640px;
    padding-top: 100px;
}
}
