#tit_profile {
	margin-top: 51px;
	background: url(../img/profile/tit_prof_logo.jpg) no-repeat;
	height: 178px;
	width: 178px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}

#profile #contents_text {
	text-align: left;
	width: 370px;
	margin-left: 100px;
	margin-top: 25px;
}
/*MACとWINのSafari用ハック*/
html:not(:only-child:only-child) #profile #contents_text {  
	width: 390px;
}  

/*IE６用ハック*/
* html #profile #contents_text {
	width: 390px;
	margin-left: 30;
}

#profile #contents_text h3 {
	margin-left: 15px;
	font-size: 12px;
	line-height: 210%;
}
#profile #contents_text p {
	line-height: 210%;
	color: #323232;
	font-size: 11px;
	margin-left: 15px;
}
#profile #contents_bottom_img {
	width: 563px;
	text-align: right;
}
#profile #contents_bottom_img img {
	text-align: right;
	margin-right: 32px;
	margin-bottom: 20px;
}
/*IE６用ハック*/
* html #profile #contents_text h3 {
	font-size: 70%;
}
* html #profile #contents_text p {
	font-size: 70%;
}

/*IE７用ハック*/
*+html #profile #contents_text h3 {
	font-size: 70%;
}
*+html #profile #contents_text p {
	font-size: 70%;
}