/*	rentaloffice	*/

#rentaloffice div{
	border: 6px solid #E5F2FF;
	padding: 10px;
}
#rentaloffice table{
	position: relative;
	margin-bottom: 5px;
}
#rentaloffice th{
	width: 64px;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}
#rentaloffice td{
	font-size: 12px;
	line-height: 125%;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
#rentaloffice td p{
	margin: 0px;
}
#rentaloffice td.img{
	padding: 0px;
}
#rentaloffice td.img img{
	padding: 3px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}

#rentaloffice td.name{
	font-weight: bold;
}
#rentaloffice td.name a{
	background-image: url(../images/link_out.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
#rentaloffice td.name a:link{
	color: #CC0000;
	text-decoration: underline;
}
#rentaloffice td.name a:visited{
	color: #990000;
	text-decoration: underline;
}
#rentaloffice td.name a:hover{
	color: #CC3300;
	text-decoration: none;
}
#rentaloffice td a:link{
	color: #666666;
	text-decoration: underline;
}
#rentaloffice td a:visited{
	color: #666666;
	text-decoration: underline;
}
#rentaloffice td a:hover{
	color: #999999;
	text-decoration: none;
}


#rentaloffice th p.m01 span{
	background:url(../images/m01.gif) no-repeat;
}
#rentaloffice th p.m02 span{
	background:url(../images/m02.gif) no-repeat;
}
#rentaloffice th p.m03 span{
	background:url(../images/m03.gif) no-repeat;
}
#rentaloffice th p.m04 span{
	background:url(../images/m04.gif) no-repeat;
}
#rentaloffice th p.m05 span{
	background:url(../images/m05.gif) no-repeat;
}
#rentaloffice th p.m06 span{
	background:url(../images/m06.gif) no-repeat;
}
#rentaloffice th p.m07 span{
	background:url(../images/m07.gif) no-repeat;
}
#rentaloffice th p.m08 span{
	background:url(../images/m08.gif) no-repeat;
}
#rentaloffice th p.m09 span{
	background:url(../images/m09.gif) no-repeat;
}
#rentaloffice th p.m10 span{
	background:url(../images/m10.gif) no-repeat;
}
#rentaloffice th p.m11 span{
	background:url(../images/m11.gif) no-repeat;
}
#rentaloffice th p.m12 span{
	background:url(../images/m12.gif) no-repeat;
}
#rentaloffice th p.m13 span{
	background:url(../images/m13.gif) no-repeat;
}



/*	difference	*/
#difference p{
	margin: 25px 0px;
	font-size: 12px;
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 16px;
}
#difference table{
	width: 520px;
}
#difference caption{
	font-size: 12px;
	color: #003366;
	background-image: url(../images/back_caption.jpg);
	padding: 7px;
	font-weight: bold;
	text-align: left;
}
#difference th{
	font-size: 12px;
	line-height: 150%;
}
#difference td{
	font-size: 12px;
	line-height: 150%;
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
#difference th.rental{
	background-color: #3187D4;
	color: #FFFFFF;
}
#difference th.office{
	background-color: #BF6F79;
	color: #FFFFFF;
}
#difference td.rental{
	background-color: #E5F2FF;
}
#difference td.office{
	background-color: #FDF6F7;
}
#difference td.total{
	background-color: #FFFFCC;
}
#difference td em{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px 3px;
}
#difference table.difference td{
	text-align: center;
}

