/* main */
#main {
	margin: 0px auto;
	padding: 5px 5px 30px 5px;
	width: 950px;
}

/* list */
#main div.list p {
	margin-bottom: 20px;
	text-align: left;
}

/* athlete */
#main div#athlete {
	margin: 0px auto;
	width: 800px;
}

/* L */
#main div#athlete div#profile div.L {
	margin-right: 30px;
	width: 520px;
	float: left;
}

#main div#athlete div#profile div.L div.prj div.column1 {
	margin-top: 20px;
	margin-bottom: 30px;
}

#main div#athlete div#profile div.L div.prj div.column1 div.pht {
	margin-bottom: 10px;
}

#main div#athlete div#profile div.L div.prj div.column1 h3 {
	margin-bottom: 10px;
}

#main div#athlete div#profile div.L div.prj div.column1 p {
	margin-bottom: 10px;
}

#main div#athlete div#profile div.L div.prj div.column1 table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px dotted #333333;
	width: 520px;
}

#main div#athlete div#profile div.L div.prj div.column1 table th {
	padding-bottom: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px dotted #333333;
	width: 120px;
}

#main div#athlete div#profile div.L div.prj div.column1 table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
	width: 400px;
}

/* photo */
#main div#athlete div#profile div.L div.prj div.photo {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* R */
#main div#athlete div#profile div.R {
	margin-top: 5px;
	width: 250px;
	float: left;
}

#main div#athlete div#profile div.R div#project {
	padding: 10px;
	width: 230px;
	background: url(../../athlete/img/bg_column_project.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#main div#athlete div#profile div.R div#project h4 {
	margin-bottom: 10px;
	color: #d80d8a;
	text-align: center;
}

#main div#athlete div#profile div.R div#project h5 {
	margin-bottom: 15px;
	color: #ff4600;
	text-align: center;
}

#main div#athlete div#profile div.R div#project h6 {
	margin-bottom: 5px;
	color: #d80d8a;
	text-align: center;
}

#main div#athlete div#profile div.R div#project p {
	margin-bottom: 10px;
}

#main div#athlete div#profile div.R div#project p.cap {
	margin-bottom: 15px;
	color: #d80d8a;
}

#main div#athlete div#profile div.R div#project p.btn {
	margin-bottom: 20px;
}

#main div#athlete div#profile div.R div#project p.detail {
	text-align: right;
}

#main div#athlete div#profile div.R div#project p.non {
	text-align: center;
	color: #d80d8a;
}

/* プロジェクトがない場合 */
#main div#athlete div#profile div.R div#projectNon {
	padding: 10px;
	width: 230px;
	height: 400px;
	background: url(../../athlete/img/bg_column_project.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#main div#athlete div#profile div.R div#projectNon p.non {
	text-align: center;
	color: #d80d8a;
}


#main div#athlete div#profile div.R div#project ul {
	margin-left: 10px;
}

#main div#athlete div#profile div.R div#project li {
	margin-bottom: 10px;
}

#main div#athlete div#profile div.R div#project div.image {
	margin-bottom: 3px;
}

strong {
	color: #d80d8a;
}

/* back */
.back p {
	text-align: right;
}