@charset "utf-8";

/* -------------------------------------------------- */
/* 記事レイアウト                                     */
/* ボックスモデルとレイアウト関連のスタイルだけを書く */
/* -------------------------------------------------- */

/* センタリング */
body{
	text-align:center!important;/* IE6対応 */
	margin:0px auto 0px auto;
}
body *{
	/*text-align:left!important;*//* IE6対応 */
}
/*
*****************************************************
▼▼ 全体を包むwrapper ▼▼
*****************************************************
*/

#wrapper{
	position:relative;
	/*width:990px;*/
	width:996px;
	margin:0px auto 0px auto;
	/*padding:0px 10px 0px 0px;*/
	z-index:0;
	text-align:left;
}
* html #wrapper{
	/* border対策 */
	width:1002px;
	overflow-x:hidden;
}

/*
*****************************************************
▼▼ ヘッダー（ロゴ周り、isMediaロゴ検索窓など） ▼▼
*****************************************************
*/
#header{
	padding:10px 15px 10px 5px;
	width:976px;
	margin:0px 0px 0px 0px;
}
* html #header{
	width:1000px!important;
	margin:0px!important;
	/*height:80px;*/
}

/*
*********************************************************
▼▼ ナビ大枠 ▼▼
*********************************************************
*/
#sitenavi-menu{
	float:left;
	width:996px;
	margin:0px 0px 0px 0px;
}
* html #sitenavi-menu{
	width:1000px;
	margin-left:0px;
}

/*
*********************************************************
▼▼ 左欄主要部を包む(title-parts,main-contentsなど) ▼▼
*********************************************************
*/
#main-column-wrapper{
	padding:10px;
	width:980px;
	position:relative;
	clear:both;
}
* html #main-column-wrapper{
	width:1000px;
}
#main-column{ /* ここでcolumnは「列」の意味 */
	position:relative;
	/*top:130px;*/
	top:0px;
	float:left;
	/*left:10px;*/
	width:660px;
	/*margin:10px 0px 0px 4px;*/
	margin:0;
	padding:0px;
	background-color:#fff;
}
* html #main-column{
	position:relative;
	top:0px;
	left:0px;
	clear:both;
	width:660px;
	float:left;
	/*margin:10px 0px 0px 2px;*/
	padding:0px;
}

/*
****************************************************
▼▼ サブコラム部分（右欄メニュー、広告類） ▼▼
****************************************************
*/
/* 中身は article-sub.css に記入 */
#sub-column{
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:300px;
	margin:0px;
	padding:0px;
	z-index:1000;
	/*background-color:blue;*/
}
/* IE6はムービングバナー対象外 */
* html #sub-column{
	position:relative;
	top:0px;
	right:0px;
	clear:none;
	float:right;
	width:300px;
	margin:0px;
	padding:0px;
}

/*
*********************************************************
▼▼ 記事下メニュー （バックナンバー、関連記事など） ▼▼
*********************************************************
*/
/* 中身は article-end.css に記入 */
#end-wrapper{
	margin-left:6px;
	width:969px;
	padding:0 15px 15px 10px;
	/*background-color:#fff;*/
}

* html #end-wrapper{
	width:994px;
}

/*
*****************************************************
▼フッター部分▼
*****************************************************
*/

#footer{
	position:relative;
	clear:both;
	float:left;
	width:1000px;
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:center;
	color:#666;
	font-size:10px;
}
* html #footer{
	display:block;
	position:relative;
	clear:both;
	float:left;
	width:1000px;
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:center;
	color:#666;
	font-size:10px;
}
