@charset "UTF-8";
/* CSS Document */

h1{text-shadow: 1px 1px 0 white, -1px -1px 0 white,
              -1px 1px 0 white, 1px -1px 0 white,
              0px 1px 0 white,  0-1px 0 white,
              -1px 0 0 white, 1px 0 0 white;}
p{text-shadow: 1px 1px 0 white, -1px -1px 0 white,
              -1px 1px 0 white, 1px -1px 0 white,
              0px 1px 0 white,  0-1px 0 white,
              -1px 0 0 white, 1px 0 0 white;}


body{
  background-color : #ffffff;
	background-image:
		repeating-linear-gradient( 0deg,rgba(0, 135, 255, 0.8) 0px 4px,	transparent 4px 36px),
		repeating-linear-gradient( 90deg,rgba(0, 135, 255, 0.8) 0px 4px,	transparent 4px 36px);
font-family: Arial, Helvetica, 'sans-serif';
	
}


img{width: 75vw;}
.studio {text-align: center}
.sutudiosetsumei{text-align: center;background-color: white;border: 1px solid #1e90ff;}