@charset "Shift_JIS";

body {
	color:#333333;
font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:16px; 
margin:0;
padding:0;
background-image: url(img/haikei.png);
}

/*-------------------------PDFアイコン---------------------*/
a[href $='.pdf'] { 
padding: 2px 40px 0px 0px;/* 上右下左*/
background: transparent url(../pdficon.png) no-repeat center right;
}
/*-------------------------PDFアイコンなし---------------------*/
a.none[href $='.pdf'] { 
padding: 0px 0px 0px 0px;/* 上右下左*/
background: transparent url(none);
}

a{
	/*リンクされた文字*/
color:#333333;
font-style:normal;
text-decoration:none;
}
a:link {
	/*未訪問のリンク*/
color:#333333;
font-style:normal;
text-decoration:none;
}
a:visited {
	/*訪問後のリンク*/
color:#663300;
text-decoration:none;
}
a:hover {
	/*マウスをのせたとき*/
color:#666666;
font-style:normal;
text-decoration:underline;
}
a:active {
	/*クリック中*/
text-decoration:none;
}

/* --- コンテナ --- */
#container {
	width: 980px; /* ページの幅 */
margin: 0 auto; /* センタリング */
border-left: 0px #c0c0c0 solid; /* 左の境界線 */
border-right: 0px #c0c0c0 solid; /* 右の境界線 */
}



/*---アコーディオン---*/

.listAccordion label {
	font-weight:bold  ;
  background: #ABBDE1;
  padding: 6px 10px;
  display: block;
  cursor: pointer;
}
.listAccordion label:hover {
  background: #f0f0f0;
}
.listAccordion input[type="checkbox"].on-off {
  display: none;
}
.listAccordion .listTips {
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
}
.listAccordion input[type="checkbox"].on-off + .listTips {
  height: 0;
  overflow: hidden;
}
.listAccordion input[type="checkbox"].on-off:checked + .listTips {
  height: auto;
}



/* --- ヘッダ --- */
#headerbg {
	background : transparent url(img/header.png) repeat scroll 0% 0%;
	width:100%;
	min-width:1000px;
	height: auto;
	border-bottom:3px #ABBDE1 solid;
}
/* ヘッダー*/
#header{
	width: 980px;
	margin: 0 auto;
}

/* タイトル・問い合わせボタン */
#tbtn{
	width: 980px;
	overflow: hidden;
}
#title{
	width: 490px;
	height: auto;
	float: left
;
}
#btn{
	width: 490px;
	height: auto;
	text-align:right;
	float: right;
}
/* TOP画像 */
#topimage{
	width: 980px;
	height: 300px;
	margin:10px 0 0 10px;
}
/*メニュー*/
#h-menu {
	background-color: transparent; /* ヘッダの背景色 */
}

#menu {
  width: 980px;
  height: 45px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-image : url(img/haikei2.png);
   /* ▼CSS3 */
   border-top-left-radius: 9px;  /* 左上 */
   border-top-right-radius: 9px; /* 右上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 9px;  /* 左上 */
   -webkit-border-top-right-radius: 9px; /* 右上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 9px;  /* 左上 */
   -moz-border-radius-topright: 9px; /* 右上 */
}
#menu li {
	width: 140px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li a {
  width: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  display: block;
border-left:1px solid #ffffff;/*仕切り線*/
}
/*先頭の角丸*/

#menu li.first a{
        display:block;
	border-left:0px;
	border-radius:8px 0 0 0px;
	-moz-border-radius:8px 0 0 0px;
	-webkit-border-radius:8px 0 0 0px;
	-o-border-radius:8px 0 0 0px;
	-ms-border-radius:8px 0 0 0px;
				  
}
/*最後の角丸*/
#menu li.last a {
	display:block;
	border-radius:0 8px 0px 0;
	-moz-border-radius:0 8px 0px 0;
	-webkit-border-radius:0 8px 0px 0;
	-o-border-radius:0 8px 0px 0;
	-ms-border-radius:0 8px 0px 0;
					  
	
}

#menu li a:hover {
	background : transparent url(img/haikei2-2.png) repeat scroll 0% 0%;
	
}


#menu li.active a {
	background : transparent url(img/haikei2-2.png) repeat scroll 0% 0%;
		
}


/* --- 新着・お知らせ --- */

