@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 80%;
	line-height: 2;
	color: #FFFFFF;
	background-color: #fdfae0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.sp{
	display: none;
}



/*トップページす画像スライド
---------------------------------------------------------------------------*/
#slideshow{
	position: relative;
	width:  900px;
	height: 400px;
}
#slideshow img{
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active{
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active{
	z-index: 9;
}


/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;		/*文字色*/
}

a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}



/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 11px;	/*文字サイズ*/
	color: #21A370;		/*文字色*/
	line-height: 2em;	/*行間（２文字分）*/
}



/*ヘッダー（サイト名とメインメニューを囲むブロック）
---------------------------------------------------------------------------*/
#header {
/*	background-image: url(images/header_bg.gif);*/	/*ヘッダー背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	height: auto;				/*ヘッダーの高さ*/
	width: 100%;				/*ヘッダーの幅（この場合はcontainerに対して）*/
	position: relative;
	margin-bottom: 20px;
}



/*メインメニュー（ヘッダー内の横並びメニュー）
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 0px;	/*ヘッダーに対して左から0pxの位置に*/
	bottom: 0px;/*ヘッダーに対して下から0pxの位置に*/
}

ul#menu li {
	float: left;	/*メニューを左によせて並べる*/
}

ul#menu img {
	vertical-align: bottom;
}
#menu_sp{
	display: none;
}


/*FLASH
---------------------------------------------------------------------------*/
#fla {
	clear: left;
	width: 100%;
	margin-bottom: 20px;
}



/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	background-color: #21a370;	/*背景色*/
	background-image: url(images/contents_bg.gif);	/*背景画像（上部の角が丸い画像）*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: top;						/*背景画像を上部に配置*/
	padding-top: 20px;	/*上側への余白*/
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 600px;
	display: inline;
	margin-left: 25px;
	padding-bottom: 50px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 20px 1em;	/*この場合、上、左と右、下の順の余白*/
}

/*h2見出し設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	line-height: 42px;
	height: 42px;
	padding-left: 40px;
	overflow: hidden;
}

/*「ホーム」ページ用のh2見出し画像設定*/
#page1 #main h2 {
	background-image: url(images/midashi_red.gif);
	background-repeat: no-repeat;
}

/*「園内紹介」ページ用のh2見出し画像設定*/
#page2 #main h2 {
	background-image: url(images/midashi_purple.gif);
	background-repeat: no-repeat;
}

/*「年間行事」ページ用のh2見出し画像設定*/
#page3 #main h2 {
	background-image: url(images/midashi_orange.gif);
	background-repeat: no-repeat;
}

/*「入園案内」ページ用のh2見出し画像設定*/
#page4 #main h2 {
	background-image: url(images/midashi_green.gif);
	background-repeat: no-repeat;
}

/*「教育内容」ページ用のh2見出し画像設定*/
#page5 #main h2 {
	background-image: url(images/midashi_skyblue.gif);
	background-repeat: no-repeat;
}

/*「アルバム」ページ用のh2見出し画像設定*/
#page6 #main h2 {
	background-image: url(images/midashi_blue.gif);
	background-repeat: no-repeat;
}

/*「お問い合わせ」ページ用のh2見出し画像設定*/
#page7 #main h2 {
	background-image: url(images/midashi_pink.gif);
	background-repeat: no-repeat;
}

/* アルバムバナー リンク*/
.bnr_link{
	margin-bottom: 20px;
}
.bnr_link a:hover{
	opacity: 0.9;
}



/*サブコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 230px;
	display: inline;
	margin-right: 25px;
	padding-bottom: 50px;
}

/*h3見出し設定*/
#sub h3 {
	line-height: 40px;
	height: 40px;
	font-size: 100%;
	text-align: center;	/*センタリング*/
	overflow: hidden;
}

/*段落タグ設定*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*「ホーム」ページ用のh3見出し画像設定*/
#page1 #sub h3 {
	background-image: url(images/submenu_midashi_bg_red.gif);
	background-repeat: no-repeat;
}

/*「園内紹介」ページ用のh3見出し画像設定*/
#page2 #sub h3 {
	background-image: url(images/submenu_midashi_bg_purple.gif);
	background-repeat: no-repeat;
}

/*「年間行事」ページ用のh3見出し画像設定*/
#page3 #sub h3 {
	background-image: url(images/submenu_midashi_bg_orange.gif);
	background-repeat: no-repeat;
}

