@charset "Shift-JIS";
/*
ボタン周り 印刷時は非表示
*/

#CommandArea{
	display: none;
	text-align: left;
}
#CommandAreaBottom{
	display: none;
}
#scaleBox {
	display: none;
}
#nesw {
	display: none;
}
#bt_n, #bt_e, #bt_s, #bt_w {
	display: none;
}
.p_Command {
	display: none;
	overflow: hidden;
}
.p_Command:after {
	display:block;
	content: "";
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* for IE6 */
* html .p_Command { zoom: 1;}
/* for IE7 */
*:first-child+html .p_Command { display: inline-block;}
a:after {
/*
	content: " >> " attr(href) " ";
	font-size: 10.5pt;
*/
}
