/*
１０２４×７６８の画面を想定する。
*/
/*　ｂｏｄｙ全体の定義　*/
body {
	background-color:#000000;		/* black */
	width	: 900px;
	height	: 7000px;				/* 7000px;	*/			/* 仮の高さ */
}


/*  幅確認用のスケール */
#scale00{
	position: absolute;
	top : 70px;
	left: 0px;
	width : 900px;
	height: 2px;
	background-color:#FF8800;
}


/*　↓↓↓　ツィッターボタン　↓↓↓　*/
#kyutwitter00{
	position: absolute;
	left	: 600px;
	top		: 40px;
}

/*　↑↑↑　ツィッターボタン　↑↑↑　*/


/*　↓↓↓　ヘッダー情報クラス　↓↓↓　*/
.header00{
	position: absolute;
	top		: 4px;
	height	: 64px;
	z-index : 1000;
}

/* モノレール */
#mono00{
	left	: 4px;
	width	: 82px;
}

/* ロゴ */
#logo00{
		left	: 86px;
		width	: 332px;
}


/* モノレール */
#mono01{
		left	: 418px;
		width	: 82px;
}
/*　↑↑↑　ヘッダー情報クラス　↑↑↑　*/

/*　↓↓↓　フッダー情報クラス　↓↓↓　*/
.fooder00{
	position: absolute;
	top		: 560px;
	left	: 4px;
	height	: auto;
	width	: 900px;
	z-index : 1000;
}

/*　↑↑↑　フッダー情報クラス　↑↑↑　*/

/*　↓↓↓　イニシャルタイトルクラス　↓↓↓　*/
#inittitle00{
	position: absolute;
	top		: 300px;
	left	: 200px;
	height	: auto;
	width	: 400px;
	background-color:#FFFFFF;
	color:#000000;
	visibility : visible;
	z-index : 1000;
}

/*　↑↑↑　イニシャルタイトルクラス　↑↑↑　*/


