/*印刷用非表示*/
body {
	font-size:12pt;
	width:100%;
}
#globalNavi {
	display:none;
	width:0px;
	height:0px;
}
#main{
	width:100%;
	float:none;
	clear:both;
}
/*2カラム（右メイン）*/
#content #main{
	float:none;
}

#wrapper{
	margin:0 auto;
	text-align:left;
}
#header {
	display:none;
	width:0px;
	height:0px;
}
h2 {
	display:none;
	width:0px;
	height:0px;
}
#leftArea {
	display:none;
	width:0px;
	height:0px;
	float:none;
}
#footer {
	display:none;
	width:0px;
	height:0px;
}