@charset "shift_jis";
@import url("campany.css");

#company-info {
	width: 787px;
	margin:0 auto;
	text-align:left;
  	border-collapse: separate;
  border-spacing: 3px;
}

#company-info th,
#company-info td{
	padding:8px 5px;
}

#company-info th{
	width: 130px;
	color: #346348;
	font-weight: bold;
	background-color: #CDF3DD;
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;

}

#company-info td{
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	background-color: #F9F9F9;

}

#company-info td h3{
	font-size:120%;
}

#pr{
	width:787px;
	margin:10px auto 0 auto;
	text-align:right;
}

/*--------------------------------------

	プロフィール
	
--------------------------------------*/

#profile{
	width:787px;
	margin:15px auto 0 auto;
}

#profile h3{
	margin-bottom:15px;
}

#profile .main{
		width:787px;
}

#profile .photo{
	float:left;
}

#profile .text{
	width:588px;
	float:right;
	text-align:left;
}
