body {
	background-image: url("img/back.jpg");
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}

a img {
	border: none;
}


/* ========================================  #page ページ外枠 */
#page {
	width: 900px;
	margin: 20px auto 0px auto;
	text-align: left;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;

}


/* ========================================  #header 画面上部 */
#header {
	height: 300px;
	border: 0px;
	margin: 0px;
	background-color: #ffffff;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 30px 0px 20px;
	height: 250px;
	margin: 0px;
	background-color: #ffffff;
}
/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-voice{
	padding: 30px 0px 20px;
	height: 1200px;
	margin: 0px;
	background-color: #ffffff;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-life{
	padding: 30px 0px 20px;
	height: 1100px;
	margin: 0px;
	background-color: #ffffff;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-greeting{
	padding: 30px 0px 20px;
	height: 1100px;
	margin: 0px;
	background-color: #ffffff;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-schedule{
	padding: 30px 0px 20px;
	height: 1210px;
	margin: 0px;
	background-color: #ffffff;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-introduction{
	padding: 30px 0px 20px;
	height: 3000px;
	margin: 0px;
	background-color: #ffffff;
}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-chargeguide{
	padding: 30px 0px 20px;
	height: 2600px;
	margin: 0px;
	background-color: #ffffff;
}
/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents-photo{
	padding: 30px 0px 20px;
	height: 1050px;
	margin: 0px;
	background-color: #ffffff;
}
/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 590px;
	height: 98%;
	margin: 0px 0px 10px 20px;
	background-color: #ffffff;
}

/* ========================================  #menuL 左サイドメニュー */
#menuL {
	float: left;
	width: 250px;
	margin: 0px 20px 0px 20px;
	background-color: #ffffff;
}

/* ========================================  #button*/
#button{
	width: 160px;
	height: 350px;
	margin: 0px 10px 0px;
}

/* ========================================  #button-in*/
#button-in{
	width: 100%;
	height: 100%;
	border:solid 0px #cccccc;
	margin: 0px;
}

/* ========================================  #menu*/
#access{
	background-image: url("img/access.gif");
	background-repeat: no-repeat;
	height: 70px;
	width: 160px;
	margin: 0px 0px 0px 20px;
}

/* ========================================  #footer 画面下部 */
#footer {
	padding: 10px; 
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #0B9948;
	background-repeat: repeat-x;
}

/* ========================================  #footer 画面下部 */
#footer-1 {
	padding: 0px; 
	height: 10px;
	color: #FFFFFF;
	background-color: #0B9948;
	background-image: url("img/foot-1.gif");
	background-repeat: repeat-x;
}
/* ========================================  #footer 画面下部 */
#footer-2 {
	padding: 0px; 
	height: 10px;
	color: #FFFFFF;
	background-color: #0B9948;
	background-image: url("img/foot-2.gif");
	background-repeat: repeat-x;
}

/* ========================================  #contentmain1 画面下部 */
#contentsmain1{
width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
}
/* ========================================  #contentmain2 画面下部 */
#contentsmain2{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffff00;
}

/* ========================================  #home メニューボタン-ホーム */
#home-b a span {
display:none;
}

#home-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/home-b.gif");
background-repeat:no-repeat;

}

#home-b a:hover {
background-image:url("img/home-b2.gif");
background-repeat:no-repeat;
} 

/* ========================================  #ichinichi メニューボタン-園の一日 */
#ichinichi-b a span {
display:none;
}

#ichinichi-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/ichinichi-b.gif");
background-repeat:no-repeat;

}

#ichinichi-b a:hover {
background-image:url("img/ichinichi-b2.gif");
background-repeat:no-repeat;
}

/* ========================================  #aisatsu メニューボタン-園長挨拶 */
#aisatsu-b a span {
display:none;
}

#aisatsu-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/aisatsu-b.gif");
background-repeat:no-repeat;

}

#aisatsu-b a:hover {
background-image:url("img/aisatsu-b2.gif");
background-repeat:no-repeat;
} 

/* ========================================  #shokai メニューボタン-園の紹介 */
#shokai-b a span {
display:none;
}

#shokai-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/shokai-b.gif");
background-repeat:no-repeat;

}

#shokai-b a:hover {
background-image:url("img/shokai-b2.gif");
background-repeat:no-repeat;
} 

/* ========================================  #gyoji メニューボタン-行事予定 */
#gyoji-b a span {
display:none;
}

#gyoji-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/gyoji-b.gif");
background-repeat:no-repeat;

}

#gyoji-b a:hover {
background-image:url("img/gyoji-b2.gif");
background-repeat:no-repeat;
} 

/* ========================================  #ryokin メニューボタン-料金案内 */
#ryokin-b a span {
display:none;
}

#ryokin-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/ryokin-b.gif");
background-repeat:no-repeat;

}

#ryokin-b a:hover {
background-image:url("img/ryokin-b2.gif");
background-repeat:no-repeat;
} 

/* ========================================  #ryokin メニューボタン-園内の写真 */
#photo-b a span {
display:none;
}

#photo-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/photo-b.gif");
background-repeat:no-repeat;

}

#photo-b a:hover {
background-image:url("img/photo-b2.gif");
background-repeat:no-repeat;
} 
/* ========================================  #otoiawase メニューボタン-お問い合わせ */
#otoiawase a span {
display:none;
}

#otoiawase a {
display:block;
width:200px;
height:150px;
background-image:url("img/otoiawase.gif");
background-repeat:no-repeat;

}

#otoiawase a:hover {
background-image:url("img/otoiawase2.gif");
background-repeat:no-repeat;
}

/* ========================================  #voice メニューボタン-お問い合わせ */
#voice-b a span {
display:none;
}

#voice-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/voice-b.gif");
background-repeat:no-repeat;

}

#voice-b a:hover {
background-image:url("img/voice-b2.gif");
background-repeat:no-repeat;
}

/* ========================================  #kaiho メニューボタン-お問い合わせ */
#kaiho-b a span {
display:none;
}

#kaiho-b a {
display:block;
width:200px;
height:60px;
background-image:url("img/kaiho-b.gif");
background-repeat:no-repeat;

}

#kaiho-b a:hover {
background-image:url("img/kaiho-b2.gif");
background-repeat:no-repeat;
}


/* ========================================  #font */

#pop{
font-size : 18px ; 
font-family : "HGS創英角ﾎﾟｯﾌﾟ体", fantasy ; 
}


/* ========================================  #font */

font.redfo{
color: red;
}

/* ========================================  #photo 内部 */

/* ========================================  #main ページの本文 */
#photoR {
	float: right;
	width: 250px;
	height: 180px;
	margin: 20px 40px 0px　0px;
	background-color: #ffffff;
	text-align: center;
		
font-size : 16px ; 
font-family : "HGS創英角ﾎﾟｯﾌﾟ体", fantasy ; 
color: #996633;
}



/* ========================================  #menuL 左サイドメニュー */
#photoL {
	float: left;
	width: 250px;
	height: 180px;
	margin: 20px 0px 0px 20px;
	background-color: #ffffff;
	text-align: center;
font-size : 16px ; 
font-family : "HGS創英角ﾎﾟｯﾌﾟ体", fantasy ; 
color:#996633;
}

