@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
* {
	/* font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3',"Helvetica Neue",    Arial,    "Hiragino Kaku Gothic ProN",    "Hiragino Sans",    Meiryo,    sans-serif; */
	margin: 0px;
	padding: 0px;
}
body { background-color:#F5F6F7; }

a {color:#1e90ff;  text-decoration:underline; display:block; }
a:hover, a:active{ color:#1e90ff; text-decoration:underline; }

img{ border:0; }

/*------------------�S�̂̃��C�A�E�g------------------*/
#wrapper{
height: auto;
margin: auto;
width:960px;
}
#content{width:960px;}
#content::after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}
#contentLeft{
	width:250px;
	float:left;
}
#contentRight{
	width:700px;
	float:right;
}

#article{background-color:#ffffff;padding:10px;}
h2{font-size:24px;margin:5px 0;}

#information{
line-height:24px;
margin:10px;
}
#layout{apdding:0;margin:0;}
#eventList {
    height: auto;
	padding:0px;

}
#eventList ul{background-color:#ffffff;overflow:hidden;margin-bottom:5px;padding:0px;}
#eventList ul li{border-left:2px solid #add700;}
#eventList ul li a{display:block;padding:5px;  text-decoration: none;color:#111;}
#eventList ul li span{display:block;padding:5px;  text-decoration: none;}

#eventList ul li a:hover{color:#9fd0ff;}
h1{background-color:#add700;color:#ffffff;font-size:36px;line-height:36px;padding:10px;margin:5px 0 10px 0;}
.updtime{text-align:right;font-size:11px;padding:6px 0px;}

#link-detail a{
	text-decoration: none;
	width:500px;

	margin: 10px auto;
	background: #4375A8;
	padding: 0.7em 5em;
	text-align: center;
	color: white;
}
#link-detail a:hover{
	background: #60b2ff;
}

#eventList a{font-size:13px;}

.information-title {
    border-left: 16px solid #add700;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    padding: 6px;
}

#footer {
clear:both;
height:auto;
width:960px;
margin:auto;
}
#copyright {
width:960px;
padding-top:10px;
padding-bottom:10px;
text-align:right;
margin:auto;
clear:both;
font-size:12px;
}

/*------------------�E�N���b�N�֎~------------------*/
.oncontextmenu {
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
 pointer-events: none;
}