@charset "utf-8";

#contents .right{
	background-image: url(../images/photo.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
}
#contents .right table {
	width: 360px;
}
#contents .right th,
#contents .right td{
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	color: #666;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#contents .right th{
	font-weight: bold;
	background-color: #e4ecf1;
	text-align: center;
	width: 110px;
	vertical-align: top;
}
