@charset "utf-8";


/*レイアウト関連
------------------------------*/
#topContLeft {
	float:left;
	width:694px;
	padding-top:30px;
}
#topContRight {
	float:right;
	width:216px;
	padding-top:30px;
}


/*flash
------------------------------*/
#topFlash {
	margin:13px 0 0 0;
	width:940px; /*2010-1-20追加*/
	overflow:hidden; /*2010-1-20追加*/
}

/*更新情報系
------------------------------*/
#topUpdate {
	width:694px;
}
#topNews {
	float:left;
	width:340px;
}
#topEstate {
	float:right;
	width:340px;
}
.newsTitle {
	height:40px;
	background-color:#19351A;
}
.newsTitle h3 {
	float:left;
}
.newsTitle a {
	display:block;
	float:right;
}

.newsData table {
	width:340px;
}
.newsData table td {
	line-height:150%;
	padding:5px 0 5px 0;
	border-bottom:1px #153216 solid;
	vertical-align:top;
}
.newsDate {
	font-family:Arial, Helvetica, sans-serif;
}
.newsEntry {
	padding-left:10px;
}
.newsEntry a {
	display:block;
}


/*別荘建築例
------------------------------*/
#topBesso {
	width:694px;
	padding:30px 0 0 0;
}

.topBessoL {
	float:left;
	width:340px;
	margin-top:20px;
}
.topBessoR {
	float:right;
	width:340px;
	margin-top:20px;
}
.topBessoInL {
	float:left;
	width:160px;
}
.topBessoInL a {
	display:block;
	border:1px #f7f7f7 solid;
	padding:4px;
}
.topBessoInL a:hover {
	display:block;
	border:1px #998902 solid;
	padding:4px;
}
.topBessoInR {
	float:right;
	width:167px;
}
.topBessoInR em {
	display:block;
	padding-top:4px;
}
.topBessoInR p {
	padding:8px 0 12px 0;
	line-height:150%;
}


/*建築家と建てる
------------------------------*/
#topArchi {
	padding-top:40px;
}
#topArchi p {
	display:none;
}



/*バナーエリア
------------------------------*/
#topBanner {}
#topBanner a {
	display:block;
}

/*その他ナビ
------------------------------*/
#topOtherNavi {
	padding-top:40px;
}
#topOtherNavi a {
	display:block;
}

/*ブログ最新記事
------------------------------*/
#blogRss {
	margin:1px 0 0 0;
	border:1px solid #193819;
	
	}

#blogRss strong {
	display:block;
	padding:13px 10px 7px 10px;
	font-size:1em;
	}
#blogRss ul {
	list-style-type:none;
	padding:0 8px 13px 10px;
	}
#blogRss li {
	line-height:150%;
	font-size:1em;
	padding:0 0 3px 0;
	}
	
	
	
/* 2010-1-25追加　グローバルナビ（トップ専用）
==============================================*/

#topNvi {
	position:relative;
	width:980px;
}


#topNvi dl {
	display:block;
	position:absolute;
	top:-60px;
	left:0px;
	width:940px;
}

#topNvi dl dt a {
	display:block;
	width:135px;
	height:60px;
	float:left;
}

#topNvi dl dt a:hover {
	background-color:#fff;
}


#topNvi dl dt a#topNvi001 {
	display:block;
	width:130px;
	height:60px;
	float:left;
}


/* 2010-1-25追加　テキスト関連
==============================================*/

#top_profile {
	background-color:#193819;
	margin:20px 0 0 0;
	padding:8px;
	line-height:150%;
}
#top_profile em {
	display:block;
	margin-bottom:4px;
}

#performance {
	margin:30px 0 0 0;
}
#performance h4 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px #193819 solid;
	padding:0 0 4px 0;
	margin:0 0 8px 0;
}
#performance p {
	line-height:150%;
	margin-bottom:4px;
}

