@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
	font-size:100%;
	}

#hedder h1{
	display: block;
	float: left;
	font-size: 0.4em;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 50px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	background-color: #ffa76d;
	background-image : url(shirakaba_title_dod.png);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#address{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#nav_wakaba{
	clear:both;
	display:table-cell;
	}

#title_img{
	background-color:#FFA76D;
	}	

#nav_wakaba ul{
	text-decoration:none;
	display:block;
	text-align:center;
	width:800px;
	margin:auto;
	}
#nav_wakaba ul li{
	float:left;
	list-style:none;
	display:inline;
	}

#nav_wakaba ul li a{
	text-decoration:none;
	width:174px;
	height:174px;
	border:10px solid;
	border-color:rgba(66,39,23,1.00);
	border-radius:100px;
	font-size:1.5em;
	line-height:1.5em;
	display:table-cell;
	vertical-align:middle;
	color:rgba(66,39,23,1.00);
	}

#riji a{
	background-color: rgba(255,255,153,1.00);
	color:#FFF;
	}
#riji a:hover{
	background-color:rgba(255,255,0,1.00);
	color:rgba(255,0,4,1.00);
	}
#shirakaba a{
	background-color:rgba(255,153,153,1.00);
	color:#FFF;
	}
#shirakaba a:hover{
	background-color:rgba(255,0,51,1.00);
	color:#FFF;
	}
#yazaike a{
	background-color:rgba(204,255,102,1.00);
	}
#yazaike a:hover{
	background-color:rgba(102,204,0,1.00);
	color:#FFF;
	}
#higashi a{
	background-color: rgba(170,180,253,1.00)
	;
}
#higashi a:hover{
	background-color:rgba(51,0,255,1.00);
	}


/*メインコンテンツのデザイン*/
#main_img{
	text-align: center;
}

#main_contents{
	text-align:left;
	margin:0;
	padding:10px;
	clear:both;
	}

#memo{
	margin-top: 8px;
	margin-bottom: 8px;
}

#memo li{
	list-style-type: none;
	margin-bottom: 15px;
}

#memo li h4{
	font-weight: 500;
	font-size: 0.52em;
}

h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0.65em;

}

h2 a{
	padding: 4px 8px 2px 8px;
	background-color:#FFA76D;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	color: #fff;
	//* padding: 20px; *//
	background: #FEA993;
	border: 2px dashed #F7F9CC;
	border-radius: 8px;
	box-shadow: 0 0 0 5px #FFA76D;
}

h3{
	font-size:0.55em;
	}
	
.tyu-i{
	font-size: 0.8em;
	margin-top: 10px;
}

h4{
	font-size:0.55em;
}


h5{
	font-size: 0.55em;
	font-weight: normal;
}

section{
	margin-top: 10px;
}
	
article{
	width: 700px;
	margin-bottom: 100px;
	margin-top: 30px;
}
	
article p{
	font-size:0.5em;
	}

/*クラス*/

#main_contents .class_contents{
	padding:5px 0 5px 0;
	border-bottom: 2px dashed #FFA76D;
	}
#main_contents .class_contents h5{
	border-radius: 7px;
	padding: 3px 0 3px 0;
	margin-bottom: 3px;
	}

.class_table{
	width:400px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.class_table tr{
	border-bottom:dotted 2px #FFA76D;
	}
.class_table tr td{
	border:none;
	padding-left:15px;
	}
.class_table tr th{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-style: none;
}


/*学童*/

.gakudo_table{
	width:600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.gakudo_table tr{
	border-bottom:dotted 2px #FFA76D;
	}
.gakugo_table tr td{
	border:none;
	padding-left:15px;
	}
.gakudo_table tr th{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-style: none;
}

.riyou_table{
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.riyou_table tr{
	border-bottom:dotted 2px #FFA76D;
	}
.riyou_table tr td{
	width: 600px;
	border:none;
	padding-left:15px;
	}
.riyou_table tr th{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-style: none;
}




/*行事*/
.kisu{
	background-color: #FFA76D;
	}
.event{
	width:600px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:#ffa76d 2px dotted;
	}	
.event table th{
	padding: 10px;
	width: 200px;
	text-align: center;
}
.event table td{
	padding:15px;
	width:200px;
	text-align: center;
	}

/*給食*/

/*採用*/
#saiyo table{
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
}

/*テーブル*/

table{
	
	font-size:0.47em;
	margin:10px auto 0px auto ;
	border-collapse:collapse;
	border:none;
	}
table th{
	width:150px;
	background-color:#FFFF6d;
	}

#kujo_table{
	margin:5px auto auto 0px;
	}	
#kujo_table th{
	border-right:dotted 2px #FFF;
	}
#kujo_table td{
	border-right:dotted 2px #FFF;
	}	
#kujo_table .kujo_01{
	background-color:rgba(255,255,153,1.00);
	padding:5px;
	}
#kujo_table .kujo_02{
	background-color: rgba(233,243,251,1.00);
	padding:5px;
	}
#kujo_table .kujo{
	background-color:rgba(255,153,153,1.00);
	}
	
#saiyo table tr{
	border-bottom: dashed #FFA76D 2px;
	}
#saiyo table tr th{
	padding:10px;
	}
#saiyo table tr td{
	padding:10px;
	}

#map_shirakaba{
	margin:10px 0px 10px 30px;
}

