@charset "UTF-8";
/*
	↑文字コードの指定。必ず先頭に書くこと。CSSファイルの先頭に文字コードを指定した場合、その文字コードでファイルを保存します。
*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
}
html, body, #wrap {
	height: 100%;
	text-align: center; /* 複数ブラウザ対応　直下のwrapにmargin:0 auto;併記 */
	color: #300;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body, th, td, caption {
	font-size: 14px;
	line-height: 130%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
body > #wrap {
	height: auto; /* body直下のwrapにautoを指定 */
	min-height: 100%;
}
#wrap {
	margin:0 auto; /* 複数ブラウザ対応　bodyにtext-align:center;併記 */
	width:800px;
	background-color: #FFF;
}
#main {
	padding-bottom: 20px; /* footerと同じ高さを指定する */
	width:800px;
	height: 100%;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:147px;
	background-color: #CCC;
}
/*header address*/
#header td {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align:center;
}
#menu {
	width:800px;
	margin-bottom:20px;
}
#menu a {
	display:block;
	width:100px;
	height:25px;
	text-indent:-9999px;
	background-position:top;
}
#menu a:hover {
	background-position:bottom;
}
#menu a.menu1 {
	background-image: url(images/menu_01.gif);
}
#menu a.menu2 {
	background-image: url(images/menu_02.gif);
}
#menu a.menu3 {
	background-image: url(images/menu_03.gif);
}
#menu a.menu4 {
	background-image: url(images/menu_04.gif);
}
#menu a.menu5 {
	background-image: url(images/menu_05.gif);
}
#menu a.menu6 {
	background-image: url(images/menu_06.gif);
}
#menu a.menu7 {
	background-image: url(images/menu_07.gif);
}
#menu a.menu8 {
	background-image: url(images/menu_08.gif);
}
#menu a.menu9 {
	background-image: url(images/menu_09.gif);
}
#menu a.menu10 {
	background-image: url(images/menu_10.gif);
}
#menu a.menu11 {
	background-image: url(images/menu_11.gif);
}
#menu a.menu12 {
	background-image: url(images/menu_12.gif);
}
#menu a.menu13 {
	background-image: url(images/menu_13.gif);
}
#menu a.menu14 {
	background-image: url(images/menu_14.gif);
}
#menu a.menu15 {
	background-image: url(images/menu_15.gif);
}
#menu a.menu16 {
	background-image: url(images/menu_16.gif);
}
#menu a.menu17 {
	background-image: url(images/menu_17.gif);
}
#menu a.menu18 {
	background-image: url(images/menu_18.gif);
}
#menu table td {
	padding: 0px;
}
#contents {
	width:800px;
	background-color: #FFF;
	text-align: center;
}
#footer {
	position: relative;
	margin: -20px auto 0; /* margin-topはfooter高さの負の値 　左右はautoにすることで中央揃えに*/
	height: 20px;
	width:800px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
/* 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 */

