@import url("common.css");
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&family=Teko:wght@300&family=Zen+Maru+Gothic&display=swap');
/*リンク設定*/
a:link{
color :skyblue;
text-decoration : none;
}
a:visited{
color : skyblue;
text-decoration : none;
}
a:active{
color : blue;
text-decoration : none;
}
a:hover{
color : blue;
text-decoration : none;
position:relative;
left:1px;
top:1px;
}

a img{border:0px;}
/*スクロール設定*/
/*全体設定*/
body{font-size : 110%;
background-image:  radial-gradient(#0000FF 2px, transparent 2px), radial-gradient(skyblue 2px, #000 2px);
background-size: 40px 40px;
background-position: 0 0,20px 20px;
BACKGROUND-ATTACHMENT:fixed;
font-family: 'Zen Maru Gothic', serif;
}
/*メニューリスト設定*/
ul{margin:10px 0px 0px 0px;padding:0px;list-style-type:none;	font-size : 110%;
font-weight : bold;}
li{margin:10px;padding:10px;font-weight : bold;
border:blue solid 1px;
border-radius: 1em; 
background-color:#001e43;}