/*-------------------------------------*/
/* ボディ */
/*-------------------------------------*/
body {
	background-color: #242424;
	background: url(../img/login/bg_login.jpg) no-repeat left center #242424;	/*背景画像の設定（古いブラウザ用）*/
	background: url(../img/login/bg_login.jpg) no-repeat left center / cover #242424;	/*背景画像の設定*/
	min-height:550px;
}

div#bg_header {
	padding-top:50px;
}

div#bg_header h1{
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	font-size:30px;
	color:#fff;
	text-align:center;
	padding: 20px 0px;
	letter-spacing: 0.1em;
	margin-bottom:30px;
}

div#formBox{
	width:500px;
	height:250px;
	background-color: rgba(0, 0, 0, 0.6);
	border: 1px solid #fff;
	margin: 0 auto ;
	text-align:center;
	color:#fff;

}

div#formBox a{
	color:#fff;
}

div#formBox h2{
	font-weight:bold;
	font-size:20px;
	color:#fff;
	text-align:center;
	padding: 15px 0px;
	letter-spacing: 0.1em;
}

div#formBox ul#ul_login{
	width: 300px;
	margin: 0 auto;
}
div#formBox ul#ul_login li{
	margin-bottom: 10px;
}