@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 共通パーツ
　02. 中ページ枠組み
　03. コラム01　地球環境への取り組み～越谷レイクタウン～（column_01.html）
  

******************************************************************************* */

/* ==

　01. 共通パーツ

=============================================================================== */
/* グローバルナビ
------------------------------------------------------------------------------- */
#utilize .header .floatR .gnav li.gnav_column a{ background-position:left bottom; }

/* パンくずリスト
------------------------------------------------------------------------------- */
.container .topicPath{ background:url(../images/bk_topicPath.gif) left top no-repeat; }

/* ローカルナビゲーション（.lnav）
------------------------------------------------------------------------------- */
.lnav p.title a{ background-image:url(../images/lnav_title.gif); }



/* ==

　02. 中ページ枠組み

=============================================================================== */
.section .main{
	width:730px;
	min-height:1%;
	float:right;
}
.section .lnav{
	width:200px;
	min-height:1%;
	float:left;
}
.main div{
	min-height:1%;
	margin-bottom:20px;
	line-height:1.5;
	clear:both;
}
* html .main div{ height:1%; }
.main div div{ margin-bottom:0; clear:none; }

.section .main:after,
.main div:after,
.section .lnav:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

.section .main h2{
	margin-bottom:10px;
	padding-bottom:0;
	background-image:none;
	background-color:#fff;
}
.section .main h3{
	margin-bottom:10px;
	background:url(/common/images/renew2009/bk_h2.gif) right top no-repeat;
	font-size:120%;
	line-height:1.2;
	color:#333;
}
* html .section .main h3{ height:1%; }

.section .main h4{
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}

.section .main h5{ margin-bottom:5px; }


.main div em{
	font-style:normal;
	font-weight:bold;
}



@media print{
	.lnav{ display:none; }
	.section .main{ float:left; }
}







/* ==

　03. 共通パーツ

=============================================================================== */
.main .clmn_lead p.img{ width:238px; float:left; }
.main .clmn_lead div.txt{ width:480px; margin-bottom:0; float:right; }


/* ==

　04. コラム01　地球環境への取り組み～越谷レイクタウン～（column_01.html）

=============================================================================== */

.main .clmn01_pickup div{ margin-bottom:20px; }
.main .clmn01_pickup .imgL p.img{ width:355px; float:left; }
.main .clmn01_pickup .imgL div.txt{ width:355px; margin-bottom:0; float:right; }

.main .clmn01_pickup .imgR{ margin-bottom:0; }
.main .clmn01_pickup .imgR div.img{ width:484px; margin-bottom:0; float:right; }
.main .clmn01_pickup .imgR div.img p{ margin-bottom:10px; }
.main .clmn01_pickup .imgR div.txt{ width:235px; margin-bottom:0; float:left; }
.main .clmn01_pickup .imgR div.txt p.notes{ font-size:85%; margin-left:2em; text-indent:-2em; }

.main .clmn01_02 p.img{ width:355px; float:right; }
.main .clmn01_02 div.txt{ width:355px; float:left; }




/* ==

　05. コラム02　市街地再開発（column_02.html）

=============================================================================== */
.main .clmn02_02 p.img{ width:355px; float:left; }
.main .clmn02_02 div.txt{ width:355px; margin-bottom:0; float:right; }

.main .clmn02_03 div.img{ width:238px; float:right; }
.main .clmn02_03 div.img p{ margin-bottom:10px; }
.main .clmn02_03 div.txt{ width:480px; margin-bottom:0; float:left; }










