<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html{
        	background-color:#ccc;
}
body {
	text-align: left;
	margin:0;
	padding: 0;
	width:100%;
	background-color:#ddd;
}

header{
	font-size:30pt;
	border:0px solid #ff88e0;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	width:100%;
}
header a{
	color:#fff;
	padding:0 0.5em;
	border-radius:0.5em;
	text-decoration:none ; 
}

#戻る左{
	position:	absolute;
	left:0;
}
#戻る右{
	position:	absolute;
	right:0;
}


非表示{
	color:#eee;
	text-shadow:2px 2px 2px #00000000;
	opacity:0;
}

article{
	background-color:#aaa;
	text-align: center;

}

h1{
	color:#000;
	background-color:#ddd;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	padding:0.3em;
	font-size:20pt;
	font-family:"HG明朝E",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif;
	text-shadow:3px 3px 2px #C9C9F8;
}

p{
	line-height: 130%;
	text-align:left;
	margin:0 ;
	  text-indent: 0.5em;
}

p#説明{
	font-size:120%;
	text-align:center;
	padding:0.5em 0;
	background-color:#eee;
}
span#date{
	color:#080;
}

#写真{
	display:block;
}
#写真 a{
	line-height:0;
	display:inline-block;
	padding:1px;
}

#写真 img{
	display: inline-block;
	width:100%;

}


#backnext{
	font-size:100pt;
	opacity: 0.3;
	width:100%;

}
#backnext a{
	text-decoration:none ; 
	color:black;
	padding:100% 0;
	display:inline;
} 
#backnext a:hover{
	opacity: 1;
	color:red;

}
#前の画像へ a:hover{
	border-radius: 1em 0 0 1em;
}
#次の画像へ a:hover{
	border-radius: 0 1em 1em 0;
}

#前の画像へ{
	position:	absolute;
	top:2em;
	left: 0;
}

#次の画像へ{
	position:	absolute;
	top:2em;
	right:0;
}


nav#links{
	font-size:12pt;
	text-align:center;
	width:100%;
	margin:0;
	color:#00a;
	word-break: keep-all;
	line-height:200%;
}



a {
	border-radius:1em;
	color: #00A; 
	border:0; 
	text-decoration:underline ; 
	background-color: transparent; 
	padding:1em 0.5em;
 }
a:hover {
	color: #F00; 
	 background-color:white;
}


footer a{
	display:inline-block;
	line-height:200%;
}


</pre></body></html>