@charset "utf-8";
/*
body{
	background-image: url("../images/ad.jpg");
}
*/
.web-menu{
	background-image: url("../images/titleback.jpg");
	height: 100px;
}
/*
.top-logo{
	margin-top: 15px;
	width: 180px;
	height: 70px;
}
*/
.wordlink{
	text-align: center;
}
.wordlink a{
	text-align: right;
	text-decoration: none;
}
.ok{
	text-align: center;
	background-color: #6CFFBE;
	color: #958D8D;
	width: 250px;
}
.err{
	text-align: center;
	background-color: #FF6C6F;
	color: #FFFFFF;
	width: 250px;
}
#loginForm {
	width: 300px;
	padding: 20px;
	margin: 50px auto;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.50);
}
#loginForm h3 {
	text-align: center;
}
#loginForm label {
	font-size: 0.9em;
}
#loginForm p {
	line-height: 1.8em;
}
#username,#pw,#submit {
	width: 95%;
}
#submit {
	margin-top: 0px;
}

#infoForm {
	width: 300px;
	padding: 20px;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.72);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.50);
}
#infoForm h3 {
	text-align: center;
}
#infoForm label {
	font-size: 0.9em;
}
#infoForm p {
	line-height: 1.8em;
}
#info,#submit {
	width: 100%;
}


#pw {
	width: 300px;
	padding: 20px;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.72);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.50);
}
#pw h3 {
	text-align: center;
}
#pw label {
	font-size: 0.9em;
}
#pw p {
	line-height: 1.8em;
}
#pw1,#pw2,#submit {
	width: 100%;
}