/*ペットの紹介エリア*/
table#PetReviewArea{
	font-size: 10px;
	width: 200px;
	background-color: #BDBA00;
}
table#PetReviewArea .OwnerName{
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}
/*各1頭づつのエリア*/
table#PetReviewArea .PetArea{
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 15px;
	width: 188px;
	background-color: #FFFFFF;
}
table#PetReviewArea .PetName{
	font-weight: bold;
	width: 176px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-right: 6px;
}
table#PetReviewArea .PetInfo{
	line-height: 160%;
	margin: 6px;
}
/*↑各1頭づつのエリア↑*/
/*プログラム実行中*/
table#PetReviewArea .ProgramStart,
table#PetReviewArea .ProgramStop{
	text-align: center;
	color: #FF6600;
	padding-top: 5px;
}
table#PetReviewArea .ProgramEnd{
	text-align: center;
	color: #FF0000;
	padding-top: 5px;
}
/*写真エリア*/
table#PetReviewArea .PetPhoto{
	margin: 6px;
	width: 176px;
}
table#PetReviewArea .PetPhoto td{
	background-color: #F3F3F3;
	padding: 6px;
}
table#PetReviewArea .PetLargePhoto{
	/*background-color: #FFFFFF;
	height: 90px;*/
	width: 90px;
}
table#PetReviewArea .PetSmallPhoto{
	/*background-color: #FFFFFF;
	height: 60px;*/
	width: 60px;
	margin-bottom:3px;
}
/*↑写真エリア↑*/
/*ドクタースリムエリア*/
table#PetReviewArea .DrSlimArea{
	margin: 6px;
	width: 174px;
}
table#PetReviewArea td.DrSlimBG{
	background-image: url(../images/pet_review/dr_slim_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
table#PetReviewArea td.DayFoods{
	background-image: url(../images/pet_review/foods01.gif);
	width: 165px;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}
/*フッター*/
table#PetReviewArea .footer{
	text-align: right;
	padding-right: 8px;
}

/*ペットの紹介エリアEnd*/

/*ランキング*/
.petRanking dl{
	margin:0;
	padding:0;
}
.petRanking dt {
width:22px;
float:left;
clear:both;
}
.petRanking dd {
	_height: 1%; /* Hack for Win IE6 */
	margin-left:22px;
	line-height:100%;
}

