@charset "utf-8";
/* CSS Document */


.greeting01{
	clear:both;
	width:690px;
	margin:50px auto 80px auto;
	overflow:hidden;
}

.greeting01 .photo{
	width:179px;
	float:left;
}

.greeting01 .text{
	width:460px;
	float:right;
	overflow:hidden;
}

.greeting01 .text div{
}

.greeting01 .text p{
	text-align:right;
	margin-top:1em;
}

/*---------------------------*/

.greeting02{
	clear:both;
	width:690px;
	margin:50px auto 80px auto;
	overflow:hidden;
}

.greeting02 .photo{
	width:179px;
	float:right;
}

.greeting02 .text{
	width:460px;
	float:left;
	overflow:hidden;
}

.greeting02 .text div{
}

.greeting02 .text p{
	text-align:right;
	margin-top:1em;
}

/*---------------------------*/


.border{
	border: 0;
    height: 1px;
    background: #ddd;
    background-image: -webkit-linear-gradient(left, #eee, #ddd, #eee);
    background-image:    -moz-linear-gradient(left, #eee, #ddd, #eee);
    background-image:     -ms-linear-gradient(left, #eee, #ddd, #eee);
    background-image:      -o-linear-gradient(left, #eee, #ddd, #eee);
}