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

body { 
/*
background-attachment: fixed; 
background-color: #ffffff; 
background-image: url(../_img/btes_b.gif); 
background-repeat: no-repeat; 
background-position: center center; 
text-align: center; 
*/
} 

table { 

background-image: url(../_img/btes_b.gif); 
width:1440px;/*コンテンツのサイズ*/ 
height:1114px; 
} 
/*
#wrapper2 {
	width: 1020px;
	height: 743px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-510px;
	margin-top:-371px;
	text-align: center;
}
#wrapper2 {
	width: 1020px;
	height: 743px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-510px;
	margin-top:0px;
	text-align: center;
}
*/
/*
#flash { 
position:absolute; 
left: 50%; 
top: 50%; 
margin-left:-510px;/*これはコンテンツの半分のサイズ*/ 
margin-top: -371px; 
width:1440px;/*コンテンツのサイズ*/ 
height:1114px; 

}
*/