#homeleader  {/*top_home：leadのスペースと地色*/
display: none;
}
	
	#homephoto {/*top_home：写真*/
	display: none;
}
	#homeleadercomment {/*top_home：comment*/
display: none;
}

#printhomeleader  {/*top_home：leadのスペースと地色*/
visibility: visible;
position:          relative;
z-index:           1;
background-color: #ffffff;
padding: 0px;
	margin: 0px;
	left:0;
	height:106px;
width:100%;
}
	
	#printhomephoto {/*top_home：写真*/
	visibility:       visible;
 height:106px;
 float: left;
	padding: 0px;
	margin: 0px;
}
	#printhomeleadercomment {
	clear: both;
visibility:        visible;
position:          relative;
z-index:           2;
	float: right;
	width:42%;
height:106px;
	margin-top:0px;
	margin-right:20px;
	font-size:12px;color:#333333;line-height:1.6;font-weight: normal;
	text-align:left;
}
