
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); */
* {
	margin:0px;
	padding:0px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Takao Pゴシック", "sans-serif",'Segoe UI';
	/* font-family:'Noto Sans', sans-serif; */
	/* font-family:'Sawarabi Mincho', sans-serif; */
}

body {
	width:100%;
	min-width:1166px;
	-webkit-text-size-adjust: 100%;
	zoom:1.0;
	/* background-color: #f0f0f0; 移動済み */
}

div.Header {
	position:fixed;
	top:0;
	margin:0px;
	width:100%; height:50px;
	min-width:1000px;
	/* background-color:#958474; 移動済み */
	background-image:url(../img/banner1024x100.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-size:512px 50px;
	z-index:1000;
}
div.BannerBG {
	width:100%;
	min-width:600px;
	height:50px;
/*	background-color:darkblue; */
	/* background-color:maroon; 移動済み */
	opacity:0.846;
}



/* #Menu { */
ul.Menu {
	/* width:100%;
	height:50px; */
	opacity:1.0;
	background-color:transparent;
	margin:0px;
}
ul.Menu li{
	display:inline-block;
	margin:0px;
	width:118px;
	height:42px;
	border-style:solid;
	border-width:1px;
	/* border-color:transparent; 移動済み */
	padding-top:6px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	vertical-align:bottom;
	font-size:18pt;
}
/*
ul.Menu li:hover{
	border-color:black; 移動済み
}
*/
a {
	text-decoration: none;
}
/*
a.menuitem {
	color:white;
}
a.menuitem:hover {
	color:yellow;
}
*/

#footer p {
	margin: 10px;
	text-align:center;
}
