<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  background: linear-gradient(90deg, #555588, #222233);
  font-family : Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size:16px;
  color : #434355;
  line-height: 130%;
  -webkit-text-size-adjust: 100%;
}
H1{
	left:220px;
	font-size : 30pt;
	font-weight: bold; 
	position: relative;
	width: 600px; height: 50px;
	padding: 10px 10px 5px 20px;
	line-height: 100%;
}
.gradientTITLE{ 
  background-color: #448899; 
  background: -moz-linear-gradient(left top, #113344, #6486b9);
  background: -webkit-gradient(linear, left top, right bottom, from(#113344), to(#6486b9));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#FF113344', endColorstr='#FF6486b9');
  color:#ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.gradientTITLE2{ 
  background-color: #944; 
  background: -moz-linear-gradient(left top, #411, #c66);
  background: -webkit-gradient(linear, left top, right bottom, from(#411), to(#c66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#F411', endColorstr='#Fc66');
  color:#ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
div#normal{
	text-align:left;
	width:580px;
	color:#ffffff;
	position: relative;
	left: 245px;
}
div#normal a{
	color:#9999ff;
}
div#center{
	text-align:center; 
	width:580px;
	color:#ffffff;
	position: relative;
	left: 245px;
}
div#center a{
	color:#9999ff;
}
a#prev{
	float:left;
	font-size:20pt;
}
a#next{
	float:right;
	font-size:20pt;
}
hr.line { /* 線 */
    border: 0;
    width: 620px;
    height: 1px;
    position: absolute;
    left: 230px;
    background: #aca;
    background-image: -webkit-linear-gradient(left, #446, #aca, #334);
    background-image:    -moz-linear-gradient(left, #446, #aca, #334);
    background-image:     -ms-linear-gradient(left, #446, #aca, #334);
    background-image:      -o-linear-gradient(left, #446, #aca, #334);
}
figure#left {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 8px;
}
figure#right {
    float: right;             /* 左に寄せて後続を右に回り込ませる */
    margin: 8px;
}
figure img {
	height:200px;
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
	border: 1px solid #000;
}
figure#center img{
		height:200px;
    margin: 0 auto;
	border: 1px solid #000;
}
figcaption {
	color:#000000;
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
    background-color: #dddddd;  /* 背景色 */
}</pre></body></html>