/*全体(標準)*/
* {
	margin: 0px;
	padding: 0px;
}
/*ボディ部(標準)*/
body {
	overflow: hidden;
	padding-top: 4.2em;
	padding-bottom: 1.4em;
	line-height: 1.4;
}

/*ヘッダー部*/
#header {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 2em;
	background-color: #778899;
}

#menu {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 45px;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #778899;
}

/*ボディ部*/
#main-body {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
	color: #000000;
	background-color: #F0F8FF;
}

/*フッダー部*/
#footer {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 1em;
	background-color: #778899;
}

