@charset "utf-8";
/*-------------------------------------------------------------------------------------------------------------------------
site layout
-------------------------------------------------------------------------------------------------------------------------*/

@media print{

body {
	_zoom:72%;
	background-image: none;
}

/**header*****************************************************************************************************************/
#header { display:none; }

/**wrap*******************************************************************************************************************/
#wrap { width:770px; text-align:left; background-image:none; } 
#container {margin: 0; text-align:left; background-image:none;}

/**side*******************************************************************************************************************/
#side,#sideNavi {display:none;}

/**contents***************************************************************************************************************/
#contents {width: 770px; float:none;}
#main { margin-top: 10px;}

/*--topicPath------------------------------------------------------------------------------------------------------------*/
#topicPath {display:none;}

/**footMenu***************************************************************************************************************/
#footMenuOuter { display: none;}

.bg { background:none;}
#footer { color:#333;}

}