BODY{
	margin-top : 0px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	border-width : 0px 0px 0px 0px;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-color:#FFFFFF;
	letter-spacing: 1px;
}

#main {
	height: auto;
	width: 800px;
/* 	background:#FFEEEE; */
	margin: 0pt;
	padding: 0px;
	border: 1px solid gray;
	
}

#main #header {
	height: 70px;
	width: 800px;
	background:URL(img/user-header.jpg?20130127) no-repeat;
	vertical-align:middle;
	text-align:center;
	font-size:15pt;
	color:#ffffff;
	font-weight:900;
	margin-top:0pt;
}

#main #footer {
	height: 20px;
	width: 800px;
	background:URL(img/user-footer.jpg) no-repeat;
	vertical-align:middle;
	text-align:center;
	font-size:15pt;
	color:#ffffff;
	font-weight:900;
}

#main #login_security {
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	height: auto;
	width: 640px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 10px;
}

#main #login_environment {
	height: auto;
	width: 640px;
	color:#131313;
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	margin: 10px 0px 20px;
	padding: 5px;
	text-align: left;
	border-top: 5px double #666666;
	border-right: 5px double #666666;
	border-bottom: 5px double #666666;
	border-left: 5px double #666666;
	background: #FFFFCC;
}

/* ADMIN login FORM */
.login_id {
/* 	background-color: #FFeeaa; */
	ime-mode: disabled;
    	background-image: url(img/admin_user.gif);
    	background-repeat: no-repeat;
    	background-position:left;
	width:200px;
    	font:normal 17px Arial;
    	color: #000066;
    	padding:3px 5px 3px 19px;
}

.login_pass {
/* 	background-color: #FFeeaa; */
	ime-mode: disabled;
    	background-image: url(img/admin_password.gif);
    	background-repeat: no-repeat;
   	background-position:left;
	width:200px;
    	font:normal 17px Arial;
    	color: #000066;
    	padding:3px 5px 3px 19px;
}

/* 20090702 otsuka add start */
/* ADMIN login FORM */
.forget_j {
	background-color: #FFeeaa;
	ime-mode: active;
	width:200px;
    	font:normal 17px Arial;
    	color: #000066;
    	padding:3px 5px 3px 3px;
}

.forget_e {
	background-color: #FFeeaa;
	ime-mode: disabled;
	width:200px;
    	font:normal 17px Arial;
    	color: #000066;
    	padding:3px 5px 3px 3px;
}
/* 20090702 otsuka add end */


