/*** eigakaitaku area CSS Document ***/

@import"base.css";

/************************/
/***** レビュー一覧 *****/
/************************/
.h2contents{
	width:590px;
	height:60px;
	background:url("../pic/bgh2infoall01.jpg") no-repeat top left;
}

.h2contents span{display:none;}

.name{
	width:200px;
}
.time{
	width:60px;
}
.kantoku{
	width:180px;
}

.point{
	width:100px;
}

.infoalltbl{
	margin:20px auto;
	border:1px solid #999999;
	border-bottom:0;
	border-left:0;
}

.infoalltbl td,th{
	border:1px solid #999999;
	border-top:0;
	border-right:0;
	padding:3px;
}

.infoalltbl th{
	background-color:#FFCC00;
	color:white;
	font-weight:bold;
}
