/************
 style-operation_p
************/
/** greetingImg **/
.greetingImg{
	width:165px;
	float:right;
}
.greetingImg img{
	padding-bottom:7px;
}

.greetingImg .profName{
	padding-bottom:7px;
	font-size:116%;
	font-weight:bold;
}

/** greetingProfileMB **/
.greetingImg .greetingProfileMB{
	display:none;
}

/** greetingProfile **/
.greetingImg .greetingProfile{
	display:inline;
	text-align:left;
	font-size:92%;
}

.greetingImg .gpInner{
	display:inline;
}

.greetingImg .gpInner .profMain{
	padding-top:10px;
	margin-bottom:7px;
	border-bottom:1px dotted #ccc;
}

.greetingImg .gpInner p{
	padding-bottom:5px;
}

.greetingImg .gpInner ul li{
	list-style:disc;
	list-style-position:inside;
	padding-left:1em;
	text-indent:-1em;	
}


/** greetingTxt **/
.greetingTxt{
	text-align:left;
	width:700px;
	line-height:1.7;
}

.greetingTxt p{
	padding-bottom:25px;

}
