@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. リード文
　02. カラムコンテンツ
　03. 街作りを積み重ねて半世紀あまり。
　04. 


******************************************************************************* */



/* ==

　00. file import

=============================================================================== */
@import url("/bunjo/css/style.css");



/* ==

　01. リード文

=============================================================================== */
.main .lead{
	width:730px;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
}
.main .lead p.img{ float:right; }
.main .lead .txt{ width:490px; float:left; }
.main .lead .txt p{ margin-bottom:10px; line-height:1.5; }


/* ==

　02. カラムコンテンツ

=============================================================================== */
.main .column2{
	width:730px;
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
}
.main .column2 div{
	width:355px;
	line-height:1.5;
}
.main .column2 div p{
	margin-bottom:5px;
}
.main .column2 div p span{ font-size:90%; }




/* ==

　03. 街作りを積み重ねて半世紀あまり。

=============================================================================== */
.main div.history{
	width:722px;
	margin-bottom:20px;
	padding:4px;
	background:#f3f3f3;
	clear:both;
}
.main div.history div{
	width:720px;
	background-color:#f2e7bf;
	border:1px solid #ccc;
	line-height:1.5;
	overflow:hidden;
	clear:both;
}
* html .main div.history div{ height:1%; }

.main div.history p.title{ padding:10px; }


.main div.history dl{
	width:339px;
	margin-bottom:20px;
	padding:0 10px;
	float:left;
}
.main div.history dt{ margin-bottom:10px; }
.main div.history dd p.img{ margin-left:10px; float:right; }


/* 大規模プロジェクトから小規模･･･
------------------------------------------------------------------------------- */
.main div.history dl.lastChild{
	width:700px;
	margin-bottom:10px;
	float:none;
	clear:both;
}
.main div.history dd li{
	width:175px;
	padding-left:10px;
	font-size:90%;
	line-height:1.3;
	float:left;
}
.main div.history dd li img{ margin-bottom:5px; }
.main div.history dd li.firstChild{
	width:330px;
	padding-left:0;
}
@media print{ * html .main div.history dd li{ padding-left:9px; } }

