body {
  margin: 0;
  background-image: url(./neo_bg.gif);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-attachment: fixed;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

a {
  color: #3333FF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #999999;
}

h1 {
  font-family: "Sawarabi Mincho";
}

#frame {
  border:1px dashed #B0C0FF;
  background-color: rgba(255, 255, 255, .6);
  margin: 0 auto;
  padding: 0 10%;
  height: 75vh;
  width: 75vw;
  overflow-y: auto;
  word-wrap: break-word;
}

#rights {
	font-size:14px;
	font-weight:bold;
	text-align: center;
	font-family: "Sawarabi Mincho";
}

#back {
	text-align: center;
	font-family: "Sawarabi Mincho";
}

#photoMenu {
  border:3px double #000066;
}

#photoMenu a {
  display: inline-block;
  padding: 8px 16px;
  width: 180px;
}

#pagemenu {
	position: sticky;
	float: right;
	right: 10px;
	top:10px;
	width: 150px;
	text-align: center;
}

#scmenu {
	background-color: #000066;
	border-radius: 7px;
}

#scmenu a {
	color:#FFFFFF;
	padding: 0 40px;
}

#scmbody {
	display: none;
	background-color: #FFFFFF;
	border:1px dashed #B0C0FF;
	border-radius: 7px;
}

.photoDIV {
	padding: 0;
	display: inline-block;
}

.center {
	text-align:center;
}

.sctitle {
	color: #000066;
	font-size: 22px;
}

.scsub {
	color: #000066;
	font-size: 20px;
	margin-top: 70px;
	margin-bottom: 10px;
}

.scsec {
	color: #000033;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0;
}

.sccontent {
	color: #000000;
	font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	font-size: 16px;
}

.sccontent p {
	margin: 5px 0;
}

.note {
	color: #0000CC;
}

.topnav {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Sawarabi Mincho";
}

.topnav a {
  display: inline-block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.topnav a:hover {
  color: #999999;
}

.topnav .icon {
  display: none;
}

.small {
	font-size: 14px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav {
    background-size: 100% 20px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
}