@media print{

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;
}

#mainlogo{
	float: left;
	width:184px;
	height: 164px;
}

#flashcontent{
	color: black;
	text-align: center;
	font-size: 11px;
	float: right;
	width:592px;
	height: 164px;
}

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

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

#main{
	width: 445px;
	float:left;
	left: 0px;
	top: 354px;
	height: 466px;
	text-align: left;
	padding-left: 27px;	padding-right: 27px;
}

#senter{
	width: 1px;
	float:left;	
	left: 0px;
	top: 354px;
	height: 466px;
	text-align: left;
	text-justify: inter-ideograph;
	text-align: justify;
	background-image: url(../images/top/tensen.gif);
}

#sub{
	width:225px;
	float: right;
	top: 354px;
	height: 466px;
	text-align: left;
	padding-right: 24px;
	padding-left: 27px;
}


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

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

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

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: 836px;
}

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

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

} 