@charset "Shift_JIS";

* {
  margin:0; padding:0;
}

header{
  z-index: 100;
　height: 100px;
  position: fixed;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  <!-- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);-->
  white-space: nowrap;
}

ul {
　　overflow:hidden;
　　list-style:none;
　　margin: 5 auto;
　　z-index: 20;
}

ul li {
  display: inline-block;
  padding: 26px 5px 10px 5px;
}


a {
  color: #fff;
　text-transform: uppercase;
}

.fontindex{
	font-family:	"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
  white-space: nowrap;
}
.fontsmall{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: underline;}

a:visited {
	color: #000000;
	}


a:hover {
	color: #858585;
	font-style: normal;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;}　
