/**************************************************************************************************/
/*                                       ページボディ                                             */

body {
	margin: 0;
	padding:0;
	font-family:'verdana','MS UI Gothic','sans-serif';
	font-size:12px;
	color:#555;
	position: absolute;  
	left: 50%;  
	height: 700px;  
	width: 900px;  
	margin-left: -500px; /* MUST be half the width */  }

html{
	overflow-y: scroll;
	height:100%;
}


#text{
	background-image:url(../img/introduction_img.gif);
	background-repeat:no-repeat;
	height:700px;
	width: 900px;  
	text-indent:-9999px;

}

#lineup {
	padding:0 0 20px 0;


}

#lineup h3{
	font-size:18px;
	color:#FF6600;
	
}

#lineup table.spacer{
	padding:0 0 20px 0;


}

#lineup td{
	text-align:center;
	font-size:14px;
	
}
#text ul li{
	list-style:none;	
}


