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


/*=========================================

      コンテンツの中身のcss

=========================================*/


/*  what's newのcss
=========================================*/

/* ナビゲーション以下の囲み */
#contents {	
	width: 700px;
	
	margin:0 auto;
	padding-top: 40px;
}






/*  profileのcss
=========================================*/

/* ナビゲーション以下の囲み */
#section {	
	width: 575px;
	
	margin: 24px auto 0;
	
	line-height: 1.8;
	
	font-size: 90%;
}





#section table tr th,
#section table tr td,
#section address,
#section dl dd {
	color: #666666;
}



/* 顔写真 */
#section p.photo {
	float: left;
	clear: both;
	
	margin-right: 70px;
}



/* 名前 */
#section p.name {
	margin-bottom: 10px;
}



/* 経歴のテーブル */
#section table.keireki {
	margin-bottom: 35px;
}



#section table.keireki tr td {
	padding-left: 10px;
}



/* 事務所の住所 */
#section address {
	clear: both;
	line-height:150%;
	
	margin-top: -12px;	
	margin-left: 195px;
}	






/*　awardとpublication　*/
#section h3 {
	clear: both;
	
	margin-top: 20px;
	margin-bottom: 15px;
}



#section dl {
	clear: both;
}



/*　西暦　*/
#section dl dt {
	float: left;
	clear: both;
	
	margin-right: 10px;
}



/*　テキスト　*/
#section dl dd {
	padding-top: 3px;
}








/*  worksのcss
=========================================*/

/* ナビゲーション以下の囲み */
#contents2 {
	width: 790px;
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
}



/* サブのナビゲーション */
#contents2 ul#sub_navi {
	margin: 0;
	padding:0;
}


/* 英語サブタイトル */
#contents2 h2 {
	padding-top:10px;
}



/* 日本語サブタイトル */
#contents2 h3 {
	padding-top:10px;
}







/* 建物の写真の1ブロック */
#contents2 ul.build {
	clear: both;
	
	width: 675px;
	
	margin: 0 auto 35px;  
}



/* 建物の名前 */
#contents2 ul.build li.name {
	width:166px;
	margin-right: 5px;
	padding-top: 35px;
	
	line-height: 0;
}



* html #contents2 ul.build li.name {
	padding-top: 30px; /* IE6以下のみ適用*/
}



/* 建物の左の写真 */
#contents2 ul.build li.p_l {
	margin-right: 80px;
}



/* 建物の右の写真 */
#contents2 ul.build li.p_r {
	margin-right: 5px;
}






/* ページトップに戻るボタン */
#contents2 p.anker {
	width: 720px;
	
	margin: -20px 0 70px;
	
	text-align: right;
}





/* 写真家の名前 */
#contents2 p.photogragher {
	text-align: right;
	
	margin-top: 80px;
}


#container div.footer2 {
	margin-top: 0px;
}

.footer2 hr {
	margin-top: 0px;
	padding:0;
}



/*  clearfix
=========================================*/
div.news:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
	zoom: 100%;
}


div.news {
	display: inline-table;/* IE-mac用 \*/
	
	min-height: 1%;/* IE7用 */
} 



/* win-IE6,7用 */
* html div.news {
	height: 1%;
	display: block;
}

