<!--
@charset "utf-8";
body{
    font-family: "M PLUS 1p", sans-serif;
    width: 900px;
    font-size: 120%;
    background: -moz-linear-gradient(#32cd32,#ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#32cd32), to(#ffffff)); 
    background-repeat: no-repeat;
    margin: 0 auto;
}
.wrap{
    overflow: hidden;
    background-color: #ffffff;
    border-color: #ffffff;
    border-width: 0;
    border-style: hidden;
    padding: 0;
    margin: 0 auto;
}
header{
    font-family: "M PLUS Rounded 1c", sans-serif;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}
h1{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight : bolder;
    height: 60px;
    color: #008000;
    height: 100%;
    padding: 10px;
}
h2{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 120%;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #008000;
    background: -moz-linear-gradient(#90ee90, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#90ee90), to(#ffffff)); 
    border-radius: 10px;
    padding: 4px 4px 4px 8px;
    margin: 2px 2px 4px 2px;
}
h3{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 100%;
    border-width: 0 0 1px 8px;
    border-style: solid;
    border-color: #32cd32;
    border-left-color: linear-gradient(#32cd32.#008000)1/8px;
    padding: 4px;
    margin: 8px 4px 4px 4px;
}
main{
    width: 96%;
    overflow: hidden;
    padding: 2px;
    margin: 0 auto;
}
nav{
    font-size: 90%;
    width: auto;
    padding: 4px;
    margin: 0 auto;
    clear: both;
}
article{
    width: 100%;
    padding: 2px;
    float: left;
    clear: both;
}
section{
    width: 100%;
    padding: 2px;
    margin: 0 auto;
}
aside{
    text-align: center;
    width: 20%;
    padding: 2px;
    margin: 0 aout;
    float: right;
}
#pan{
    height: 20px;
    color: #008000;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #008000;
    padding: 0 0 0 4px;
    margin: 4px;
}
#pan p{
    width: auto;
    float: left;
    padding: 0;
}
#pan ol li{
    width: auto;
    padding: 0;
}
a:link, a:visited, a:active{
    color: #008000;
    text-decoration: none;
    transition: 0.5s;
}
a:hover{
    color: #ff0000;
    text-decoration: underline;
}
.nav1{
    font-family: "M PLUS Rounded 1c", sans-serif;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    clear: both;
}
.nav1 ol li a{
    justify-content: space-between;
    color: #008000;
    font-weight: bold;
    display: block;
    font-size: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #008000;
    background: -moz-linear-gradient(#ffffff, #008000);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#90ee90)); 
    border-radius: 0;
    padding: 4px;
    margin: 2px;
    text-decoration: none;
    transition: 0.5s;
}
.nav1 ol li a:before{
    list-style-type: none;
}
.nav1 ol li a:link{
    color: #008000;
    text-decoration: none;
}
.nav1 ol li a:visited{
    color: 008000;
    text-decoration: none;	
}
.nav1 ol li a:hover{
    color: #ff0000;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #32cd32 #32cd32 #ffffff #32cd32;
    font: -webkit-gradient(linear, left top, left bottom, from(#32cd32), to(#ffffff));
    background: -moz-linear-gradient(#32cd32, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#32cd32), to(#ffffff)); 
    border-radius: 20px 20px 0 0;
}
.nav1 ol li a:active{
    color: #32cd32;
    text-decoration: none;
}
ol{
    padding: 0;
    margin: 0 auto;
}
ol li{
    text-align: center;
    list-style-type: none;
    color: #008000;
    line-height: 26px;
    width: 16.66%;
    float: left;
    margin: 0 auto;
}
div{
    padding: 4px;
}
p{
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0 4px 0 4px;
}
.fl{
    float: left;
}
.button a{
    display:inline;
    list-style-type: none;
    font-size: 90%;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: green;
    background: -moz-linear-gradient(#ffffff, #77ff77);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#77ff77)); 
    border-radius: 30px;
    padding: 4px 20px 4px 20px;
    transition: 0.5s;
    margin: 0 auto;
}
.button a:hover{
    border-width: 1px;
    border-style: solid;
    border-color: red;
    background: -moz-linear-gradient(#77ff77, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#77ff77), to(#ffffff)); 
    border-radius: 5px;
}
hr{
    color: #32cd32;
    margin: 10px 0 0 0;
    clear: both;
}
img.l{
    width: 40%; 
    float: left;
    padding: 4px 0 0 0;
}
img.r{
    width: 40%; 
    height: 40%;
    float: right;
    padding: 0 0 0 4px;
}
.r{
    text-align: right;
}
.c{
    text-align: center;
}
.w100{
    width: 100%;
}
.red{
    color: red;
}
p.retop{
    font-size: 80%;
    width: auto;
    float: right;
    border-style: dashed none none none;
    border-width: 0.5px;
    padding: 0px;
    padding: 4px;
    clear: both;
}
footer{
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #32cd32;
    font-weight: normal;
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 90%;
    color: #32cd32;
    background-color: #ffffff;
    line-height: 12px;
    padding: 2px;
    margin: 0 auto;
}
footer.cr:before {
    content: "Ⓒ 2019-2025 ";
}
footer.cr:after {
    content: "";
}
@media(max-width:900px){
body{
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.nav1 ol li a{
    height: 100px;
}
ol li{
    line-height: auto;
}
#pan{
    height: auto;
}
img{
    width: 100%;
    height: auto;
}
img.r{
    width: 100%;
}
section{
    width: 98%;
    margin: 0 auto;
}
aside{
    float: inherit;
    margin: 0 aout;
    clear: both;
}
footer.cr:before {
    content: "";
}
footer.cr:after {
    content: "";
}
}
-->