
* {
	margin:0px;
	padding:0px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Takao Pゴシック", "sans-serif",'Segoe UI';
	touch-action:none;
}

html, css{
	touch-action:none;
}

body {
	/* background-color: #f0f0f0; */
	height:100%;
	overflow-y:hidden;
	-webkit-text-size-adjust: 100%;
	zoom:1.0;
}

div.Header {
	margin:0px;
	width:100%; height:50px;
	/* background-color:#958474; 移動済み */
	background-image:url(../img/banner1024x100.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-size:512px 50px;
	/* filter: alpha(opacity=50); */
}
div.BannerBG {
	width:100%;
	min-width:600px;
	height:50px;
	/* background-color:darkslategray; */
	/* 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;
	transform:scale(1.0);
}
/*
ul.Menu li:hover{
	border-color:black;
}
a.menuitem {
	color:white;
}
a.menuitem:hover {
	color:yellow;
}
*/

#SoftKeyContainer {
	position: fixed; width: 100%; left: 0px; bottom: 0px;
	height: auto;
	margin: 0px; padding: 0px;
	/* background-color: rgba(0,0,0,0); 移動済み */
	z-index:800;
}

#SoftKeyControler {
	width: 100%;
	height: 22px;
	margin: 0px; padding: 0px;
	/* background-color: rgba(0,0,0,0); 移動済み */
}

.SoftKeyToggle {
	display: inline-block;
	margin-top:0px; margin-right: auto; margin-left: 15%; margin-bottom: 0px;
	padding: 0px;
	width: 30px;
	height: 20px;
/*	background-color: rgba(0,0,0,0.3);
	border-color:  rgba(0,0,0,0.3); */
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-radius: 50% 50% 0px 0px;
}

#SoftKeyboard {
	width: 100%;
	margin: 0px; padding: 0px;
/*	background-color: rgba(0,0,0,0.3);
	border-color:  rgba(0,0,0,0.3); */
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
}
