@charset "UTF-8";
/* CSS Document */

html {
  	background: #fff;
}


body {
	background-color: #fff;
	font-size: 95%;
}

div#wrapper{
	width: 800px;
 	height: auto;
 	margin: 0 auto;
	font-size: 100%;
	background: #FFF;
	padding-bottom: 5px;
}


/* Header */
div#header{
	width: 800px;
	height: auto;
	border-top: #cce974 solid 2px;
	margin-bottom: 15px;
}

div#headerbox{
	width: 800px;
	height: 29px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.toplogin {
	margin-left:-5px;
}

.headerIMG {
	margin-left: 5px;
	margin-top: 6px;
}

.logo {
	width: 117px;
	height:31px;
 }

/* contents container */

div#contents {
	width: 800px;
	height: auto;
}

/* navigation */
div#menu {
	width: 159px;
	float: left;
	margin-left: 5px;
}

div#maincontent {
	width: 574px;
	float: left;
	margin-left: 57px;
}

.company_table {
	width: 550px;
	margin: 0 auto;
	margin-top: 26px;
	font-size: 0.9em;
}

.regal_table {
	font-size: 0.8em;
}



/* Footer area*/
div#footer{
	clear: left;
	margin-top: 10px;
	width: 790px;
	height: 33px;
	margin-left: 5px;
	display: inline-block;
	border-top: #cce974 5px solid;
	border-bottom: #cce974 2px solid;
}
.regal{
	margin-left: 20px;
	width: 250px;
	height: 25px;
	margin-top: 10px;
	font-size: 0.8em;
}

.copyright {
	width: 800px;
	text-align: center;
	font-size: 0.6em;
}

	

/* PageTOP */
.pagetop {
	text-align:right;
	width:550px;
	margin-right: 5px;
	font-size: 0.7em;
	margin-top:30px;
	float:right;
}