/* ------------------------------
 profile
 ------------------------------ */
#container {
	margin: 0 auto;
	padding: 40px 0 120px;
	text-align: left;
	width: 960px;
}

#profile:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#profile { display: inline-block; }
/*\*/
* html #profile { height: 1%;}
#profile { display: block; }
/**/

#profile_msphoto {
	margin: 0 auto;
	width: 960px;
}

#profile_msphoto h2 {
	margin: 0 auto 1em;
	text-align: center;
}

#profile_msphoto h3 {
	font-weight: normal;
	margin: 0 auto 4em;
	text-align: center;
}

.profile {
	float: left;
	width: 450px;
}

#profile_yuki {
	float: right;
}

.profile h2 {
	background-position: center 0;
	background-repeat: no-repeat;
	margin: 0 auto 2em;
	width: 240px;
	height: 310px;
}
#profile_hideki h2 { background-image: url(/images/profile/profile_img01.png); }
#profile_yuki h2   { background-image: url(/images/profile/profile_img02.png); }

.profile h3 {
	font-weight: normal;
	padding-bottom: 1em;
}

.profile h3 strong {
	display: block;
	margin-bottom: 1em;
}

.profile h4 {
	font-weight: normal;
}

