@charset "UTF-8";

/** 物件概要 **/
#contents h5{
	font-weight :bold;
	font-size : 13px;
	color : #444444;
	padding : 0 0 2px;
}
#contents p{
	font-size : 11px;
	padding : 5px 0 0;
}

table{
	line-height : 160%;
}
table a:hover{
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
	-moz-opacity: 0.6;
    opacity: 0.6;
}
table th{
	width:250px;
	background : #E9E8E8;
	text-align:left;
}
table td{
	background : #fff;
}