@charset "utf-8";

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

/*
*****************************************************
▼▼ 全体を包むwrapper ▼▼
*****************************************************
*/
body{
	text-align:center!important;/* IE6対応 */
	margin:0px auto 0px auto;
	background-color:#efefef;
}
body *{
	text-align:left!important;/* IE6対応 */
}
#wrapper{
	width:990px;
	/* margin:0px 0px 0px 20px; */
	margin:0px auto 0px auto;
	padding:0px 5px 0px 5px;
	background-color:#fff;
}

* html #wrapper{
	margin:0px;
	width:1000px;
}

/*
*****************************************************
▼▼ ヘッダー（ロゴ周り、isMediaロゴ検索窓など） ▼▼
*****************************************************
*/
#header{
	width:960px;
	margin:0px 0px 0px 20px;
	padding:20px 0 15px 0px;
	height:80px;
}
* html #header{
	height:100px;
}

/*
*********************************************************
▼▼ 左欄主要部を包む　　　　　　　　　　　　　　　  ▼▼
*********************************************************
*/
#main-column{
	clear:both;
	width:640px;
	float:left;
	margin:0px 5px 0px 20px;
	padding:0px;
}
* html #main-column{
	width:640px;
	margin-left:10px;
}

/*
*********************************************************************
▼▼ ナビ大枠　　　　　　 ▼▼
*********************************************************************
*/
#navi-menu{
	clear:both;
	/*float:left;*/
	width:640px;
	height:65px;
	margin:0px 0px 0px 0px;
}

/*
****************************************************
▼▼ 最新記事部分（main-columnの下） ▼▼
****************************************************
*/
#latest{
	clear:both;
	width:640px;
	/* height:729px; */
	margin-top:0px;
}

/*
****************************************************
▼▼ サブカラム部分（右欄メニュー、広告類） ▼▼
****************************************************
*/
#sub-column{
	clear:none;
	float:right;
	margin:0px 10px 0px 0px;
	padding-top:0px;
	width:300px;
}
* html #sub-column{
	margin-right:5px;
}

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

#footer{
	clear:both;
	margin:30px 20px 20px 20px;
	font-size:11px;
	width:945px;
}
* html #footer{
	width:945px;
	margin:30px 10px 20px 10px;
}

