/* CSS Document */

*{
		margin:auto;
		padding:auto;
		font-size:10px;

		}


#wrapper{
		width:750px;
		height:570px;
		background:url(h_img/index.jpg);

		}

#top{	
		width:750px;
		height:50px;
		}

#center{
		width:750px;
		height:470px;

		}

#team_a{
		width:455px;
		height:470px;
		float:left;

		}

#team_b{
		width:295px;
		height:470px;
		float:right;

		}


#left{
		width:50px;
		height:470px;
		float:left;
		}

		

#contents{
		width:405px;
		height:470px;
		float:right;
		background-color:#FFFFFF;

		}
		

#white{
		width:405px;
		height:62px;
		color:#000000;
		font-style:normal;
		font-size:12px;

		}

#table{
		width:405px;
		height:400px;
		}

#new{
		width:145px;
		height:470px;
		float:left;
		background-color:#FFFFFF;
		color:#000000;
		font-style:normal;
		font-size:10px;

		}

#title{
		width:100px;
		height:470px;
		float:left;
		background-color:#FFFFFF;

		}


#right{
		width:50px;
		height:470px;
		float:right;

		}

#under{
		width:750px;
		height:50px;

		}

#footer{
		height:15px;
		text-align:center;
		color:#000000;
		font-style:normal;
		font-size:10px;

		}






