@import '/sano-t-p/zen/sakoukai/css/all.css');


/****************************************************/
/*					前ページ共通					*/
/****************************************************/

pre{
font:90%;
line-height: 1.7;
}

h2{
font:bold 130%;
color: #1d35ff
}

#s_main{
float:right;
}



/****************************************************/
/*					歴代校長						*/
/****************************************************/

#rekidai{
letter-spacing: 0;
}

.dai{
width: 5em;
margin-left: 1em;
}

#rekidai dl{
margin-top: 0.5em;
clear: both;
border-bottom: solid 1px;
line-height: 2;

}

#rekidai dt{font:bold 120% ;
width: 15em;
float: left;
}

#rekidai dd{
margin-left: 4em;
}
/****************************************************/
/*					沿革							*/
/****************************************************/

table#enkaku{
	border:1px solid #000000; 
	border-collapse: collapse; 
	font-size:90%;
	line-height: 1.5;
	width: 540px;
	background: #e0e0e0;
}

table#enkaku .name{
background: #bbbbbb;
text-align: center;
}

table#enkaku td,
table#enkaku th{
	border:1px solid #000000; 
	padding-left: 0.5em;
}

table#enkaku th{
width: 9em;
}
/****************************************************/
/*					会則							*/
/****************************************************/

#kaisoku dl{
margin-top: 0.5em;
}

#kaisoku dt{
width: 5em;
float: left;
}

#kaisoku dd{
margin-left: 5.5em;
}

#kaisoku dd ol{
margin-left: 2.5em;
list-style-type:decimal;
}

