@charset "utf-8";

/* header
============================================================*/

#header {
	background: url(../../../images/cust/login/header_bg.png) repeat-x top;
}

#header_inner {
	width: 1000px;
	height: 148px;
	margin: 0 auto;
}

#site_title {
	padding-top: 75px;
}

/* contents
============================================================*/

#contents {
	background: #67a01b url(../../../images/cust/login/contents_bg.png) repeat-x top;
	color: #fff;
	font-size: 14px;
}

#contents_inner {
	width: 1000px;
	height: 452px;
	margin: 0 auto;
}

#contents a {
	color: #ffde01;
	text-decoration: underline;
}

#contents a:hover {
	text-decoration: none;
}

/* box_login
------------------------------*/

#contents .box_login {
	padding-top: 117px;
	text-align: center;
}

#contents .box_login .box_input {
	width: 460px;
	margin: 0 auto;
	padding-bottom: 12px;
	text-align: left;
}

#contents .box_login .box_input p {
	clear: both;
	margin-bottom: 15px;
	padding-right: 100px;
}

#contents .box_login .box_input .label {
	float: left;
	line-height: 26px;
}

#contents .box_login .box_input input {
	float: right;
	width: 258px;
}

#contents .box_login .submit {
	margin-bottom: 28px;
}

#contents .box_login .not {
	font-size: 12px;
}

/* footer
============================================================*/

#footer {
	background-color: #67a01b;
}

/* fnav
------------------------------*/

#fnav {
	position: relative;
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	padding-top: 55px;
	color: #fff;
	font-size: 12px;
}

#fnav li {
	display: inline;
}

#fnav a {
	color: #fff;
}

/* copyright
------------------------------*/

#copyright {
	height: 25px;
	padding-top: 15px;
	background-color: #333;
}

#copyright img {
	display: block;
	margin: 0 auto;
}

