@charset "utf-8";
/* ===================================================================
CSS information

 file name  :example.css
 style info :実例・実績
=================================================================== */

.e_box {
    widht: 100%;
    margin-bottom:20px;
	padding-bottom: 20px;
	background: url(../../common/images/dotted_line.gif) no-repeat left bottom;	
	overflow:hidden;
}
.profile_tex h3 {
	font-size: 130%;
	font-weight: bold;
}

.profile_tex h4 {
    font-size: 100%;
	font-weight: normal;
	color:#999999;
	margin-bottom: 10px;
}

.big_pic{
	float:left;
    width: 206px;
	height: 136px;
	padding: 4px;
	border: 1px solid #cccccc;
	margin-right: 20px;
	margin-bottom: 0px;
}

.profile_tex{
	float:right;
	width:374px;
}



