/* ===== width 100%    ===== */

#frame,
#container,
#headerArea,
#contentsArea,
#leftside,
#leftArea,
#maincontents,
#maincontentsArea,
.txtArea,
#footerArea{
	clear: both;
	width: 100%;
}


/* ===== background-image none    ===== */

#frame,
#container,
#leftArea,
#leftside,
#maincontentsArea{
	background-image: none;
}


/* ===== float none    ===== */

#leftside,
#maincontentsArea{
	float: none;
}


/* ===== padding 0    ===== */

#frame,
#maincontents{
	padding: 0px;
}



/* ===== padding-top 0    ===== */

#maincontentsArea{
	padding-top: 0px;
}



/* ===== padding-bottom 0    ===== */

#leftArea,
#maincontentsArea,
#maincontents{
	padding-bottom: 0px;
}

#contentsArea,
#footerArea{
	padding-bottom: 0em;
}



/* ===== width absolute    ===== */

#topimgArea,
#missionArea{
	width: 501px;
}

.txtArea h3.news,
.txtArea h3.com{
	width: 500px;
}

.txtArea dl.news,
.txtArea ul.rss_item{
	width: 478px;
}

* html body div.txtArea dl.news,
* html body div.txtArea ul.rss_item{/* ===== IE hack ===== */
	width: 500px;
}

/* ===== position clear    ===== */

#footerArea{
	position: inherit;
	bottom: auto;
}



/* ===== display none    ===== */

#toplist,
#gnavArea,
#lnavArea,
#lnavrpArea,
#lnavevArea,
#lnavphArea,
.footlist,
#rightArea,
.counterArea{
	display: none;
}

/* ===== copyright print    ===== */

#copyright{
	background-repeat: repeat;
}
