@media Print    
{

#header{
	height: 25px;
}

#container {
	position:absolute;
	width:768px;
    left: 50%;
	margin-left: -300px;
}

#footer{
	clear:both;
	height:25px;
}

#p_cal {
	display:none;
}

#listarea {
	display:none;
}

#content, #p_list, #tblinfo{
	width:600px;
	float:left;
	text-align:left;
}

}
.pic p{
	display:none;
}

.pic img{
	margin:10px;
}

/*投稿時間*/
.posttime {
	font-size:12px;
	color:#5f5f5f;
}
/*小学校名*/
.clsSname {
	font-size:120%;
	font-weight: bold;
	text-align:center;
}
