
/*** 非表示のコンテナ。レイアウトの変更 ***/

#CONTENT_PANEL  { margin:0px; padding: 0px; border: none; width: auto; }
#BODY           { margin:0px; padding: 0px; }
#FOOTER,
#HEADER,
#SIDE,
#NOW_PROCESSING,
.no_print       { display: none; }

div.scroll_panel         { max-height: none; overflow: visible; }
div.scroll_panel         { height: auto; } /* Hack for IE6 解除 */
div.scroll_panel > table { margin: 0px; }

div.wiki_topicpath { visibility: hidden; }

/*** フォントサイズを約 75% の pt に設定 ***/

html, body, th, td, input, textarea, select, li, dt, dd
{
	font-size: 8pt; /* 12px */
}

h1              { font-size: 18pt;   line-height: 22.5pt; } /* 24px 30px */
h2              { font-size: 15pt;   line-height: 16.5pt; } /* 20px 22px */
h3              { font-size: 13.5pt; line-height: 15pt;   } /* 18px 20px */
h4              { font-size: 11pt;   line-height: 12pt;   } /* 15px 16px */



/*** WIKI 関連 ***/

#wiki_page_body    { overflow: visible; padding-left: 0px; } 

.navi { display: none; }
