@charset "UTF-8";
/* CSS Document for Print */

#header{
	width:600px;
	margin: 0 auto;
	text-align:left;
}
#body{
	background: url(./images/body_bg.gif) no-repeat 50% 0%;
	width:600px;
	margin: 0 auto;
	text-align:left;
}
#footer {
	display: none;
}
#header p{
	display: none;
}
#header .contents h1 img{
	width:600px;
}
#navi{
	display: none;
}
#body .contents {
	margin:0;
}
#body .contents table td{
	padding:0 2px 0 0;
}

