/* 写真広場 */
.photo{
width:56px;
height:56px;
background-repeat:no-repeat;
padding-top:9px;
}
.photo_02{
width:56px;
height:56px;
background-repeat:no-repeat;
padding-top:7px;
}
.photo_txt{
font-size:11px;
color:#2F60D2;
}

/***リンク　写真テキスト***/
.photo_txt a:link{ 
	font-size:11px;
	color: #2F60D2 !important;
	border-top: none !important;
	text-decoration:none;
}
.photo_txt a:visited{ 
	font-size:11px;
	color: #2F60D2 !important;
	border-top: none !important;
	text-decoration:none;
}
.photo_txt a:hover{ 
	font-size:11px;
	color: #2F60D2 !important;
	border-top: none !important;
	text-decoration:underline;
}
