@charset "utf-8";
/* *******************************

	東急コミュニティー
	賃貸オフィスのパートナー
	
	news.css
	
	* detail page
	* news_topics

	
******************************** */


/* detail page
---------------------------------------------------------- */

#container{
	width: 880px !important;
	width: 950px;
	padding: 20px 35px 0;
	}
h2.news-cap{
	width: 863px !important;
	width: 880px;
	height: 26px !important;
	height: 35px;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	background: url(/img/news/bg-cap.gif) left top no-repeat;
	margin-bottom: 25px;
	padding: 9px 0 0 17px;
	}
p.news-tx{
	margin: 0 65px 20px;
	line-height: 1.5em;
	}
p.news-tx2{
	margin: 0 65px 20px;
	text-align: right;
	}
div.news-info{
	background-color: #eff2f7;
	color: #338999;
	width: 860px !important;
	width: 880px;
	padding: 20px 5px 20px 15px;
	} 
.news-info-tx{
	width: 383px;
	font-size: 1.1em;
	float: left;
	margin-right: 10px;
	line-height: 1.5em;
	}
.news-info-tx span{
	font-weight: bold;
	}
.news-info-img{
	display: block;
	width: 218px !important;
	width: 220px;
	border: solid 1px #FFF;
	float: left;
	margin-right: 10px;
	}
.news-address{
	font-size: 0.9em;
	margin-top: 35px;
	}
.btn-newsdetail{
	margin-top: 15px;
	padding-left: 720px;
	}
.btn-newsdetail a{
	display: block;
	width: 128px;
	height: 19px;
	background: url(/img/news/btn-detail.gif) left top no-repeat;
	text-indent: -9999px;
	}
	.btn-newsdetail a:hover{
		background-position: left bottom;
		}

.btn-newsdetail2{
	margin: 10px 10px 10px 245px;
	}
.btn-newsdetail2 a{
	display: block;
	width: 128px;
	height: 19px;
	background: url(/img/news/btn-detail.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	}
	.btn-newsdetail2 a:hover{
		background-position: 0 -19px;
		}
		
		
		
/* news topics
---------------------------------------------------------- */

.title-news{
	width: 880px;
	height: 32px;
	background: url(/img/news/title-news.gif) left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
	}
#news-list{
	width: 880px;
	margin-bottom: 40px;
	}
	
#news-list{
	width: 880px;
	float: right;
	position: relative;
	}
#news-list dl{
	width: 880px;
	background: url(/img/top/bg-newslist.gif) left bottom repeat-x;
	}
#news-list dt{
	color: #338999;
	font-weight: bold;
	width: 75px;
	padding: 15px 0 8px 5px;
	float: left;
	}
#news-list dd{
	width: 790px;
	padding: 15px 0 8px 0;
	float: right;
	}
	
/* float clear */	
#news-list dl:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; 
	}
#news-list dl{
	display: inline-block;
	}
/* horry \*/
*html #news-list dl{
	height: 1%;
	}
#news-list dl{
	display: block;
	}
/* horry end */
	


