﻿@charset "UTF-8";
/*
	↑文字コードの指定。必ず先頭に書くこと。CSSファイルの先頭に文字コードを指定した場合、その文字コードでファイルを保存します。
*/

/*
	↓書き換え自由
*/
/*基本*/

html {
	color: #660000;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 15px;
	line-height: 150%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}
div {
}
img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}
a {
	color: #F6C;
	text-decoration: none;
}
a:hover {
	color: #C3C;
	text-decoration: underline;
}
form {
	display:inline;
}
table {
	margin: 0 auto;
	border-style:none;
}
th {
	vertical-align: top;
	padding: 2px;
	border-style:none;
	text-align: left;
}
td {
	text-align: left;
	vertical-align: top;
	border-style:none;
	padding:2px;
}
img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}
object {
	margin:30px auto;
	padding:0;
}
h1 {
	margin:10px auto 0;
}
h2 {
}
h3 {
	padding: 2px;
	margin: 0px;
	font-size: 12px;
}
p {
	text-align: left;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.pink {
	color:#F66;
}
ul, ol {
	padding-left: 4em;
ＩＥ対策　番号やリストマークを表示するため width:680px;
	margin:10px auto;
}
ul li, ol li {
	text-align:left;
	line-height:150%;
	padding: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #996;
}
.pagetop {
	width:960px;
	margin:10px auto;
	text-align:right;
}
/*-------------------------------- CLEAR FIX設定ここから--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*下のmacのあとは本来英字では逆スラッシュ箇所 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*-------------------------------- CLEAR FIX設定ここまで--------------------------------*


/*ＴＯＰ*/
#topphoto {
	width:920px;
	margin:10px auto;
}
#topphoto table tr td img {
	width:440px;
	height:330px;
	border-radius:20px;
}
#mokuhyo {
	width:820px;
	margin:10px auto;
}
#mokuhyo p {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
#mokuhyo img {
	max-width:80%;
	height:auto;
}
#map {
	padding:10px;
	border: 2px solid #F96;
	border-radius: 20px;
	width:780px;
	margin:0 auto;
}
/*園の紹介*/
#gaiyo {
	width: 800px;
	padding: 0px;
	margin:10PX auto;
	text-align: left;
}
#gaiyo table {
	border-collapse: collapse;
	width:90%;
	margin:10px auto 25px;
}
#gaiyo table tr th {
	padding:5px;
	background-color:#FC9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
