@charset "utf-8";


/* top */
#top {
	width:570px;
}

/* intro */
#top .intro{
     margin:0 0 20px 0;
}

/* property */
#top .property{
	margin:0 0 20px 0;
}
#top .property h3{
	margin:0 0 13px 0;
}
#top .property ul li{
	width:275px;
	margin:0 10px 10px 0;
	padding:7px 0 2px 0;
	float:left;
	border-top:3px solid #787878;
	border-bottom:3px solid #787878;
	background:#d7d7d7;
}
#top .property ul li .name{
	margin:0 0 5px 0;
	padding:0 5px 7px 20px;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #787878;
	background:url(/wp-content/themes/lim-plan/images/top/property_icon_name.gif) 3px 1px no-repeat;
}
#top .property ul li .photo{
	width:190px;
	padding:0 0 0 5px;
	float:left;
}
#top .property ul li .icon{
	width:73px;
	padding:0 0 0 4px;
	float:left;
}
#top .property ul li .icon img{
	margin:0 0 3px 0;
}

/* news */
#top .news{
	margin:0;
}
#top .news h3{
     margin:0 0 13px 0;
}
#top .news .newsLogo{
     width:135px;
     margin:0 20px 0 0;
     float:left;
}
#top .news *.logbox{
     width:408px;
     height:122px;
     overflow:auto;
     float:right;
     border:1px solid #c7c7c7;

}
#top .news *.logbox ul{
	width:390px;
}

#top .news *.logbox ul li{
     padding:12px 0 15px 15px;
     font-size:116%;
     color:#000;
     background:url(/wp-content/themes/lim-plan/images/top/news_dotline.gif) 8px bottom no-repeat;
}

