@charset "utf-8";
.greeting {
	width:535px;
	height:507px;
	padding-left:10px;
	line-height:1.5em;
	background:url(../images/greeting/img_greeting.jpg) left top no-repeat;

	}
	
.greeting2 {
	width:535px;
	height:507px;
	padding-left:10px;
	line-height:1.5em;
	background:url(../images/greeting/img_greeting2.jpg) left top no-repeat;
	}

#greeting3{
	position:relative;
	width: 530px;
}

.p{
	position:absolute;
	left: 600px;
	top: 390px;
	font-size:14px;
	width: 130px;
	z-index:1;

	}

		

