html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
}

section, article, div, ul, ol, li, p, dl, dd, dt table, th, td, a, textarea, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #dcdcdc;
}

a {
	text-decoration: none;
}


/*------------------------
	¡Ú×
------------------------*/
header, footer {
	width: 100%;
	background-color: #333;
	color: #fff;
}

footer {
	text-align: center;
	position: absolute;
	bottom: 0;
}

footer p {
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

h1 {
	padding: 5px 10px;
}

#container {
	width: 400px;
	margin: 0 auto;
}

#login-area {
	margin-top: ;
}

#login-area {
	background-color: #fff;
	border: 1px solid #808080;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 400px;
	height: 310px;
	/* Ûp */
	border-radius: 8px;			/* CSS3Ä */
	-webkit-border-radius: 8px;	/* Safari,Google Chromep */
	-moz-border-radius: 8px;		/* Firefoxp */
}

#login-area h2 {
	background-color: #808080;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	margin: 5px;
	margin-bottom: 15px;
	/* Ûp */
	border-radius: 8px;			/* CSS3Ä */
	-webkit-border-radius: 8px;	/* Safari,Google Chromep */
	-moz-border-radius: 8px;		/* Firefoxp */
}

#login-area p {
	padding: 10px;
}

#login-area input {
	width: 100%;
	line-height: 2em;
}

.login-submit {
	padding: 10px 0;
}

.error-login {
	height: 350px!important;
}
