@charset "utf-8";

body{
	margin:0;
}
a,a:visited{
	color:#1E517B;
	text-decoration:underline;
	line-height:130%;
}

a:hover{
	color:#6DAADC;
	text-decoration:none;
	line-height:130%;
}
img{
	border:0;
}
#box{
	width:250px;
}
#box .photo{
	width:112px;
	float:left;
	margin-left:8px;
}
#box .photo img{
	padding:2px;
	border:1px solid #ccc;
}
#box .photo .txt{
	font-size:80%;
}

