@charset "utf-8";

/*
	* 名前: corporation.css
	* 説明: corporationページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.02.16
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - メインコンテンツ -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-07. 領域設定 - メインコンテンツ -
	======================================== */

	#main h2 img.btn_backnumber {
		left: 386px;
		position: absolute;
		top: 0;
	}

	/* IE6 HACK */
	* html #main h2 img.btn_backnumber {
		left: 374px;
		top: 6px;
	}

	/* IE7 HACK */
	*:first-child+html #main h2 img.btn_backnumber {
		top: 6px;
	}

	#main h2 img.btn_rss {
		left: 504px;
		position: absolute;
		top: 0;
	}

	/* IE6 HACK */
	* html #main h2 img.btn_rss {
		left: 492px;
		top: 6px;
	}

	/* IE7 HACK */
	*:first-child+html #main h2 img.btn_rss {
		top: 6px;
	}

	#main div.comment {
		margin-right: 0;
	}

	#main div.comment_article {
	float: left;
	margin-right: 30px;
	width: 494px;
	}

	/* IE6 HACK */
	* html #main div.comment_article {
		width: 310px;
	}

	#main div.photo_article {
		float: left;
		margin-right: 0;
		width: 510px;
		margin-bottom:20px;
	}

	#main div.photo_article img {
		display: block;
		float:left;
		margin: 0;
		padding: 15px 15px 0 0;
	}

	#main div.photo_alliance {
		float: left;
		margin-right: 30px;
	}

}