div.update {
	margin:10px;
width: auto;
font-size: 100%;
background-color: #ffffff;
padding-bottom:10px;
border: 1px #d3d3d3 solid;
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

div.update h5 {
	margin: 0 0 5px;
	font-size: 100%;
	background : transparent url(img/icon2.png) no-repeat scroll 0.1em center;
	border-bottom:1px #c0c0c0 dashed;
	padding: 14px 0px 11px 45px ;
   /* ▼CSS3 */
   border-top-left-radius: 9px;  /* 左上 */
   border-top-right-radius: 9px; /* 右上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 9px;  /* 左上 */
   -webkit-border-top-right-radius: 9px; /* 右上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 9px;  /* 左上 */
   -moz-border-radius-topright: 9px; /* 右上 */
}
div.update dl {
	width: 100%; /* 新着リストの幅 */
}

/* --- 日付エリア --- */
div.update dt {
	width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 0px 0 6px 3px;
margin:0 5px;
	font-size: 90%;
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
	margin: 5px;
padding: 0px 3px 6px 6.6em;
border-bottom: 1px #c0c0c0 dashed;
line-height: 120%;
	font-size: 90%;
}
/* --- clearfix --- */
.clearFix:after {
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* --- メインカラム --- */
#content {
	padding-bottom:40px;
	margin:0;
	float: right;
	width: 980px; /* メインカラムの幅 */
	background : transparent url(img/bh.png) repeat scroll 0% 0%;
}


.box {
	width: 304.6px;
	height:auto;
	float:left;
	margin:0 10px 10px 10px;
	border-top-width : 2px;border-right-width : 2px;border-bottom-width : 2px;border-left-width : 2px;border-top-style : dashed;border-right-style : dashed;border-bottom-style : dashed;border-left-style : dashed;border-top-color : #d3d3d3;border-right-color : #d3d3d3;border-bottom-color : #d3d3d3;border-left-color : #d3d3d3; /* ボックスの境界線 */
	background : transparent url(img/bh.png) repeat scroll 0% 0%;
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
   border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #c0c0c0;border-right-color : #c0c0c0;border-bottom-color : #c0c0c0;border-left-color : #c0c0c0;
   background-color: #ffffff;
}

.box h5 {
	margin:0 0 5px; 
	padding: 6px 10px; /* 見出しのパディング（上下、左右） */
	border-bottom: 1px #ABBDE1 dashed;
	font-size: 100%; /* 見出しの文字サイズ */
	background : transparent url(img/nunoji.png) repeat scroll 0% 0%;
   /* ▼CSS3 */
   border-top-left-radius: 9px;  /* 左上 */
   border-top-right-radius: 9px; /* 右上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 9px;  /* 左上 */
   -webkit-border-top-right-radius: 9px; /* 右上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 9px;  /* 左上 */
   -moz-border-radius-topright: 9px; /* 右上 */
}
.box p {
	width: auto;
	margin: 10px 10px;
	font-size: 90%;
}

.box-m {
	width: 100%;
	overflow: hidden;
}
/* clearfix */
.box-m:before,
.box-m:after {
	content: "";
display: table;
}
 
.box-m:after {
	clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.box-m {
	zoom: 1;
}
/*リスト*/
ul.list-n, ul.list-n li {
 margin: 0; padding: 0;
}
ul.list-n {
	margin:0 0 10px 12px;
	font-size:90%;
}
ul.list-n li {
	list-style-type: none;
	padding: 4px 10px 0px 25px;
	background-image : url(img/icon1.png);
	background-repeat: no-repeat;
 	background-position: left center;
}
/*---本文用---*/
.box-c {
   width: auto;
  border:  #7ed07e dashed 0px; /* ボックスの境界線 */
  font-size: 90%; /* ボックスの文字サイズ */
  background-color: transparent;
}
.box-2 {
   width: auto;
	float: left;
  margin: 10px 10px;
  border:  #7ed07e dashed 0px; /* ボックスの境界線 */
  font-size: 90%; /* ボックスの文字サイズ */
  background-color: transparent;
}

.box-day-m {
   width: 500px;
	float: left;
  margin: 10px 300px;

}
.box-day{
	border:#333333 1px solid;
	width: auto;
	display: inline-block;
		/display: inline;  /* IE用ハック */
		/zoom: 1;  /* IE用ハック */
	margin: 0 auto;
	vertical-align: middle;

}

/*リスト*/
ul.list-m, ul.list-m li {
 margin: 0; padding: 10;
 font-size:18px;
}
ul.list-m {
	margin-left: 12px; 
}
ul.list-m li {
 float:left;
 list-style-type: none;
 margin: 10px;
 padding: 30px 160px 28px 45px;
 background-image : url(img/menu-side.png);
 background-repeat: no-repeat;
 background-position: left center;
-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.list-m li:hover {/*マウスをのせたとき*/
  -webkit-transform: rotate(-5deg);
 -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/*---園での一日---*/
.box-d-1 {
	width: auto;
	border:  #7ed07e dashed 0px; /* ボックスの境界線 */
	font-size: 90%; /* ボックスの文字サイズ */
	background-position:bottom;
	background-image: url(img/day-haikei.png);
	background-repeat:no-repeat;
}
/*---行事---*/
.box-e-1 {
	width: auto;
	border:  #7ed07e dashed 0px; /* ボックスの境界線 */
	font-size: 90%; /* ボックスの文字サイズ */
	background-position:bottom;
	background-image: url(img/event-haikei.png);
	background-repeat:no-repeat;
}
/*---３列box---*/
.boxcontainer{
	width: 980px;
}
.box3r{
	width: 313px;
	margin:0 0 0 10px;
float:left; 
}

/* --- フッタ --- */
#footer {
	text-align:center;
	width: 100%;
	font-size:70%;
	border-top:dashed 2px #8AA9E9;
	clear:both;
	height: 48px;
	line-height: 48px;
	background-image : url(img/haikei2.png);
}
/*----------------------------------------本文*/
ul.list {
	margin:0;
	padding:0;
	text-align: left;
	font-weight: bold;
}
ul.list li {
	margin:  0px 10px 0px 10px;/* マージン（上右下左） */
	padding: 0px 0px 0px 25px;/* 項目のパディング（上右下左） */
	background : transparent url(img/icon1.png) no-repeat scroll 2px 0px; /* マーカー画像 */
	list-style-type: none;
}
ul.d li {
	list-style:none;
}
ul.d li:before{
	content:"◇";
}
p {
	margin: 0px 10px 0px 10px;
}
h1 {
	margin: 10px 0 5px 0;
	padding: 15px 30px 10px;
	border-left: 8px #ABBDE1 solid;
	border-right: 8px #ABBDE1 solid;
	font-size: 130%;
	background:#ffffff;
}
h2 {
	margin: 10px 0 5px 0;
	padding: 10px 10px;
	border-bottom: 2px #ABBDE1 dotted;
	border-left: 10px #ABBDE1 solid;
	font-size: 110%;
	background:#ffffff;
}

h3 {
	position:relative;
	padding-left:20px;
	font-size: 100%;
	margin-bottom:-3px;
}
 
h3:before{
	content:'';
	border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	top:3px;
	left:5px;
	background-color:#ABBDE1;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

h4 {
	margin: 10px 0;
	padding: 5px 5px;
	border-left: 5px #eb6ea0 solid;
	font-size: 100%;
}
/*--6列--*/
.table6{
	width: 90%;
	border-collapse: collapse;
	margin: 10px auto;
}
.table6 th{
	width: 15%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #b9b9b9;
}
.table6 td{
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
	text-align: center;
}
/*--4列--*/
.table4{
	width: 90%;
	border-collapse: collapse;
	margin: 10px auto;
}
.table4 th{
	width: 22.5%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #b9b9b9;
}
.table4 td{
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
	text-align: center;
}
/*2列*/
.table2{
	margin:10px auto 10px;
	padding: 0;
	width: 60%;
	border-collapse: collapse;
}
.table2 th{
	width:10%;
	padding:4px;
	text-align: center;
	vertical-align: top;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #b9b9b9;
}
.table2 td{
	width:50%;
	padding:4px;
	background-color: #ffffff;
	border: 1px solid #b9b9b9;
}

/*-----保育料金-----*/
.tab-h{
	width: 970px;
border-collapse: collapse;
margin:5px;
text-align: center;
}
.tab-h th{
	width: 11%;
padding: 5px;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.tab-h td{
	width: auto;
padding: 2px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.tab-h th.t01 {
	width: 5px;
}
.tab-h td.t01 {
	width: 5px;
}
.tab-h th.t02 {
	width: 200px;
}
.tab-h td.t02 {
	width: 200px; text-align: left;
}
.tab-h th.t03 {
	width: 100px;
}
.tab-h td.t03 {
	width: 100px; text-align: left;
}


/*中央ぞろえ*/
.img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*TOPtitle*/
.img2{
	margin: 10px 10px 10px 20px;
}
/*問い合わせボタン*/
.btn {
	margin:15px 10px 0 0;
}
/*TOP画像*/
.img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

.ad {
	text-indent:-1em;
padding-left:1em;
line-height: 140%;
}