@charset "UTF-8";
/* 背景画像1 */
#bg1 {
	background-image:		url("../img/bgimage1.jpg");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	center top;
}

/* 背景画像2 */
#bg2 {
	background-image:		url("../img/bgimage2.jpg");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	center top;
}

/* 背景画像3 */
#bg3 {
	background-image:		url("../img/bgimage3.jpg");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	center top;
}

#login_box {
	width:					470px;
	background-color:		#ffffff;
	text-align:				left;
	margin-left:			auto;
	margin-right:			auto;
}

#login_box .title {
	margin:					1px;
	padding:				10px 20px;
}

#bg1 #login_box .title {
	color:					#ffffff;
	background-color:		#0033cc;
}

#bg2 #login_box .title {
	color:					#ffffff;
	background-color:		#cc0033;
}

#bg3 #login_box .title {
	color:					#ffffff;
	background-color:		#00cc00;
}

#login_box .input {
	margin:					10px 0px 10px 50px;
}

#login_box .footer {
	padding-left:			20px;
	padding-bottom:			20px;
}
