@charset "UTF-8";
/* CSS Document */


/* 
==========================================================================
おーくぎゃらりぃ WEB SITE　プリント用  
==========================================================================
*/

* html body {
	zoom:0.8;
}


/*
============================================================
　ヘッダー
============================================================
*/

/*　ヘッダー　トップページ
-------------------------------------*/

#header-top {
	display: none;
}

#header-top h1{
	display: none;	
}


/*　ヘッダー　サブページ
-------------------------------------*/

#header-sche,
#header-info,
#header-space,
#header-access,
#header-link {
	display: none;
}


/*　プリント用ヘッダー
-------------------------------------*/

#header-print {
	display: block;
}

