﻿@charset "utf-8";
body{
	width:100%;
	font-family: "HGｺﾞｼｯｸE","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, SimHei, STheiti, STheitiSC, Tahoma, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic" ;
//	font-size: 20px;
}

/*
　中央にするため、完成したdiv(.container)を覆うdiv(#wrapper)を付ける
　完成したdivは高さと幅が指定されていること。
　ポジションをabsoluteのtop50％、left50％に指定する
　marginで、完成したdivの高さと幅の半分pxを左と上からマイナスにする
*/
#wrapper{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	min-width: 100px;
	min-height: 100px;
}

/* Debug */
#idMessage {
	color: #FFF;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10から*/
}

/* 機能説明エリアタイトル */
#FncName {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10から*/
	position:absolute;
	line-height:30px;
	font-size: 25px;
}

/* 機能説明エリア */
#FncExpArea {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10から*/
	position:absolute;
	font-size: 18px;
}

/* パネル外観 */

.container {
	position:absolute;
/*	top:220px;*/
/*	left:10px;*/
/*	top:50%;*/
/*	left:50%;*/
	background:#FFF;
}


/* 【Resetキー】*/
#HardResetkey {
	position:absolute;
	top: 585px;
	left:295px;
/*	width:135px;*/
/*	width:180px;*/
	height:50px;
	border:solid 5px #33ff00;
	cursor:pointer;
}

/* 【Stopキー】*/
#HardStopkey {
	position:absolute;
	top: 585px;
	left:740px;
	width:150px;
	height:50px;
	border:solid 5px #33ff00;
	cursor:pointer;

}

