@charset "UTF-8";
/* CSS Document */

/* headline */
#contents h3.t-from{
	height:70px;
	background-image:url(../images/hl_from.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
/* conents/float */
#contents .box-text{
	width:660px;
	height:auto;
	margin:0 auto;
    color:#333;
}
#contents .photo-left{
	width:180px;
	height:auto;
	float:left;
}
#contents .text-right{
	width:460px;
	height:auto;
	float:left;
	margin:0 0 0 20px;
}
#contents .text-right .name{
	text-align:right;
}