@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#side img.sidebana {
	width:200px;
}
#side p.sidetxt {
	font-size: 12px;
	line-height: 1.4em;
	width: 200px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.acenter {
	text-align: center;
}
.acenter a.btn_wm {
	padding: 20px 15px;
	border-radius: 5px;
	background-color: #20408C;
	box-shadow:2px 2px 20px -2px #666666;
	width:100%;
	font-size: 30px;
	color: #FFFFFF;
	margin:40px 0px 30px 0px;
	display: block;
	text-decoration: none;
}
.acenter a.btn_wm:hover {
	background-color: #0F2B6E;
	text-decoration: none;
}