@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:790px;/* コンテンツ幅調整 */
	}
#content-body {
	width:720px;
	margin : 0px 0px 25px 35px ;
	}
	
	
/* 下部ナビ------------------------------------- */

#content #lpnavi {
	width:auto ;
}


/* ★メニュー--------------------------------------- */

/* #left */

#container #left{
	margin:0px auto;
	width:180px ;
	}


/* バナー類ボックス ------------------------------------- */
#box {
	width:180px ;
	margin:0px auto 0 23px ;
	float:right ;
	}