<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#index{
    margin: 0;
}

body{    
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;   
}

h1{
    text-align: center;
    background-color: aquamarine;
    border: 2px solid blue;
    padding: 2px 2px 2px 2px;
    margin: 5px 5px 0px 5px;
    font-size: 30px;
}
h2{
    padding: 0px;
    margin: 0px;
    font-size: 30px;
}
p{
    margin: 0px;
}

.content1{
    margin: 0px;
}

.content1 p{
    color: b;
}
.content1a{
    background-color: aliceblue;
    border-color: black;
    border: 2px solid blue;
    padding: 20px 20px 20px 20px;
    margin: 5px;
}


.head{
    height: 66px;
    width: 100%;
    background-color: black;
    border: 0px;
}
.logo{
      display:inline;
    text-align: center;   
}
.logo img{
    margin-top: 5px;
}
.nav ul {
    margin-top: 1px;    
    text-align: center;
}
.nav ul li {
    display: inline-block;
    margin: 0 15px 0 15px;
}
.nav li a{
    font-weight:bold;
    color: white;
    text-decoration: none;
}
.nav li a:hover{
    color: white;
    border-bottom:solid;
    border-color:#FFFFFF;
    border-width:3px;
}

footer{
    width: 100%;
    background-color: black;
}
.logo2{
    text-align: left;
}
.nav2 li a{
    font-weight:bold;
    color: white;
    text-decoration: none;
}
.nav2 li a:hover{
    color: white;
    border-bottom:solid;
    border-color:#FFFFFF;
    border-width:3px;
}


.pic1{
    float: left;
}

.pic2{
    float: right;
}

/*回り込み禁止*/
.content1a::after {
    content: "";
    display: block;
    clear: both;
}

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