#main_image {
	margin-bottom: 40px;
}
.kugiri_title {
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	padding: 3px;
	border: 1px solid #FF9933;
	display: block;
	margin-bottom: 20px;
}
.ph_box {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
.name_style {
	line-height: 120%;
	font-weight: bold;
	color: #8DA6CD;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	display: block;
	width: 310px;
}

.profile_box {
	float: left;
	width: 470px;
	background-image: url(img/staff/profile_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: justify; /* for modern browser */
	text-justify: inter-ideograph; /* IE6～8 */
	padding-right: 10px;
	padding-left: 10px;
	height: 250px;
}
.comment_box {
	clear: both;
	background-image: url(img/staff/comment_bg.gif);
	padding: 10px;
	text-align: justify; /* for modern browser */
  text-justify: inter-ideograph; /* IE6～8 */
}
.txt_box2 {
	text-align: justify; /* for modern browser */
	text-justify: inter-ideograph; /* IE6～8 */
	padding-top: 10px;
	display: block;
}
