/* ページ全体 */
BODY {
	background-color: #ffffff;
	background-image: url(./img/bg.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-attachment: fixed;
	margin:0;
	padding:0;
	
	font-family: 'ＭＳ ゴシック';
}

/* メニュー */
#menu_bg{
	position : absolute;
	left:50%;
	margin-left:-477px;
	z-index : 1;
	top: 0;	
}

#menu_item{
	position : absolute;
	left:50%;
	margin-left:-477px;
	z-index : 2;
	top: 30px;	
}

/* フッター */
#footer{
	position : absolute;
	z-index : 2;
	left:50%;
	margin-left:-455px;	

}

