@charset "utf-8";

/* CSS Document */


/*-------------- メインコンテンツ --------------*/

#profile_wrap {
	background-color: #000000;
	margin-top: 20px;
	width: 935px;
}


#profile_head {
	height: 380px;
	width: 886px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/profile_back.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 20px;
}
#profile_wrap #profile_head .profile_head_text {
	width: 500px;
	float: right;
	margin-right: 50px;
	margin-top: 50px;
}

#profile_wrap #profile_text {
	width: 935px;
	background-color: #000000;
	font-size: 110%;
}
#profile_wrap #profile_text .text_title {
	margin-left: 30px;
	margin-bottom: 50px;
	margin-top: 20px;
}
#profile_wrap  #profile_text  .profile_left {
	width: 410px;
	float: left;
	margin-left: 30px;
	margin-bottom: 50px;
}
#profile_wrap  #profile_text  .profile_right {
	width: 410px;
	float: right;
	margin-right: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#profile_text   p  {
	margin: 0px;
	padding: 0px;
}
