@charset "utf-8";
/* CSS Document */

/**************************************************
*
*	login.css
*
*	maincolor #454545
*
**************************************************/

/* Common
------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #d1bfab;
	color: #454545;
}

*html body {
	text-align: center;
}

*html #main-out {
	height: 100%;
}

/* Layout
------------------------------------------*/
#header {
	position: absolute;
	font: normal 100% Georgia, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成角明朝", "ＭＳ Ｐ明朝", serif;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 100%;
	color: #d1bfab;
	background: #250700;
	top: 0px;
	/left: 0px;
	z-index: 1;
}

#main-out {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -235px 0px 0px -310px;
	width: 600px;
	height: 450px;
	background: url(../img/login/center_img02.jpg) no-repeat;
	border: 8px solid #fff;
}

#main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0px 0px -200px;
	width: 400px;
	height: 200px;
}
	
body > #main {
        height: auto;
}

.text {
	position: absolute;
	top: 60px;
	left: 60px;
	line-height: 2.3em;
	font-weight: bold;
}

.text #UserUsername {
	position: absolute;
	top: 0px;
	left: 80px;
	padding: 0px 0px 0px 6px;
	/padding: 7px 0px 0px 6px;
	border: none;
	width: 200px;
	height: 30px;
	background: url(../img/login/text_bg.gif) no-repeat;
}

div.text #UserUsername, x:-moz-broken, x:last-of-type {
	padding: 7px 0px 0px 6px;
}

html>/**/body div.text #UserUsername {
　　padding /*\**/: 7px 0px 0px 6px\9;
}

.password {
	position: absolute;
	top: 100px;
	left: 60px;
	line-height: 2.3em;
	font-weight: bold;
}

.password #UserPassword {
	position: absolute;
	top: 0px;
	left: 80px;
	padding: 0px 0px 0px 6px;
	/padding: 7px 0px 0px 7px;
	border: none;
	width: 200px;
	height: 30px;
	background: url(../img/login/text_bg.gif) no-repeat;
}

.password #UserPassword, x:-moz-broken, x:last-of-type {
	padding: 7px 0px 0px 6px;
}

.submit {
	position: absolute;
	top: 150px;
	left: 240px;
}

#footer {
	position: absolute;
	width: 100%;
	background: #250700;
	bottom: 0px;
	/left: 0px;
}

#footer p {
	text-align: right;
	margin: 0px 10px 0px 0px;
	font: normal 100% Georgia, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成角明朝", "ＭＳ Ｐ明朝", serif;
	height: 40px;
	line-height: 40px;
	color: #d1bfab;
}

/* Note
------------------------------------------*/
.login-msg {
	margin: 5px 0px 0px;
	text-align: center;
}

.message {
	margin: 5px 0px 0px;
	color: #f00;
	text-align: center;
}

