#header{
	background: url(https://img.atwiki.jp/harimikoshinja/pub/heeder.png);
	background-size: cover;
	background-position: center, top;
}

#header .header_box a:link{
  color: #ff0000;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
}
#header .header_box a:visited{
 color: #ff0000;
 -webkit-text-stroke: 3px #fff;
  paint-order: stroke;

}
#header .header_box a:hover {
 color: #ff0000;
 -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
} 
#header .header_box a:active {
 color: #ff0000;
 -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
}
.atwiki-ads-pc-overlay {
  background-color: transparent;
}