
/* ===== width 100%    ===== */

#frame,
#container,
#headerArea,
#contentsArea,
#footerArea{
	clear: both;
	width: 100%;
}


/* ===== background-image none    ===== */

#frame{
	background-image: none;
}


/* ===== float none    ===== */

/* ===== padding 0    ===== */

#frame{
	padding: 0px;
}



/* ===== padding-top 0    ===== */



/* ===== padding-bottom 0    ===== */

#contentsArea{
	padding-bottom: 0px;
}

/* ===== position relative    ===== */

#footerArea{
	position: relative;
}



/* ===== display none    ===== */

#toplist,
#gnavArea{
	display: none;
}

