<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ sunrise-villa css ] [ individual.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-02-2
	---------------------------------------------------------------------------------------------*/


/* ================================================

	h1 body image homeListArea menu

=================================================*/

/* body -------------*/
body {
	background-image: url(../_img/common/top_bg.jpg);
	background-repeat: repeat-x;
}

/* imageArea -------------*/
div#imageArea {
	height: 390px;
}
/* homeListArea -------------*/
div#imageArea2 {
	height: 165px;
	width: 100%;
}

/* menuArea -------------*/
div#menuArea {}



/* ================================================

	contentsArea

=================================================*/
div#contentsArea {
	width: 850px;
	padding-right: 10px;
	padding-top: 20px;
	background-image: none;
	padding-left: 10px;
}
#sideArea {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* info right bnr */
#contentsArea #infoArea { width:620px; overflow:hidden; margin-bottom:20px;}
#contentsArea .info { width:403px; border:1px solid #CCC; float:left;}
#contentsArea .info ul { overflow:auto; width:393px; height:84px; margin-left:10px;}
#contentsArea .infoBnr { width:205px; float:right;}

/* info new -------------*/
/*div#contentsArea div.info,*/
div#contentsArea div.news,
div#contentsArea div.homes {
	width: 618px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
/*div#contentsArea div.info ul,*/
div#contentsArea div.news ul {
	overflow: auto;
	margin-left: 10px;
	width: 608px;
	height: 120px;
}
div#contentsArea div.info ul li,
div#contentsArea div.news ul li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
div#contentsArea div.info ul li span,
div#contentsArea div.news ul li span {
	display: block;
	float: left;
}
div#contentsArea div.info ul li span.date,
div#contentsArea div.news ul li span.date {
	margin-right: 1em;
	background-image: url(../_img/common/li_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	color: #F90;
}
div#contentsArea div.info ul li span.data,
div#contentsArea div.news ul li span.data {
	width: auto;
}
div#contentsArea div.info ul li span.data a,
div#contentsArea div.news ul li span.data a {
	line-height: 120%;
}
div#contentsArea div.info ul li span.data a:hover,
div#contentsArea div.news ul li span.data a:hover {
	color: #F90;
}
div#contentsArea div.homes .sec {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
div#contentsArea div.homes .sec h4 {
	margin-bottom: 10px;
}
div#contentsArea div.homes .homeList {
	width: 610px;
	overflow: hidden;
}
div#contentsArea div.homes .homeList .home {
	width: 283px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#contentsArea div.homes .homeList .home .photo {
	float:left;
}
div#contentsArea div.homes .homeList .home .cat {
	float:left;
	width:150px;
	overflow:hidden;
	margin-left: 5px;
	font-size: 10px;
	color: #999;
	margin-bottom: 5px;
}
div#contentsArea div.homes .homeList .home .title1 {
	float:left;
	width:150px;
	overflow:hidden;
	margin-left: 5px;
}
div#contentsArea div.homes .homeList .home .title2 {
	float:left;
	width:150px;
	overflow:hidden;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
div#contentsArea div.homes .homeList .home .text {
	height: 55px;
	overflow: auto;
	float: left;
	width: 280px;
}



/* footer -------------*/
div#footer div.pageUpArea {
	background-image: none;
}


#contentsArea #infoArea:after,
div#contentsArea div.info ul li:after,
div#contentsArea div.homes .homeList:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contentsArea #infoArea,
div#contentsArea div.info ul li,
div#contentsArea div.homes .homeList {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html #contentsArea #infoArea,
* html div#contentsArea div.info ul li,
* html div#contentsArea div.homes .homeList {
height: 1%;
}
#contentsArea #infoArea,
div#contentsArea div.info ul li,
div#contentsArea div.homes .homeList {
display: block;
}
/* End hide from IE-mac */

</pre></body></html>