@charset "utf-8";

/*-----------------------------
    - 印刷用
-----------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",monospace;
	color:#333;
	font-size: 12px;
	line-height: 170%;
	text-align:center;


}

#print_change{
	clear: both;
	page-break-before: always;

}

#content{
	width: 640px;
	padding:20px;
	margin: 0 auto;
        background-color:#fff;
	text-align:left;

}

/* 以下の部分は印刷時表示しない */

#heder{
	display: none;

}

#left_menu{
	display: none;
}


#up_root{
	display: none;
}

#pdf_link{
	display: none;
}

#page_info{
	display: none;

}

