@media print{

#wrapper {
	width:700px;
	height:100%;
	margin: 0px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

head+body {
    width: 690px;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

#info{
	float:left;
}

#info{display: none;}

#menu_area{ display: none; }

#menu_area {
	visibility:collapse;
}

#center_area{
	overflow: visible;
		width:690px;
}

	
#center_area{
	overflow: visible;
		width:690px;
}

#topic {
	width:695px;
	height:100%;
}
#topic_area {
	width:680px;
	height: auto;
	margin-left: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}
.nodisplay{display: block;}

}