﻿/* ***************************** */
/*  sagあまのがわ2 スタイルシート    */
/*  MARUYAMA Takahiro & ChatGPT  */
/*  by Digi-KEN                  */
/* ***************************** */


/* フッターのデザイン */
footer {
    background: var(--header-footer);
    text-align: center;
    color: var(--paper-white);
    padding: 10px;
    width: 100%;
	font-weight: bold;
}

footer a {
    color: var(--link-text);
    text-decoration: none;
}

footer a:hover {
    color: var(--link-hover);
    text-decoration: underline;
}

footer a:active {
    color: var(--link-active);
}

