@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/05/09
File name ：greeting.css
Site name：東北厚生年金病院 健康管理センター
Summary：臨床研究センター健康管理センター長挨拶ページのレイアウト。
Copyright：Copyright (C) 2008 Tohoku welfare annuity hospital - Health care center.All rights reserved.
-------------------------------------------------------------------------*/



/*[タイトル]----------------------------------------------*/
h4 {
	width: 540px;
	height: 45px;
	margin: 0px 37px 0px;
	padding: 0px;
	background: url(../../greeting/image/pagetitle_00.jpg) no-repeat left bottom;
	text-indent: -5000px;
	overflow: hidden;
}


/*[健康管理センター長挨拶本文]------------------------------------*/
/*#masterName {
	width: 540px;
	height: auto;
	margin: 20px 37px 0px;
	padding: 0px;
	text-align: right;
}
p.greeting {
	width: 540px;
	height: auto;
	margin: 10px 37px 20px;
	padding: 0px;
}*/

#masterName {
	width: 162px;
	padding: 0 0 10px 20px;
	text-align: center;
	float: right;
}
#masterName img {
	margin: 0 0 10px;
	border: solid 1px #999;
}
.greeting {
	width: 540px;
	margin: 0 37px 20px;
	padding: 20px 0 0;
}
.textA {
	text-indent: 1.2em;
}
