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

#entryList h3{
	font-size:20px;
	font-weight:bold;
	background-color:#FFCC66;
	padding:15px;
}

.entry{
	border-bottom:dotted 1px #CC9900;
	padding:15px;
}

.entryImage{
	float:left;
}

.entryImage img{
	margin:0 0 0 3px;
	border:solid 1px #666666;
}

.entryRight{
	float:right;
	width:710px;
}

.catchCopy{
	padding:0 3px 3px 5px;
	font-size:20px;
	font-weight:bold;
	color:#993300;
	line-height:130%;
}

.area{
	font-size:12px;
	text-align:right;
	padding:2px 0 0 0;
}

.roomArrangement{
	font-size:14px;	
	text-align:right;
}

.price{
	font-size:24px;
	color:#FF0000;
	text-align:right;
}

.entryButtons{
	text-align:right;
}






