@charset "UTF-8";

  /**
   *
   * 管理ページ 印刷用CSS
   * 
   */

/**
//=========================================//
//-------------ベーシック設定--------------//
//=========================================//
*/

body {

	background      : #FFFFFF;
	font-size       : 10pt;
}

div.btn,
#sidebarContainer,
#pageHeader,
div.right_btn,
#footer,
#helpDescription {

	display         : none;
}


#container {

	background      : #FFFFFF;
	color           : #362928;
	margin          : 0 auto;
	text-align      : justify;
	width           : 100%;
	height          : 100%;
}

/*ヘッダー*/
#content {
  
	margin-left     : 0px;
	margin-right    : 0px;
	min-width       : 0px;
	width           : 100%;
}

div.editForm {

	overflow-x      : visible;
	overflow-y      : visible;
}
/**
//=========================================//
//-----------------------------------------//
//=========================================//
*/
