/* --------------------------------------------------
　トップ メイン
 --------------------------------------------------*/

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 255px;
	}


#center {
	float:left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 708px;
	}


#right {
	float:right;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	}

#right,
#container,
#wrapper{
	zoom:1;/*for IE 5.5-7*/
	}

#right:after ,
#container:after,
#wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

#bread {
	margin: 0px 0px 0px 10px;
}


#l_navi {
	padding: 10px 0px 0px 20px;
	color:#ffffff;
	height:30px;
	background:url("http://bluetag.jp/contents/img/l_navi.jpg") no-repeat;
}

#l_navi a{
	color:#ffffff;
}

/* --------------------------------------------------
　global header
 --------------------------------------------------*/

#li1{ background: transparent url(img/global_header/navi.jpg) -0px 40px no-repeat;}

#li4 {background: transparent url(img/global_header/navi.jpg) -486px -40px no-repeat;}

/* --------------------------------------------------
　module center
 --------------------------------------------------*/

.module_center_header {
	height: 35px;
}

#center h2 {
	float:left;
	height: 30px;
	width:690px;
	color:#333333;
	font-size:14px;
	background:url("http://bluetag.jp/contents/img/sub/h2_long.jpg") repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
}


.module_center_body{
	padding: 10px 20px 20px 10px;
}


#center #athlete ul{
　　list-style-type: none;

}

#center #athlete li{
　　display: block;
　　float: left;
}

#center #athlete li a{
　　display: block;
}

#center p{
	margin: 0px 0px 10px 0px;
}

#center span{
	color:#00256C;
	font-weight: bold;
}

#center img{
	clear:both;
	float:left;
	margin: 0px 10px 0px 0px;
}

#center #ency h3{
	font-size:14px;
	color:#00256C;
	font-weight: bold;
}

#center #ency img{
	float:left;
	margin: 0px 10px 0px 0px;
}

#ency td{
	vertical-align:top;
}

#athlete:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#athlete{
	zoom:1;/*for IE 5.5-7*/
	}



