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



/* index.html用スタイル：ここから ーーーーーーーーー */

div#wrap-contents li,div#wrap-contents p {
/* トップページ用にフォントサイズを再定義 */
	font-size: 12px;
	line-height: 18px;
}

ul#nav { /* トップページ用にメニューにキャクター画像追加 */
	background: url(../img/top/bg_indexKokuban.png) no-repeat right top;
}

div#contents { /* トップページ用メインビジュアル差し替え */
	background: url(../img/top/bg_index.jpg) no-repeat;
}

#fukidashi {
	padding: 0;
	margin: 0;
}
	div.contentsAlice {
		background: url(../img/top/bg_indexAlice.png) -15px 0px no-repeat !important ;
	}
	div.contentsFox {
		background: url(../img/top/bg_indexFox.png) -15px 0px no-repeat !important;
	}
	div.contentsRabbit {
		background: url(../img/top/bg_indexRabbit.png) -15px 0px no-repeat !important;
	}

#wrapTopContents { /* メインビジュアル用のスペースを確保 */
	margin-top: -13px;
}

#nurseryTop {　/* メインビジュアル内の保育園をのぞいてみようリンク */
	width: 170px;
	height: 50px;
	position: relative;
	top: 230px;
	left: 480px;
	z-index: 100;
}
	#nurseryTop a {
		text-indent: -9999px;
		display: block;
		width: 170px;
		height: 50px;
	}

#alice {　/* リスの吹き出し */
	width: 65px;
	height: 102px;
	position: relative;
	top: 8px;
	left: -35px;
}
	#alice a {
		text-indent: -9999px;
		display: block;
		width: 65px;
		height: 102px;
	}

#fox {　/* きつねの吹き出し */
	width: 125px;
	height: 110px;
	position: relative;
	top: 67px;
	left: 60px;
	overflow: hidden;
}
	#fox a {
		text-indent: -9999px;
		display: block;
		width: 125px;
		height: 110px;
	}

#rabbit {　/* うさぎの吹き出し */
	width: 70px;
	height: 133px;
	position: relative;
	top: -88px;
	left: 355px;
}
	#rabbit a {
		display: block;
		text-indent: -9999px;
		width: 70px;
		height: 133px;
	}

.moreLink { /* もっと見るパート */
	font-size: 10px;
	line-height: 1em;
	text-align: right;
	background: url(../img/top/moreLink.png) no-repeat right center;
	padding-right: 7px;
	margin: 0;
}
	.moreLink a {
		font-size: 10px;
		color: #0066cc;
	}
	
#newsTop,#blogTop,#eventTop {
	width: 207px;
	margin-right: 32px;
	float: left;
}
	#newsTop a,#blogTop a,#eventTop a {
		color: #0066cc;
	}
	#eventTop { /* 今月の行事カラムのみマージンをリセット */
		margin: 0;
	}

#wrapTopContentsRight {
	width: 446px;
	float: left;
}

#newsTop h3 {
	text-indent: -9999px;
	width: 207px;
	height: 35px;
	background: url(../img/top/bn_topPape.png) 0px 0px no-repeat;

}
	#newsTop li {
		margin-bottom: 1em;
	}
	#newsTop span.date {
		line-height: 1em;
		display: block;
	}

#blogTop h3 {
	text-indent: -9999px;
	width: 207px;
	height: 35px;
	background: url(../img/top/bn_topPape.png) 0px -35px no-repeat;
}
	#blogTop span.date {
		margin-right: 1em;
	}

#eventTop h3 {
	text-indent: -9999px;
	width: 207px;
	height: 35px;
	background: url(../img/top/bn_topPape.png) 0px -70px no-repeat;
}

#kosodateHiroba {
	height: 110px;
	background: url(../img/top/bg_kosodateHiroba.png) no-repeat 300px 0px;
	padding-top: 13px;
}

/* ーーーーーーーーー index.html用スタイル：ここまで */