#gaiyo table tr:nth-child(2n) th {
 background-color:#FCC;
}
#gaiyo table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding:5px;
}
.naiyo {
	width:820px;
	margin:10px auto;
}
.naiyo ul {
	list-style-type: none;
}
.naiyo ul li {
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:25px;
	padding-left:60px;
}
#jyouho {
	margin:0 auto;
	width:780px;
}
#jyouho div.box {
	width:100％;
	padding:8px;
	text-align:left;
	margin-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#jyouho a {
	color:#666;
	font-size:18px;
}
/*デイリー*/
#day {
	width:900px;
	line-height:130%;
	margin: 0 auto;
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#day table {
	width:290px;
	float:left;
	border-collapse: collapse;
	margin-right:10px;
}
#day table th {
	padding: 5px;
	text-align:center;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FC3;
}
#day table th.class {
	padding:10px 5px;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:100％;
}
#day table th .jikan {
	background-color:#FC3;
	border-radius:15px;
	width:70px;
	padding:5px;
	color:#FFF;
}
#day table td {
	border: 1px solid #666;
	padding: 5px;
	color:#F99;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FC3;
	line-height:160%;
}
#day_photo {
	width:250px;
	margin:0px auto;
	float:right;
}
#day_photo table {
	width:240px;
	height:auto;
	margin:0 auto;
	border-style:none;
}
#day_photo table td {
	text-align:center;
	padding:10px 2px;
	border-style:none;
}
#day_photo table td img {
	width: 220px;
	border-radius: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: medium solid #FFF;
	box-shadow:2px 2px #ccc;
}
/*イベント*/
#event {
	width:800px;
	line-height:130%;
	margin: 0 auto;
	vertical-align:top;
}
#event table {
	border-collapse: collapse;
	width:400px;
	float:left;
}
#event table th {
	padding:9px;
	text-align:center;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F99;
}
#event table td {
	padding:9px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F99;
}
#event_photo {
	width:250px;
	margin:0px auto;
	float:right;
}
#event_photo table {
	width:240px;
	height:auto;
	margin:0 auto;
	border-style:none;
}
#event_photo table td {
	text-align:center;
	padding:6px;
	border-style:none;
	padding-bottom:18px;
}
#event_photo table td img {
	width: 220px;
	height:auto;
	border-radius: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: medium solid #FFF;
	box-shadow:2px 2px #ccc;
}
/*最近の様子→保護者のページに変更*/
#blog_wrap {
	width: 900px;
	margin:20px auto;
	padding:10px;
	text-align:left;
}
#blog_menu {
	width: 220px;
	float: right;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-radius: 1em;
}
#blog_menu ul {
	text-align: left;
	margin-top: 15px;
}
#blog_menu li {
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6cc;
}
.blog_box {
	width: 620px;
	margin:0 0 20px;
	padding:10px;
	text-align:left;
	background-color:#FFF;
	float:left;
}
.blog_contents {
	width:620px;
	margin:0;
	padding:0;
}
.blog_contents .date {
	font-size: 12px;
	text-align:right;
	width: 570px;
	margin:0 10px;
	padding:0;
}
.blog_contents .title {
	text-align: left;
	padding:0 10px;
	margin: 0 10px 5px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #6cc;
	border-left-color: #6cc;
	font-weight:bold;
}
.blog_box table {
}
.blog_box table tr td img {
	width: 185px;
	margin: 0px;
}
.blog_box table tr td {
	width: 190px;
	margin: 0px;
	padding:2px;
	font-size:12px;
}
.blogtext {
	text-align:left;
	margin:10px auto 10px;
	width:96%;
}
.blogpdf {
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #69F;
}
p.navi {
	margin: 10px auto;
	width: 400px;
	text-align: center;
	clear:both;
}
/*お知らせ*/
#oshirase_wrap {
	width: 900px;
	margin:20px auto;
	padding:10px;
	text-align:left;
}
#oshirase_menu {
	width: 220px;
	float: right;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-radius: 1em;
}
#oshirase_menu ul {
	text-align: left;
	margin-top: 15px;
}
#oshirase_menu li {
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
}
.oshirase_box {
	width: 620px;
	margin:0 0 20px;
	padding:10px;
	text-align:left;
	border-radius:20px;
	border: medium solid bde7ee;
	box-shadow: 3px 3px #ccc;
	background-color:#FFF;
	float:left;
}
.oshirase_contents {
	width:620px;
	margin:0;
	padding:0;
}
.oshirase_contents .date {
	font-size: 12px;
	text-align:right;
	width: 570px;
	margin:0 10px;
	padding:0;
}
.oshirase_contents .title {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9CF;
	font-weight:bold;
	background-color: #FC6;
	font-size: 16px;
	background-image: url(images/bg_oshirase_title.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
}
.oshirase_box table {
}
.oshirase_box table tr td img {
	width: 185px;
	margin: 0px;
}
.oshirase_box table tr td {
	width: 190px;
	margin: 0px;
	padding:2px;
	font-size:12px;
}
.oshirasetext {
	text-align:left;
	margin:10px auto 10px;
	width:96%;
}
.oshirasepdf {
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FC6;
	border-bottom-style: dashed;
	border-bottom-color: #FC6;
	border-bottom-width: thin;
	margin:10px auto;
	width:570px;
}
p.navi {
	margin: 10px auto;
	width: 400px;
	text-align: center;
	clear:both;
}
/*アルバム→設置時に使用*/
.album_wrap {
	width:600px;
	margin:auto;
}
.album_menu {
	width:120px;
	float:right;
}
.album_menu h5 {
	width:120px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.album_menu ul {
	width:120px;
	padding:0px;
	margin:0;
}
.album_menu ul li {
	width:120px;
	list-style-type:none;
	margin:0;
	padding:5px 0px;
	font-size:12px;
	text-align:left;
	line-height:110%;
}
.album_contents {
	width:460px;
	float:left;
}
.album_main {
	width: 460px;
	text-align: left;
	margin: 0 auto 15px;
	background-color: #FFECD9;
}
.album_main p.date {
	width: 445px;
	text-align: right;
	font-size:12px;
	margin:0;
	padding-right: 10px;
}
.album_main p.title {
	width: 450px;
	border-top: 1px dotted #F69;
	border-bottom: 1px dotted #F69;
	background-color: #FFCFB9;
	padding:0;
	margin: 5px;
}
.album_main p.text {
	padding: 5px;
	margin: 5px;
	font-size:12px;
}
.album_main img {
	width: 250px;
	height:167px;
	margin:5px;
}
/*
	ここからがかえるくん用
*/

#system_main {
	width: 100%;
	height: auto;
	margin:0 auto;
	background-color:#FFFFF9;
}
#system_header {
	width:100%;
	height:310px;
	padding-top:15px;
	background-image:url(images/bg_header02.png), url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#system_menu {
	width:100%;
	margin-bottom:20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #F16C4D;
}
#system_menu a {
	display:block;
	width:180px;
	height:50px;
	text-indent:-9999px;
	background-position:top;
}
#system_menu a:hover {
	background-position:bottom;
}
#system_menu a.menu1 {
	background-image: url(images/menu_01.png);
}
#system_menu a.menu2 {
	background-image: url(images/menu_02.png);
}
#system_menu a.menu3 {
	background-image: url(images/menu_03.png);
}
#system_menu a.menu4 {
	background-image: url(images/menu_04.png);
}
#system_menu a.menu5 {
	background-image: url(images/menu_05.png);
}
#system_contents {
	width:960px;
	margin:20px auto 0;
}
#system_contents td {
	margin:auto;
}
#system_footer {
	width: 100%;
	height:260px;
	padding: 2px 0;
	margin: 10px auto 0;
	text-align:center;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#system_footer p {
	width: 95%;
	padding-top:2px;
	text-align:center;
	color: #FFC;
}
.searchsubmit {
	margin-top:10px;
	width:120px;
	text-align:center;
}
