@charset "utf-8";

/*プリント用のスタイルシート

■目次：

・位置調整
・非表示

*/



/*---------------
位置調整
---------------*/

/*---------------サイトタイトル---------------*/


#header {
	padding: 0;
}


/*---------------
非表示
---------------*/


/*---------------グローバル---------------*/


#head_menu {
	display: none;
}

#main_right {
	display: none;
}


/*---------------ページの先頭へ---------------*/

.pagetop {
	display: none;
}

/*---------------フッターボタン---------------*/

#submenu_bottom {
	display: none;
}
