/* Table Of Contents
----------------------------------------

#01 hide

----------------------------------------*/


/* #01 hide
---------------------------------------------------------------------------- */
div#mainArea h2,
div#footer,
#header,
#pr_cat,
#menuArea,
hr{
	display: none !important;
}

body {
	zoom: 70%;
        font-size: 130%;  
}

* html body {
	zoom: 70%;
}

/* #02 for all browser
---------------------------------------------------------------------------- */

div#mainArea {
	display: block;
}

