body{
	background-color: white;
	text-align: center;
}
#outside_frame{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	text-align: center;
	position: relative;
	z-index: auto;
}

#pagebuilding{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	/* position: absolute; */
	z-index: auto;
	border: 1px solid black;
	border-top-width: 1;
	border-top-color: black;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

html>body #pagebuilding{
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: absolute;
	z-index: auto;
	border: 1px solid black;
	border-top-width: 1;
	border-top-color: black;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

#contents{
	width:776px;
	position: relative;
	float: left;
}

#header_logo{
	width:776px;
	height: 48px;
	background-image: url(../images/top/header_logo.gif);
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	text-align: center;
	position: relative;
	}

#header{
	width:766px;
	height: 15px;
	background-image: url(../images/top/header.jpg);
	text-align: right;
	padding-right: 10px;
}

#menu1{
	width:749px;
	height: 6px;
	float: left;
	margin-left: 27px;
	display: inline;
}

#menu{
	width:749px;
	height: 39px;
	float: left;
	margin-left: 27px;
	display: inline;
}

#menu2{
	width:749px;
	height: 10px;
	float: left;
	margin-left: 27px;
	display: inline;
}

#title{
	width:749px;
	height: 121px;
	float: left;
	margin-left: 27px;
	display: inline;
}

#main{
	width: 656px;
	float:left;
	left: 0px;
	top: 354px;
	height: 887px;
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	display: inline;
}

#footer{
	width:669px;
	height: 67px;
	float: left;
	text-align: center;
	display: inline;
}

#footer1{
	width:776px;
	height: 25px;
	bottom: 21;
	float: left;
	text-align: center;
	background-color: white;
	display: inline;
}

#footer2{
	width:776px;
	height: 21px;
	bottom: 0;
	float: left;
	text-align: center;
	background-color: #252525;
	display: inline;
}

#copyright{
	width:776px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	text-align: center;
	/* position: relative; */
	bottom: 0;
	top: 1180px;
}

html>body #copyright{
	width:776px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
	text-align: center;
	position: relative;
	bottom: 0;
	top: 1126px;
}

#justify{
	text-justify: inter-ideograph;
	text-align: justify;
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -1ex;
} 