@charset "utf-8";

.content_page_title,
.page_title {
	background: url(../img/h1_bg.jpg) no-repeat;
}


div.profile_box {
	overflow: hidden;	/* clearfixもどき */
	position: relative;	/* clearfixもどき */
}
div.profile_box h4 {
	font-weight: bold !important;
}
div.profile_box h5 {
	font-weight: bold;
	background-color: #E5E5E5;
	padding: 1px 6px;
}

div.profile_box div.text {
	margin-left: 126px;
}
div.profile_box p {
	margin: 6px 0;
}



