@charset "Shift_JIS";

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

■目次：

・位置調整
・非表示

*/



/*---------------
位置調整
---------------*/

#container {
	border: none;
}


/*---------------サイトタイトル---------------*/


#header {
	padding: 0;
}

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


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


#head-right {
	display: none;
}

#globalnavi {
	display: none;
}

/*---------------サブメニュー---------------*/

#submenu {
	display: none;
}

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

.pagetop {
	display: none;
}

/*---------------前のページへ戻る---------------*/

.link-back {
	display: none;
}

/*---------------フッター---------------*/

#footer ul {
	display: none;
}

#footer-bottom {
	display: none;
}


/*---------------その他---------------*/

.message-box-bottom {
	display: none;
}