@charset "utf-8";


#page_title{
}

#wrapper{
	margin:40px auto 0 auto;
	width:940px;
	overflow:hidden;
}

#wrapper h2{
	margin-bottom:10px;
}

#wrapper p{
	padding:10px 0;
}

#wrapper h3{
	margin:20px 0;
}


#athlete_nemu{
	width:940px;
	height:56px;
	background-color: #ccc;
}

#athlete_nav {
	background:url(../img/athlete_btn_off.jpg) no-repeat;
	width:496px;
	height:56px;
}

#athlete_nav span {
	display: none;
}

#athlete_nav li {
	float:left;
	list-style:none;
	display:inline;
}

#athlete_nav1 li,
#athlete_nav1 a {
	display:block;
	width:248px;
	height:56px;
}

#athlete_nav2 li,
#athlete_nav2 a {
	display:block;
	width:248px;
	height:56px;
}

#athlete_nav1 a.this,
#athlete_nav1 a:hover {
	background:url(../img/athlete_btn_on.jpg) 0px 0px no-repeat;
}

#athlete_nav2 a.this,
#athlete_nav2 a:hover {
	background:url(../img/athlete_btn_on.jpg) -248px 0px no-repeat;
}

table.athlete{
	margin:20px auto 0 auto;
	width:940px;
	border: 0;
	border-collapse: collapse;
}

table.athlete td {
	vertical-align:top;
	border-bottom: 30px #fff solid;
}

.bor{
	border-right: 20px #fff solid;
}

.wid{
	width:220px;
}

.item{
	margin:30px 0;
	width:436px;
margin-left:15px;
}

.item table td {
	vertical-align:top;
	border-bottom: 10px #fff solid;
}


a{
	color:#5290CA;
	text-decoration: none;
}

