body{
	text-align: center;
	margin:0;
	background-image: url(./img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
 /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}

#wrap{
	width: 100%;

	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
.login{
    background: url(./img/head.png) no-repeat; 
	width: 486px;
	height: 490px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.align{
	width: 400px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	color:#333;
	padding-top: 300px;
	margin-right: auto;
	margin-left: auto;
}

input{ 
	border: 1px solid #333;
	padding: 5px;
 } 

.submit{
	margin-top:30px;
	padding-top: 20px;
	border-top-color: #292929;
	border-top-width: 1px;
	border-top-style: solid;
}
.submit input{
    background: url(./img/botan.jpg) no-repeat;
	width: 150px;
	height: 20px;
	border: none;	
}
.sub2{
	margin-top:30px;
}
