/* ===== width    ===== */

#frame,
#headerArea,
#container,
#footer{
	width: 100%;
}


/* ===== padding    ===== */

#headerArea{
	padding-left: 0px;
	padding-right: 0px;
}

#contentsArea{
	padding-bottom: 0em;
}


/* ===== gnav width    ===== */

#gnav{
	width: 535px;
}

#gnav ul li a.g_01{
	width: 175px;
}

#gnav ul li a.g_01_f2{
	width: 175px;
}




/* ===== background-image none    ===== */

#footer{
	background-image: none;
}

/* ===== copyright print    ===== */
#footercopy p.copyright{
	width: 446px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
}


/* ===== position reset    ===== */

#headerArea{
	position: inherit;
	top: auto;
}

#footer{
	position: inherit;
	bottom: auto;
}

