@charset "UTF-8";

html{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#1a1a1a;
}

body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size: 0.8em;
	color:#FFFFFF;
	line-height:140%;
	background:#1a1a1a;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}

*{
	margin:0;
	padding:0;
	border:none;
}

a{color:#494949;text-decoration:none;}
a:hover{color:#494949;text-decoration:underline;}
a:visited{color:#999999;text-decoration:none;}

/* -----------------------------------------------	*/

h1{
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:0;
	padding:0;
}

#wrapper{
	width:100%;
	text-align:center;
	background:#FFFFFF;
	border-top:5px solid #1a1a1a;
	padding:75px 0px;
}

/* -----------------------------------------------	*/

#loginwrap{
	width:100&;
	margin:0;
	padding:20px 0px;
	text-align:center;
	background:url(../img/login/back_re.gif) repeat;
}

#back {
	width:761px;
	margin:0 auto;
	text-align:center;
	background:url(../img/login/box-side.gif) repeat-y center;
}

.main {
	width:665px;
	text-align:left;
	margin:0 auto;
	margin-top:45px;
	margin-bottom:30px;
}

.logo {
	margin-left:32px;
	margin-bottom:15px;
}

.login-box {
	padding-top:30px;
	background:url(../img/login/line.gif) repeat-x top;
}

.mini-box {
	width:589px;
	text-align:center;
	padding:0;
	margin-left:37px;
	background:url(../img/login/minibox-side.gif) repeat-y center;
}

.text {
	width:550px;
	text-align:left;
	padding:15px 0px;
	margin:0 auto;
	font-size:smaller;
}

.login-form {
	margin-left:28px;
	margin-bottom:15px;
}

.back_user{
	background:url(../img/login/textbox_off.gif) no-repeat left top;
	height:47px;
}

.back_pass{
	background:url(../img/login/textbox_off.gif) no-repeat left top;
	height:47px;
}

.login-form .user{
	width:238px;
	background:none;
	background-color:transparent;
	padding:16px 20px ;
	margin:0;
	height:47px;
}

.login-form .pass{
	width:238px;
	background:none;
	background-color:transparent;
	padding:16px 20px;
	margin:0;
	height:47px;
}

label {
	position:absolute;
	z-index:0;
}

/*.login-form .user , .pass{
	width:238px;
	height:47px;
	background:none;
	background-color:transparent;
	padding:0px 20px 0px 18px;
}*/

.error {
	background:url(../img/login/error.gif) no-repeat 0px 4px;
	padding:5px 30px 20px 30px;
	color:#E50615;
	line-height:140%;
	margin-left:40px;
}


/*footer-----------------------------------------*/

#footerwrap{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#1a1a1a;
	color:#FFFFFF;
	position:absolute;
	left:0;
	bottom:0;
}

#footer {
	width:750px;
	padding:20px 0px;
	margin:0 auto;
	text-align:center;
}

#footer .copy {
	width:640px;
	text-align:left;
	margin-top:7px;
	margin-right:15px;
	float:left;
}

#footer .cssnet {
	width:90px;
	text-align:left;
	float:right;
}

/* -----------------------------------------------	*/

.hidden{
	display:none;
}

.m-0{
	margin:0;
	padding:0;
}

.b-10{
	margin-bottom:10px;
}

.b-20{
	margin-bottom:20px;
}

.b-30{
	margin-bottom:30px;
}

.l-40{
	margin-left:40px;
}

