@import url(lay01.css);

@charset "Shift_JIS";

/* CSS Document */

/* ---------------------★影用ボックス--------------------- */

#shadow { width:986px ;}


/* ---------------------★コンテンツ全体の横幅--------------------- */

#container {
	width:970px ;
	}
	
/* ---------------------★ヘッダー--------------------- */

#header ,
#footer { width:970px }

/* タイトル・サブタイトルの位置 */

#header-body {
	width:910px; }



/* ---------------------★コンテンツエリア---------------------------- */

/* コンテンツ幅とマージン */

#content {
	width:780px;/* コンテンツ幅調整 */
	}
	
#content-body {
	width:720px;
	margin : 0 0 25px 30px ;
	}
	
	
/* 下部ナビ------------------------------------- */

#content #lpnavi {
	width:auto ;
}

/* ★メニュー--------------------------------------- */

#left {
	margin:auto 0px auto 20px;/* メニュー左マージン */
/* ★marginが倍になるIE6バグ対応 IE6hackタグで半分の値に上書き */
	-margin-left:10px ;
	}

/* バナー類ボックス ------------------------------------- */
#box {
	width:180px ;
	margin:0px auto 0 23px ;
	float:right ;
	}