@charset "utf-8";

div#pageHl h2 {
	background: url("../greeting/images/hl_greeting.png") left 18px no-repeat;
}
h3.shlGreet {
	width: 100%;
	height: 50px;
	margin: 0 0 30px;
	text-indent: -9999px;
	background: url("../greeting/images/shl_greeting.png") left top no-repeat;
	border-bottom: dotted 1px #666;
}
img.pic {
	display: block;
	width: 359px;
	float: left;
}
article.greet {
	width: 550px;
	float: right;
}
div.nameWrap {
	margin: 0 0 20px;
	padding: 15px 25px;
	background-color: #eee;
}
h4.name {
	height: 49px;
	background: url("../greeting/images/name_kondo.png") left top no-repeat;
}
h4.name p {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}