<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page {
	background: left top rgb(219, 231, 243); margin: 0px auto; padding: 0px; border: 1px solid rgb(84, 125, 168); width: 1108px; color: rgb(59, 64, 76); line-height: 130%; 
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 10pt; font-style: normal; font-weight: normal; min-height: 1598px;
}
body {
  background: left top rgb(219, 231, 243); margin: 0px;
  background-image: url(bak.gif);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.btn {  
    text-decoration: none;  
    font-weight: bold;  
    text-align: felt;  
    margin-left: 20px; 
    font-size: 15px;  
    display: block;  
    width: 550px;  
    padding: 10px 0;  
    background: #232439;
} 

.btn {
	background: -moz-linear-gradient(top,#BADDFF 0%,#0C81F5);
	background: -webkit-gradient(linear, left top, left bottom, from(#BADDFF),to(#0C81F5));
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #528BC4;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,0.3);
}


.btn2 {
width: 80%;
margin: 0 auto;
padding: 15px 15px;
display: block;
font-size: 20px;
text-align: left;
background: #E4E4E4;
color: #000000;
border: 2px solid #CCCCCC;
}
.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                      rgba(255,255,255,0)),
                      url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box;
 /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
    0 2px 2px -1px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
 .button:hover{
    background-color: #eee;
    color: #555;
}
 .button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}
.button.color{
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(top, rgba(255,255,255,.3),
                    rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
}
.button.red{
  background-color: #c43c35;
  border-color: #c43c35;
}
 .button.red:hover{
  background-color: #ee5f5b;
}
 .button.red:active{
  background: #c43c35;
}
.sc-box {
        width:  745px;
        height: 166px;
        margin: 100 auto;
        text-align: left;
        font-size: 10pt; 
        font-style: normal; 
        font-weight: normal;
        overflow-y: scroll;
        overflow: -moz-scrollbars-vertical;
}
/* お知らせ */
#news dl { overflow: hidden; }
#news dt {
  float: left;
  width: 8em;
  margin-bottom: 10px;
  clear: both;
}
#news dd {
  margin-left: 8em;
  margin-bottom: 10px;
}
</pre></body></html>