﻿/**印刷用CSS*/
body{
	margin: 25px;
}

#header{
	display: none;
}

#leftnavi{
	width:10px;
	height:10px;
	float: right;
	display: none;
}
#maincontent {
	float: left;
}

#footer{
	display: none;
}

p{
	font-size: 110%;
}
