@charset "UTF-8";

body{
	background:url("../../_inc/_img/login_back.jpg") bottom left repeat-x;
}

.loginAllArea{
	width:100%;	height:500px;
}

.loginArea{
	width:350px;
	margin:20% auto 0px auto;
	border:solid 1px #d7d7d7;
	background:#fff;
	padding:15px;
}

.loginArea table{
	margin:0px auto;
}

.loginArea th,
.loginArea td{
	font-size:14px;
	padding:5px 10px ;
}

.siteName{
	color:#000;
	font-weight:bold;
	text-align:center;
}

.form_id{
	width:200px;
	padding:2px;
}

.form_pass{
	width:200px;
	padding:2px;
}

.submitArea{
	text-align:center;
}

input[type="submit"]{
	font-size:1.2em;
}

a{
	text-decoration:none;
	color:#ccc;
}

.caution{
	color:#f00;
}