@charset "UTF-8";
/****************************
Print.css
****************************/
body {
    margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック";
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: left;
	background-image:none;
	background-color:#fff;
}

#container {
	position:static;
    left:0;
    width:770px;
    margin:0;
	background-image:none;
}

#footer-container {
	background-image: none;
	border-top: 1px solid #555;	
}

#nav, .pagetop, #contents-shadow, #header-right, #nav-container, #top-left, #footer-shadow, #footer-right{
	display: none;
}
