* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clearBoth{
	clear: both;
}

p {
	width: auto;
}



#content {
	width: 900px;
	margin: 0 12px;
}

/* list -------------------------------------------- */
#listColumn01 {
	float: left;
	width: 697px;
	padding-top: 30px;
}

#listColumn02 {
	float: right;
	width: 201px;
}

.listAthleteBox {
	width: 653px;
	margin:0 0 40px 25px;
}

.listAthletePhoto {
	float: left;
	width: 141px;
	padding-top: 15px;
	background: url(/athletes/images/photo_back.gif) no-repeat top right;
}

.listAthleteCont {
	float: right;
	width: 512px;
}

.listAthleteCont .listAthleteTitle {
	height: 15px;
	padding: 2px 0 0 10px; 
	background: url(/athletes/images/ttl01_back.jpg) repeat-x top left;
	color: #FFF;
}

.listAthleteCont .listAthleteTitle a {
	color: #FFF;
	text-decoration: none;
}

.listAthleteCont .listAthleteText {
	margin: 10px;
}

.listAthleteCont .btnReadMore {
	text-align: right;
	margin-top: 40px;
}

/* disp -------------------------------------------- */
#dispColumn01 {
	float: left;
	width: 290px;
	padding-left: 30px;
	padding-top: 15px;
	background: url(/athletes/images/photo_disp_back.gif) no-repeat top right;
}

#dispColumn01 .innerCont {
	width: 268px;
}

#dispColumn02 {
	float: right;
	width: 580px;
}

#dispColumn02 .innerCont {
	width: 558px;
}

#dispColumn02 .dispAthleteTitle01 {
	width: 548px;
	height: 23px;
	margin-bottom: 10px;
	padding: 2px 0 0 10px; 
	background: url(/athletes/images/ttl02_back.jpg) no-repeat top left;
	color: #FFF;
	font-size: 16px;
}

.dispAthleteCont .dispAthleteTitle02 {
	height: 18px;
	padding: 2px 0 0 10px; 
	margin-bottom: 10px;
	background: url(/athletes/images/ttl03_back.jpg) no-repeat top left;
	color: #082754;
	font-size: 13px;
}

.dispAthletesCont {
	padding: 0 0 10px 10px;
}

#dispColumn01 .dispAthleteTitle03 {
	width: 258px;
	height: 17px;
	margin-bottom: 10px;
	padding: 1px 0 0 10px;
	background: url(/athletes/images/ttl04_back.jpg) no-repeat top left;
	color: #FFF;
	font-size: 13px;
}

.dispAthleteCont {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#dispColumn01 .commodityBox {
	padding-bottom: 20px;
}

#dispColumn01 .commodityPhoto {
	float: left;
	width: 122px;
}

#dispColumn01 .commodityCont {
	float: right;
	width: 136px;
	color: #082754;
}

#mainPhoto {
	margin-bottom: 5px;
}

#photoSelect li {
	list-style: none;
	float: left;
	height: 47px;
}

#photoSelect li a {
	display: block;
	width: 39px;
	height: 38px;
	margin: 2px;
}

#photoSelect li img {
	border: 1px solid #CCC;
}

#photoSelect li a:hover {
	border: 1px solid #082754;
	padding: 1px;
}

