<!--
    A{
	text-decoration:none;
}
    A:hover{
	color: RED;text-decoration:underline;
}
.space-3px {  font-size: 3px;}
.space-6px {  font-size: 6px;}
.space-12px {  font-size: 12px;}
.space-18px {  font-size: 18px;}
.space-24px {  font-size: 24px;}
.space-32px {  font-size: 32px;}
.f93p { font-size: 93%; line-height: 1.6em;}
.f83p { font-size: 83%;  line-height: 1.5em;}

span.i-tag {
    font-style: italic;
}
span.b-tag {
	font-weight:bold;
}

td.subtitle{
	  font-size: 93%; font-weight:bold; color:#ffffff; background-color:#0040b4; padding: 4px 30px 4px 6px;
}
td.title {  font-size: 112%;padding: 8px 0px 4px 8px;}
td.johka {  font-size: 97%;padding: 8px 30px 6px 8px;}
td.moku {  font-size: 110%;font-weight:900;padding: 6px 30px 6px 4px;}
body {margin:0px;}
p {margin:0px;}
span.white{color:#fff;}

span.gname {
    font-family: "Times New Roman";
    font-style: italic;
}
span.gname2 {
    font-family: "Times New Roman";
}


/* ページ内リンク位置ズレ対策 */
a.anchor{
    display: block;
    padding-top: 36px;
    margin-top: -36px;
}

/* パンくずリスト */
div.plist {
	display: flex;
	background:rgba(244,241,232,0.9);
	padding:4px;
	margin-bottom:2px;
	font-size:small;
	font-weight:bold;
	border-bottom-style:ridge;
	border-width:2px;
    width: 100%;
}
div.plist1 {
	font-size:small;
	font-weight:bold;
    width: 80%;
}
.plist2{
    width: 19%;
	text-align: right;
}
.arrow{
	margin-left:3px;
	margin-right:3px;
	font-size:small;
    color:#888888;
}
/* ヘッダー */
.posifix{
    width: 100%;
    position: fixed;
    z-Index: 10;
}

/* 門 */
h1 {
	color:white;
	padding:6px;
	padding-left:12px;
	margin-top:0px;
	margin-bottom:16px;
	font-size:large;
	font-weight:bold;
	text-align:left;
	border-style:ridge;
	border-width:2px;
	border-radius:10px;
	box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.5);
	text-shadow:0px 0px 8px rgba(253,255,99,0.7);
}

/* 門の色（緑） */
.mon_c1 {
	background: linear-gradient(to right, rgba(3,79,16,1.0), rgba(0,174,111,0.9), rgba(115,247,255,0.2));

}
/* 門の色（紫） */
.mon_c2 {
	background: linear-gradient(to right, rgba(69,0,82,1.0), rgba(128,0,128,1.0), rgba(214,0,207,0.2));
}
/* 門の色（赤） */
.mon_c3 {
	background: linear-gradient(to right, rgba(127,7,7,1.0), rgba(211,15,15,1.0), rgba(255,91,11,0.2));
}
/* 門の色（黄緑） */
.mon_c4 {
	background: linear-gradient(to right, rgba(77,112,10,1.0), rgba(180,210,16,1.0), rgba(227,243,93,0.2));
}


/* ヘッダー */
div.mtitle {
	background: linear-gradient(to right, rgba(10,110,0,1.0), rgba(2,206,50,0.9), rgba(105,255,183,0.2));
	font-size: x-large;
	color:white;
	padding-left:10px;
	padding-top:40px;
	padding-bottom:8px;
	font-weight:bold;
	text-align:left;
	margin-bottom:6px;
	border-style:double;
	border-color:#feffbf;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:3px;
	box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.5);
	text-shadow:
     1px 1px 8px  rgba(253,255,99,0.5),
     -1px 1px 8px  rgba(253,255,99,0.5),
     1px -1px 8px  rgba(253,255,99,0.5),
     -1px 1px 8px  rgba(253,255,99,0.5);
}


/* ボタン配置用 */
.boxContainer {
	overflow: hidden;
	padding-left:12px;
	padding-right:6px;
}
/* 種額縁(左寄せ) */
.box {
	float: left;
}
/* 種額縁(右寄せ) */
.boxr {
	float: right;
}


/* メインテキスト */
div.maintx {
	color:#29210b;
	line-height: 2.0em;
	background:rgba(252,246,230,0.8);
	margin-left: auto;
	margin-right: auto;
	margin: 20px;
	margin-top:10px;
	margin-bottom:20px;
	padding:8px;
	margin-left: auto;
	margin-right: auto;
	border-style:solid;
	border-width:1px;
	border-color:#e7ca7b;
	border-radius:6px;
	border-bottom-right-radius:30px;
	box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.5);
    width: clamp(10rem, 5rem + 60.87vw, 55rem);
}
li {
	list-style-type: circle;
	font-size: 93%;
}
ul {
	margin:0px;
}

/* トップリンク用フレーム */
.topbotan {
  z-index: 100;
position: fixed;
bottom: 80px;
right: 10px;
opacity: 0.4;
}
/* マウスオーバー時のアニメーション */
.topbotan:hover {
    animation: ugoki 1s ease 0s 1 forwards;
    -webkit-animation: ugoki 1s ease 0s 1 forwards;
}
@keyframes ugoki{
    0%{
        opacity: 0.4;
    }  
    100%{
        opacity: 0.9;
    }
}


/* 画像のサイズ変更 */
img.gazou {
    width:clamp(20rem, 3.333rem + 73.33vw, 45rem);
    min-height: 0vw; min-height: 0;
}

/* コンテナ */
.mContainer {
	margin-top: 24px;
	margin-bottom: 18px;
	overflow: hidden;
	padding:4px;
}
/* 縁 */
.box2 {
	float: left;
	padding:4px;
}

/* フッター */
div.mfooter {
	background: linear-gradient(to right, rgba(0,17,144,0.4), rgba(0,14,40,0.9), rgba(0,14,40,0.9), rgba(0,17,144,0.2));
	color:white;
	padding:10px;
	margin-top:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
	border-style:double;
	border-color:#feffbf;
	border-top-width:3px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.5);
	text-shadow:0px 0px 8px rgba(253,255,99,0.7);
}

-->