a {
	text-decoration:none;
	color:#C39;
}
a:hover {
	text-decoration:underline;
}
p {
	width:580px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table {
	margin: 0 auto;
}
table.noborder {
	border:none
}
th {
	white-space: nowrap;
	vertical-align: top;
	padding: 2px;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}
h1 {
	margin:0 0 15px;/*上・左右・下*/
}
h2 {
	margin:15px auto;/*上下・左右*/
}
h3 {
	margin:5px auto 0px;/*上・左右・下*/
	background-image: url(images/bg_gaiyou.gif);
	background-repeat:no-repeat;
	text-align: left;
	width:565px;
	height:50px;
	padding-left: 70px;
	padding-top: 15px;
	color: #930;
}
h4 {
	margin:5px auto;/*上下・左右*/
}
h5 {
	margin:10px auto;/*上下・左右*/
}
h6 {
	margin:10px auto;/*上下・左右*/
}
dl {
	width:550px;
	text-align:left;
	margin: 0 auto;
}
dt {
	float:left;
	width:6em;
}
dd {
	padding: 0 0 0 6em;
}
ul {
	width:450px;
	text-align:left;
	margin:0 auto;
	padding:0;
}
ul li {
	margin-left:20px;
	padding:2px;
	list-style:outside;
}
form {
	width:200px
}
.clear {
	clear:both;
	height:0;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align: right;
}
.text_s {
	font-size: 12px;
}
.pink {
	color: #F69;
}
.pinkbold {
	color: #F69;
	font-weight:bold;
}
.blue {
	color: #39C;
}
.green {
	color: #690;
}
.textline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #600;
	padding:8px;
}
/*更新履歴*/
.koushinrireki {
	width: 450px;
	border: 1px dotted #999;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}
.koushinrireki dl {
	width: 450px;
}
/*バスワードに関するの注意書き*/
p.pass {
	font-size: 12px;
	color: #F33;
	width: 700px;
	text-align: center;
}
/*園の概要*/
div.gaiyo {
	width: 680px;
	padding:0px;
	margin:0 auto;
	background-image: url(images/kodomo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gaiyo dl {
	margin: 0;/*マージンをいれるとI.Eでのみgaiyoのブロック要素に影響を与えてしまう。*/
	padding: 0 10px 10px;
	text-align: left;
}
.gaiyo dl dt {
	float: left;
	width: 8em;
	padding: 3px 0;/*上下　左右*/
	font-weight: bold;
	text-indent: 1em;
	color:#66F;
}
.gaiyo dl dd {
	padding: 3px 0 3px 8em;/*上　右　下　左　左はdtのwidth以上を指定*/
	text-align:left;
}
.bus_photo {
	width:618px;
	margin:0 auto;
}
.bus_photo img {
	width:200px;
	height:105px;
	margin:0 5px 0 0;
	float:left;
}
.seifuku_photo {
	width:580px;
	margin:0 auto;
}
.seifuku_photo img {
	width:135px;
	height:135px;
	margin:5px;
	float:left;
}
/*麻の実幼稚園の教育*/
.kyouiku_box {
	margin: 10px auto;
	width: 590px;
	text-align: left;
	border: thin dotted #C66;
	padding: 5px;
	background-color: #FFE6EA;
}
.kyouiku_box2 {
	margin: 10px auto;
	width: 600px;
	text-align: left;
	padding: 10px;
}
.kyouiku_box2 h4 {
	text-align:right;
}
p.asobi {
	width:580px;
	margin:10px auto;
	padding-left: 25px;
}
/*正課指導と課外教室*/
.seika_wrap {
	margin: auto;
	padding: 5px;
	width: 740px;
	text-align: left;
}
.seika_box {
	padding: 3px;
	width: 350px;
	text-align: left;
	float: left;
	border: 1px dotted #CCC;
	margin: 5px;
}
img.seika_illust {
	height: 135px;
	width: 135px;
	float: left;
	padding: 0 5px;
}
img.seika_photo {
	height: 130px;
	width: 173px;
	float: left;
	margin: 0 10px;
}
.seika_box p {
	width: 338px;
	clear: left;
	font-size: 12px;
	padding-top: 5px;
}
.kagai_photo {
	width:735px;
	margin:0 auto;
}
.kagai_photo img {
	height: 130px;
	width: 173px;
	float: left;
	margin: 0 5px;
}
/*未就園児向け*/
div.enteikaihou {
	width:580px;
	margin:0 auto;
}
div.enteikaihou td {
	text-align:center;
}
/*年間行事*/
.seasonbox {
	padding: 0px;
	width: 598px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px dashed #C96;
}
.season_img {
	margin: auto;
	padding: 8px;
	float: left;
}
.eventname {
	text-align: center;
	padding: 5px;
	clear: left;
	line-height: 120%;
	width: 600px;
	margin: 0;
}
.seasonbox dl dd {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin:0px;
}
/*一日の流れ*/
.day_wrap {
	margin: auto;
	padding: 5px;
	width: 700px;
}
.day_box {
	margin: 2px 10px;
	padding: 5px;
	float: left;
	width: 200px;
	border: 1px dotted #C99;
	height: 250px;
	background-image: url(images/bg_day.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.day_box h6 {
	font-size: 12px;
	text-align: center;
	width: 160px;
	margin: 8px 3px 5px;
	padding: 3px;
	font-weight: normal;
	border-top: 1px solid #F9C;
	border-bottom: 1px solid #F9C;
}
.day_box p {
	font-size: 12px;
	width: 160px;
	line-height: 120%;
	margin: 8px;
}
.day_box img {
	padding: 3px;
	height: 120px;
	width: 160px;
}
/*ブログ*/
.blog_wrap {
	width: 600px;
	margin:10px auto;
	background-image: url(images/bg_blog.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.blog_date {
	font-size: 12px;
	text-align:right;
}
.blog_title {
	text-align: left;
	padding: 3px;
	width: 600px;
	border-bottom: 1px solid #C69;
	border-left: 10px solid #C69;
	margin: 0 auto 5px;
}
.blog_photo {
	width:600px;
	text-align:left;
}
.blog_photo img {
	width:250px;
	height:183px;
}
.blog_contents {
	width: 600px;
	text-align:left;
	padding: 5px;
}
.blog_contents img {
	width: 180px;
	height:135px;
	margin: 3px;
}
.blog_navi {
	margin: 10px auto;
	width: 400px;
}
/*アルバム*/
.album_wrap {
	width:720px;
	margin:auto;
}
.album_menu {
	width:100px;
	float:left;
}
.album_menu h5 {
	width:100px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.album_menu ul {
	width:100px;
	padding-left:7px;
}
.album_menu li {
	width:100px;
	list-style-type:none;
	margin:0;
	padding:5px 0px;
	font-size:12px;
}
.album_contents {
	width:600px;
	float:left;
}
.album_main {
	width: 600px;
	text-align: left;
	margin: 0 auto 15px;
	background-color: #FFF7FA;
}
.album_date {
	text-align: right;
	font-size:12px;
}
.album_title {
	border-top: 1px dotted #F69;
	border-bottom: 1px dotted #F69;
	background-color: #FFC8DB;
	padding: 5px;
}
.album_text {
	padding: 5px;
}
.album_photo_wrap {
	margin: 10px;
	float: left;
	width: 180px;
}
.album_photo {
	width: 160px;
}
.album_photo img {
	width: 180px;
	height:135px;
}
.album_photo_caption {
	font-size: 10px;
	text-align: center;
	width: 180px;
}
/*スケジュール*/
.schedule {
	width: 600px;
	margin:auto;
}
.schedule_navi {
	margin: 10px auto;
	width: 400px;
}
.schedule table {
	margin: 0px;
	padding: 3px;
	width: 600px;
	border: 1px solid #666;
	border-collapse: collapse;
	background-image: url(images/bg_schedule.gif);
	background-repeat: repeat;
	background-position: left top;
}
.schedule td {
	border: 1px solid #666;
}
.schedule td.date {
	width:25px;
	text-align:center;
}
.schedule td.main {
	width:480px;
}
.schedule td.bikou {
	width:120px;
	font-size: 12px;
}
.schedule tr.sat {
	background-color:#CFF;
}
.schedule tr.sun {
	background-color:#FCF;
}
/*お知らせ*/
.oshirase_wrap {
	width: 600px;
	margin:10px auto;
}
.oshirase_date {
	font-size: 12px;
	text-align:right;
	padding-right: 5px;
}
.oshirase_title {
	background-image:url(images/bg_shirase.gif);
	background-color: #FCC;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	color: #F69;
}
.oshirase_contents {
	width: 578px;
	text-align:left;
	padding:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FCC;
	border-bottom-color: #FCC;
	border-left-color: #FCC;
}
.oshirase_navi {
	margin: 10px auto;
	width: 400px;
}
/*園だより*/
.endayori {
	background-image: url(images/bg_endayori.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px auto;
	height: 36px;
	width: 494px;
	text-align: left;
}
.endayori_text {
	width: 430px;
	padding-top: 8px;
	padding-left: 60px;
	text-align: left;
	font-weight: bold;
	color: #600;
}
.endayori_navi {
	width: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
/*ページトップのリンク*/
p.pagetop {
	width:750px;
	font-size:10px;
	text-align:right;
	margin-top: 10px;
}
/*バスの時刻表*/
.bus_jikokuhyo {
	width: 750px;
	padding: 5px;
	margin: 10px auto;
}
.bus_jikokuhyo h4 {
	border-top: solid thin #F90;
	border-bottom: solid thin #F90;
	margin: auto;
	padding: 5px;
	width: 700px;
}
.bus_jikokuhyo table {
	float:left;
	margin: 10px;
	border: 1px solid #666;
	border-collapse: collapse;
	width:350px;
}
.bus_jikokuhyo caption {
	font-weight: bold;
}
.bus_jikokuhyo th {
	font-size: 12px;
	border: 1px solid #666;
}
.bus_jikokuhyo td {
	font-size: 12px;
	text-align:center;
	border: 1px solid #666;
}
.bus_jikokuhyo td.left {
	font-size: 12px;
	text-align:left;
}
.bus_jikokuhyo ul {
	width: 700px;
	padding: 5px;
	border: thin dashed #999;
	margin-left:15px;
}
.bus_jikokuhyo li {
	font-size: 12px;
	padding: 3px;
	list-style: outside;
}
/*地図*/
p.map {
	width:630px;
	font-size:12px;
	color:#39C;
}
p.mapbotan {
	width:630px;
	text-align:right;
}
