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






/* //////////////////////////////////////////////////
[右下のナビゲーション] 
////////////////////////////////////////////////// */

#navigation2_top img {
	margin-bottom:8px;
   -moz-opacity:1.0;
   opacity:1.0;
   filter:alpha(opacity=100);
}
#navigation2_top {
	width:260px;
	float:right;
}


/* //////////////////////////////////////////////////
[NEWS] 
////////////////////////////////////////////////// */

#newsbox {
		background-color:#fff;
		width:600px;
	margin-bottom:30px;	
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
		
}
table.ver2 {
	border-collapse:separate;
	margin:0;
	width:100%;
	text-align:left;
	text-align:left;
	border-top-width:3px;
	border-top-style: solid;
	border-top-color: #7290Da;
}
.ver2 th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align:left;
	vertical-align: top;
}
.ver2 td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align:left;
	padding: 0.2em;
}

/* //////////////////////////////////////////////////
[園長ごの思い] 
////////////////////////////////////////////////// */


#enchonoomoi{
	width:600px;
	background-color:#fff;
	margin-bottom:20px;	
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;
	 border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
/* //////////////////////////////////////////////////
[スライドショー] 
////////////////////////////////////////////////// */
.slideshow{	
	width:980px;
	margin:0 auto;
	overflow:hidden;
		height:595px;
		padding-bottom:;
		overflow: hidden;
		 position: relative;
	}
	
.slideshow img {
 position: absolute;

}

/* //////////////////////////////////////////////////
[大切にしていることボタン] 
////////////////////////////////////////////////// */

.taisetsubutton {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	 background-color: #fff;
	 max-height: 156px;
}
.taisetsubutton::before,
.taisetsubutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.taisetsubutton,
.taisetsubutton::before,
.taisetsubutton::after {
  -webkit-transition: all .4s;/*背景色をふわっと*/
  transition: all .4s;
}
.taisetsubutton:hover {
  background-color: #F2D4FC;
}
/* //////////////////////////////////////////////////
[2列目グローバルナビをTOPページでは消す 
////////////////////////////////////////////////// */

ul#navigation2 {
	display: none;
}

/* //////////////////////////////////////////////////
[右下のナビゲーション（TOP用）] 
////////////////////////////////////////////////// */

#navigation2_top {
	width:266px;
	float:right;
}

#navigation2_top ul{ 
margin: 0; 
padding: 0; 
list-style-type: none;
}
#navigation2_top li{ 
display: inline; 


}

#navigation2_top li a:hover{
	background-position:0px -66px;
}

#navigation2_top li a{
	display: block;
	height: 66px;
	background-image: url(img/sub_navi_bg.png);
	background-position:0px 0px;
	margin-bottom:15px; 
}

