@charset "utf-8";

/* Print
========================================== */

@media print {

/* for IE8 and FireFox bugs on printing.
The height of floating units is not calculated.
==================================================================================== */
html>/**/body #main  { 
position:relative;
}

html>/**/body #document #main #navigation {
	position:absolute;
	top:0px;
	left:0px;
	float:none;
	top /*\**/: -10px\9; 
}

html>/**/body #document #main #contents {
	position:static;
	float:none;
	margin-left:200px;
	width:720px;
	display:block;
}

/* for IE6-7 bugs on printing
The Text in #localnavi with an anchor-tag is not printed. 
==================================================================================== */
#navigation dl#localnavi dt span a {
	/position:static;
}

/* school_life/activity/religion.html
==================================================================================== */

body#religion #contents .sectionImageList04 {
	/width:100%;
}

body#religion #contents table.table02,
body#religion #contents table.table02 tr,
body#religion #contents table.table02 th,
body#religion #contents table.table02 td,
{
	/display:inline;
	/float:none;
}

body#religion #contents table.table02 ol.numList,
body#religion #contents table.table02 ol.numList li{
	/display:inline;
	/float:none;
}

/** news INDEX **/
body#news_index dl.newsListup dt{
	float:none;
}

body#news_index dl.newsListup dd{
	float:none;
}


}