
/*---------------------------------------------
 top
---------------------------------------------*/

.TopFeaturesBg {
 background-color: #e2d5e9;
}

.profileArea {
	margin: 13px 0;
	line-height: 1.5;
}

.profileArea .image01 {
	float: left;
	margin-bottom: 10px;
}

.profileArea .image02 {
	float: right;
	width: 285px;
}

.line01 {
	clear: both;
	height: 11px;
	background: url("../img/linebg.gif") repeat-x;
}

.section {
 margin-top: 10px;
}

.section p {
 margin: 0 0 25px 0;
}

.section span {
 color: #333333;
 font-weight: bold;
 line-height: 3.2;
}

.section .name {
 color: #a18846;
}

.section .spot {
 float: left;
 width: 299px;
 margin-right: 10px;
 margin-bottom:25px;
}

.section .spot .cap {
 color: #666666;
 padding: 3px 0 7px 0;
}

.section .cd {
 clear: both;
 padding-bottom: 15px;
}

.section .cd img {
 float: left;
 margin: 0 15px 15px 0;
}

.section .cd .title {
 font-weight: bold;
}

