@charset "UTF-8";

/*
*	Title: オレンジブック.Com - 印刷CSS
*	URI: 
*	Last Modified: 2009-09-11
*	Description: 印刷に適した形に全体を調整する
*/

/*--------------------------------------
	1. 基本要素
---------------------------------------*/
html, 
body {
}

html {
}

body {
}

/*--------------------------------------
	4. 全体枠
---------------------------------------*/
#container {
}

/*--------------------------------------
	5. ヘッダー領域
---------------------------------------*/
#header {
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	height: auto;
	padding-bottom: 10px;
	background: none;
}

#top #header {
	background: none;
}

#headerInner {
	display: none;
}

#top #header #headerDecoration {
	display: none;
}

#header #printLogo {
	display: inline-block;
	vertical-align: middle;
}

#header #printCampany {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}


/*--------------------------------------
	6. コンテンツ領域
---------------------------------------*/
#content {
}

#content #topicPath {
}


/*--------------------------------------
	7. コンテンツ - メイン領域
---------------------------------------*/
#main {
}

#main h1 {
	border-bottom: 1px solid #000000;
}

/*--------------------------------------
	8. コンテンツ - サイド領域
---------------------------------------*/
#sidebar {
}


/*--------------------------------------
	5. フッター領域
---------------------------------------*/
#pootFooter {
	height: 50px;
}

#footer {
	clear: both;
	position: static;
	border-top: 1px solid #000000;
	height: auto;
	background: none;
}

/* ----- フッターナビ ----- */
#footerInner #footerNav {
	display: none;
}

#footerInner #copyright {
	position: static;
	width: auto;
	padding-top: 10px;
	background: none;
	text-indent: 0;
}

/* ----- 「ページの先頭へ」ボタン ----- */
#footerInner #pageTop {
	display: none;
}

#footerDecorationLeft,
#footerDecorationRight {
	display: none;
}

