@charset "Shift_JIS";

/*プリント用のスタイルシート

■目次：

・ロゴ周辺微調整
・非表示

*/



/*---------------
非表示
---------------*/


/*---------------ロゴ---------------*/

body #container #title span.hiddentitle {
	display: block;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	line-height: 1.4;
}

#title img {
	display: none;
}

/*---------------ヘッダー---------------*/

#header {
	height: auto;
}
	
#head-right {
	display: none;
}

/*---------------グローバル---------------*/

#navi {
	display: none;
}

#sub {
	display: none;
}

/*---------------ページの先頭へ---------------*/

.pagetop {
	display: none;
}
