@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

body {
	width: 100%;
	min-width: 760px;
}


/*--------------------------------------
 Header
--------------------------------------*/
header {
	width: 100%;
	overflow: hidden;
	min-width: 760px;
	height: 65px;
	background-color: #fff;
}
header p {
	width: auto;
	float: left;
	line-height: 1;
}
header p.siteId {
	margin-top: 24px;
	margin-left: 49px;
}
header p.contact {
	float: right;
	margin-top: 34px;
	margin-right: 20px;
}

//Add TOC 2012-12-17
header ul.btnArea {
	width: 20em;
	height: 32px;
	margin: 0 auto;
}
header ul.btnArea li {
	width: 130px;
	margin-left: 4.5em;
	cursor: pointer;
	float: left;
}
article ul.btnArea li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

/*--------------------------------------
 Contents
--------------------------------------*/
article {
	width: 100%;
	min-width: 760px;
	height: 482px;
	background-color: #f0f0d1;
	text-align: center;
}

/* Heading */
article h1 {
    height: 152px;
    background-position: center 21px, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-image: url(../img/login_title_logo_bg.png), url(../img/login_title_bg.png);
    -pie-background:
	url(/html/common/img/login_title_logo_bg.png) no-repeat center 21px,
	url(/html/common/img/login_title_bg.png) repeat-x 0 0;
	position:relative;
}
article h1 img {
	margin-top: 80px;
}
article h2 {
	margin-top: 24px;
	margin-bottom: 5px;
	font-size: 120%;
	color: #265700;
}

/* Login ID & PW */
article dl {
	overflow: hidden;
	width: 25em;
	margin: 0 auto 26px;
}
article dl dt {
	clear: left;
	float: left;
	width: 5.5em;
	margin-top: 25px;
	text-align: right;
	font-size: 90%;
}
article dl dd {
	margin-left: 5.5em;
	margin-top: 20px;
}
article dl dd input {
	width: 295px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}

/* Login Button */
article ul.btnArea {
	width: 25em;
	height: 32px;
	margin: 0 auto;
}
article ul.btnArea li {
	width: 180px;
	margin-left: 6.8em;
	cursor: pointer;
}
article ul.btnArea li a {
	padding-top: 7px;
	padding-bottom: 7px;
}


/*--------------------------------------
 Footer
--------------------------------------*/
footer {
	overflow: hidden;
	width: 100%;
	min-width: 760px;
	height: 70px;
	padding-top: 5px;
	background-color: #fff;
	line-height: 1;
}
footer ul {
	overflow: hidden;
	float: left;
	width: 53%;
	margin-top: 5px;
}
footer ul li {
	float: left;
	width: auto;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #333;
	font-size: 75%;
	color: #333;
}
footer address,
footer p#ecostyle {
	clear: right;
	float: right;
	width: auto;
	margin-right: 8px;
}
