@charset "utf-8";

/* ------------------------------------------
Since: 2009-12-08
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/*******************************************
共通
*******************************************/

.profile-photo{
	float:left;
	margin-top:20px;

}

.profile-photo img{
	background-color:#f8f8f8;
	border:#cccccc 1px solid;
	padding:10px;
	width:auto;
	margin-bottom:20px;
}

.profile-member{
	float:right;
	margin-top:20px;
	width:200px;

}
.profile-member .member{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 110%;
	color:#000000;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:#000000 1px dotted;
	padding-bottom:5px;
	margin:20px 0 5px 0;
}
.profile-member .sub{
	font-size: 10px;
	font-weight:normal;
}

.profile-member ul{
	
	height:20px;
	clear:both;
	padding-bottom:5px;
	margin:0px 0 5px 0;
}
.profile-member .line{
border-bottom:#000000 1px dotted;
}
.profile-member li{
	float: left;
}

.prfile-text{
clear:both;
line-height:200%;
margin-bottom:50px;
}

.Pmember{
	background-image:url(../../images/dotline01.gif);
	background-repeat:repeat-x;
	padding-top:1px;
	margin-bottom:30px;
	
}
.Pmember .title-area{
	
	background-color:#f3f3f3;
	height:60px;
	
	
}
.Pmember h2{
	padding:20px 10px;
	font-size: 18px;
	float:left;
	font-weight:normal;
	
}
.Pmember .part{
	padding:20px 10px;
	float:left;
	margin-left:10px;
}
.Pmember .from{
	padding:20px 10px;
	float:right;
	margin-left:10px;
	font-weight:bold;
}

.Pmember .prof{
	clear:both;
	line-height:200%;
	background-color:#FFFFFF;
	padding:10px;
	
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*FF*/
	opacity:0.70;
	
}














