
/* idセレクタは要素の後に"#~~"をつける*/
/* classセレクタに対しては.~~をつける*/
/*疑似クラス
要素；link リンク先をまだ見ていない状態のa要素
要素：visited　リンク先をすでに見た状態のa要素
要素:hover　カーソルが上にある状態の要素
要素:active　マウスのボタンなどが押されている場合の要素
*/

html{
    margin: 0;
    padding: 0;
    background-color: #042ea1;
    background: linear-gradient(to right,#ffffff,#62a0dadd);
    width:fit-content;
    background-repeat: no-repeat;
}

#garihead{
    top: 0;
    position: relative;
    display: flex;
    justify-content: right;
    align-items:center ;
    
}
#garizarniImg{
    width: 100%;
}

h1{
    color: #ffffff;
    font-size: 5vw;
    margin: 0px;
    margin-right: 10px;
    font-family: 'Times New Roman', Times, serif;
    align-items: center;
    position:absolute;
    top: 50%;
}

td{
    display: table-cell;
}
td.side{
    vertical-align: top;
}

.oshirase{
    width: 100%;
    text-align: center;
    
}
.oshirasetitle{
    border-bottom: #000000;
    border-bottom-width: 1px;
    border-bottom-style:solid ;
    margin-top: 40px;
}
.space{
    width: 20px;
    margin: 0;
}
tr{
    border: none;
    width: 144px;
}
table{
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    width: 45vw;
    
}
tbody{
    width: 100%;
}
td.side{
    width: 30vw;
}
#blank{
    width: 100%;
}

#blank td {
    text-align: center;
}

td.center{
    vertical-align: top;
    width: 45vw;
}
ul{
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
strong{
    font-size: 3vw;
    font-family: 'Times New Roman', Times, serif;
    color: #000000;
    /*background-color: #000000;*/
    border-radius: 15px;
 
    
}


li{
    list-style: none;
}
#main-contents{
    margin-top: 40px;
    width: 45vw;
}
#contents_table{
    margin: 0;
    width: 100vw;
}
#contents.side{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    width: 30vw;
}



#footer{
    clear: both;
    background: #000000;
    text-align: center;
    padding: 0,0;
    border-color:#000000;
    width: 100vw;
    height: 50px;
}
#footer p{
    clear: both;
    color: #ffffff;
    border: #000000;
    
    
}