/* 
 * ログイン定義
 */
.loginBox {
	border-width:1px; 
	margin-bottom:5px; 
	width:90%;
}
.loginLink {
	width:70px;
	text-align:center;
	border-top: 1px solid yellow;
	border-left: 1px solid yellow;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	display:block;
	padding-left: 5px;
}
.loginLostPass {
	margin:10px;
	text-align:center;
}
.loginEmail {
	width:330px;
}
.loginAddText {
	width:100px;
}
.loginTextarea {
	width:330px;
	height:80px;
}
.loginAgreement {
	width:330px;
	height:150px;
}