@import url("common.css");
@import url("layout.css");

#shokunin {
	width: 620px;
	margin: 0 auto;
	padding-top: 30px;
}
#shokunin .section {
	margin-bottom: 30px;
}
#shokunin p {
	margin-bottom: 0;
}
div#shokunin h2 {
  background-color: #eae4c9;
	border-left: 5px solid #dfcd7a;
  font-size: 122%;
	font-weight: bold;
  margin-bottom: 1em;
	padding: 3px 0 4px 8px;
	text-align: left;
}
#shokunin .photo {
	width: 175px;
	float: left;
	text-align: left;
}
#shokunin .comment {
	width: 430px;
	float: right;
}
#shokunin .comment h3 {
	text-align: left;
	border-bottom: 1px solid #666633;
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 100%;
}
.wrapper:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}
.wrapper {
 display:inline-block;
}

.mgBtm30 {
	margin-bottom: 30px;
}