@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{
	float:right;
	width:374px;
}

.profile_tex p,
.profile_tex li{
	line-height: 1.8em;
}

.profile_tex h3 {
	font-size: 130%;
	font-weight: bold;
	color: #59B8B8;
	margin-bottom: 15px;
}

.profile_tex h4 {
    font-size: 100%;
	font-weight: normal;
	color:#999999;
	margin-bottom: 10px;
}

.profile_tex dl {
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile_tex dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.profile_tex dl dd {
	margin-left: 1em;
	text-indent: -0.5em;
	padding-bottom: 5px;
}

.big_pic{
	float:left;
    width: 206px;
	height: 136px;
	padding: 4px;
	border: 1px solid #cccccc;
	margin-right: 20px;
	margin-bottom: 0px;
}



div.ex_pht {
	text-align:center;
	font-size: 85%;
	color: #666;
	padding-top: 10px;
}

