/* ニュース or 物件リスト or 物件一覧 */
#contents {
	width:960px;
	height:508px;
    margin-top:30px;
    margin-bottom: 30px;
	}

/* ニュースセクション */
#news-left{
    width:550px;
	height:527px;
    margin:10px 0px 10px 0px;
    background-color:#F7F8F8;
    float:left;
    overflow:hidden;
	}
#news-right{
    width:395px;
	height:527px;
    margin:10px 0px 10px 0px;
    background-color:#F7F8F8;
    float:right;
	}

/* ニュースリスト */
#newstitle{
    width:550px;
	height:36px;
    background-color:white;
	}
#newslist{
	list-style-position: inside;
	list-style-type: none;
    font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	}
#newslist a:link {
	text-decoration:none;
	color:#000000;
	}
#newslist a:visited {
	text-decoration:none;
	color:#000000;
	}
#newslist a:hover {
	text-decoration:underline;
	color:#cc0000;     /*#cc3300       */
	}
.new {
	font-size: 10px;
	line-height: 18px;
	color: #FF6600;
	font-weight: bold;
	}
/* ブログリスト */
#blogtitle{
	width:395px;
	height:36px;
	background-color:white;
	}
#bloglist{
	list-style-position: inside;
	list-style-type: none;
    font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
	}
#bloglist a:link {
	text-decoration:none;
	color:#000000;
	}
#bloglist a:visited {
	text-decoration:none;
	color:#000000;
	}
#bloglist a:hover {
	text-decoration:underline;
	color:#cc0000;     /*#cc3300       */
	}