/*「入園案内」ページ用のh3見出し画像設定*/
#page4 #sub h3 {
	background-image: url(images/submenu_midashi_bg_green.gif);
	background-repeat: no-repeat;
}

/*「教育内容」ページ用のh3見出し画像設定*/
#page5 #sub h3 {
	background-image: url(images/submenu_midashi_bg_skyblue.gif);
	background-repeat: no-repeat;
}

/*「アルバム」ページ用のh3見出し画像設定*/
#page6 #sub h3 {
	background-image: url(images/submenu_midashi_bg_blue.gif);
	background-repeat: no-repeat;
}

/*「お問い合わせ」ページ用のh3見出し画像設定*/
#page7 #sub h3 {
	background-image: url(images/submenu_midashi_bg_pink.gif);
	background-repeat: no-repeat;
}



/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}

ul.submenu a {
	display: block;
	width: 230px;
	text-align: center;		/*センタリング*/
	text-decoration: none;	/*リンクテキストの初期設定で入っている下線を削除*/
	border-bottom: 2px dotted #FFFFFF;	/*メニュー下の線の幅、線種、色*/
	padding-top: 7px;
	padding-bottom: 7px;
}

ul.submenu a:hover {
	background-color: #66ffc3;	/*マウスオン時の背景色*/
	color: #000000;				/*マウスオン時の文字色*/
}



/*フッター（コピーライトなど入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;		/*センタリング*/
	clear: both;
	width: 100%;
	background-color: #21a370;		/*背景色*/
	background-image: url(images/footer_bg.gif);	/*背景画像（下部の角が丸い画像）*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: bottom;					/*背景画像を下部に配置*/
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main .new dl {
	width: 570px;			/*What's Newボックスの幅*/
	height: 250px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding-left: 20px;
}

#main .new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main .new dd {
	border-bottom: 1px solid #ffffff;	/*日付ごとの下線*/
}




/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 600px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	/*枠線の幅、線種、色*/
}

.ta1 td, .ta1 th{
	padding: 10px 5px;		/*余白（この場合、上下、左右、の余白の数値）*/
	background-color: #18915d;	/*背景色*/
}

/*左側thタグ設定*/
.ta1 th{
	background-color: #10804a;	/*背景色を上書き*/
	width: 150px;				/*幅*/
	text-align: center;			/*センタリング*/
}

/*１カラムの見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;			/*文字を左よせ*/
	background-color: #FFFC00;	/*背景色*/
	color: #10804A;				/*文字色*/
}



/*年間行事ページ用のテーブル
---------------------------------------------------------------------------*/
.schedule {
	width: 600px;
}

.schedule, .schedule td, .schedule th{
	border: 1px solid #FFFFFF;	/*枠線の幅、線種、色*/
}

.schedule td, .schedule th{
	padding: 20px 5px;	/*余白*/
	color: #000000;	/*文字色*/
	background-color: #FFFFFF;	/*背景色*/
}

/*左側thタグ設定*/
.schedule th{
	background-color: #FF7F00;	/*背景色*/
	width: 80px;		/*幅*/
	text-align: center;	/*センタリング*/
	font-size: 130%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
}

.schedule_photo{
	color: #000000;	/*文字色*/
	position: absolute;
	top: 70px;
	right: 15px;
	text-align: center;
}
.position_re{
	position: relative;
}

/*幼稚園の一日のテーブル
---------------------------------------------------------------------------*/
.auto-style1 {
	border: 1px solid #FFFFFF;
	text-align: center;
}
.auto-style5 {
	border: 2px solid #FFFFFF;
}
.auto-style6 {
	border: 1px solid #FFFFFF;
}
#day_schedule thead th:nth-child(1){
	width: 60px;
}
#day_schedule thead th:nth-child(2){
	width: 145px;
}
#day_schedule thead th:nth-child(3){
	width: 60px;
}

#day_schedule tbody td:nth-child(4){
	padding: 5px;
}


/*アルバム
---------------------------------------------------------------------------*/
.album_list ul{
	font-size: 85%;
	line-height: 1.5;
}
.album_list li{
	min-width: 160px;
	margin: 5px 2px;
	display: inline-block;
	vertical-align: top;
}
.album_list li img{
	margin-bottom: 5px;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #FFFC00;
}

.look {
	background-color: #066332;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.pagetop {
	text-align: right;
	margin-top: 2em;
}

#main #map{ width: 100%;}
