/* 
    Document   : print
    Created on : 2012/07/07, 10:43:33
    Author     : tomoki
    Description:
        Purpose of the stylesheet follows.

*/

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
    width: 655px;
    margin: 0 auto;
}

/* content */
#content {
    width: 655px;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header_wrapper {
    display: none;
}

/* 
MAIN NAVIGATION
================================================ */
#gnavi_wrapper {
    display: none;
}

/************************************************************************************
TOPIC PATH
*************************************************************************************/
.topicpath {
    display: none;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content .content_header_wrapper {
	display: none;
}

#content .post_footer_wrapper {
	display: none;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	display: none;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer_wrapper {
    display: none;
}
