html,body{
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-family:Meiryo UI;
}
#bodyLogin {
	background: #fff url('back_tokyo.jpg') no-repeat left bottom ;
	background-size:cover;
}
#divHeader {
	height:100px;
	padding: 5px 30px;
	position:fixed;
	top:0;
	left:0;
	right:0;
}
#divContent {
	position:fixed;
	top:100px;
	bottom:30px;
	left:0;
	right:0;
	overflow:auto;
}
#divFooter {
	color:#fff;
	width:100%;
	height:30px;
	background-color:RGBA(86,88,80,0.5);
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	line-height:30px;
}
#contentLogin {
	width:300px;
	height:200px;
	/*line-height:100px;*/
	color:#326496;
	margin:0 auto;
	text-align:center;
	margin-top:10%;
	z-index:2;
	background-color:RGBA(255,255,255,0.6);
	padding:20px 0 20px;
}
.loginInput {
	width:240px;
	line-height:35px;
	outline:0;
	border:none;
	padding:1px 3px;
	margin:10px 0;
}
#btnLoginInput {
	outline:none;
	border:none;
	background: radial-gradient(#326496, #88cce8);
	width:240px;
	height:45px;
	margin:20px 0 10px;
	font-family:"UD Digi Kyokasho NP-B";
	color:#fff;
	font-size:25px;
	cursor:pointer;
}
#btnLoginInput:hover {
	background: radial-gradient(#88cce8,#326496);
}
.loginbtn {
	background-color:transparent;
	border:2px solid #fff;
	width:300px;
	height:100px;
	line-height:100px;
	color:#fff;
	margin:0 auto;
	text-align:center;
	margin-top:20%;
	cursor:pointer;
	z-index:2;
}
.loginbtn:hover {
	background-color: rgba(255, 255, 255, .2);
}
.loginlogo {
	font-family:"UD Digi Kyokasho NP-B";
	font-size:48px;
	margin:0;
	height:70px;
	line-height:70px;
}
.logindescription {
	font-family: "UD Digi Kyokasho NP-R";
	font-size:14px;
	margin:0;
	height:23px;
	line-height:23px;
}
#bodyMain {
  background: #39D;
}
