<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2011.05.19
Style Info:     ホームページページcss
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------Content*/
/*PointText*/
.point_text {
	font-size: 14px;
	font-weight: bold;
	color: #099;
}
/*Table*/
.hprental {
	width: 700px;
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 5px;
}
.hprental th,
.hprental td {
	border: solid 1px #999;
	font-size: 12px;
	line-height: 150%;
	padding: 4px 10px;
	vertical-align: middle;
	width: 33%;
}
.hprental th {
	background: #EEE;
	text-align: center;
	white-space: nowrap;
	color: #666;
	font-weight: normal;
}
.hprental td strong {
	color: #C00;
}
span.price {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
}
</pre></body></html>