@charset "utf-8";
#message {
	height: auto;
	width: 560px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../img/greeting/frame01_bg.jpg);
	background-repeat: repeat-y;
}
#message img {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#message p {
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#message .name {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC33;
	font-weight: bold;
}
