@charset "utf-8";
/*--------------------------------------

   for index.html
  
--------------------------------------*/
.indexHeadLogo{
	float: left;
	background: url(../images/index_head_logo.gif) no-repeat;
	width: 405px;
	height: 68px;
	text-indent: -9999px;
	display: block;
}
.indexHeadLogo a{
	float: left;
	background: url(../images/index_head_logo.gif) no-repeat;
	width: 405px;
	height: 68px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.indexHeadRight{
	float: right;
	width: 163px;
}
.indexJisuikai{
	background: url(../images/index_jizuikai_logo.gif) no-repeat;
	width: 163px;
	height: 43px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}
.indexHeadInquiry{
	font-size: 90%;
	line-height: 1.5em;
	text-align: right;
	margin: 0 3px 5px 0;
}
.indexHeadInquiry a{
	background:url(../images/icon_inquiry.gif) left center no-repeat;
	width:14px;
	color: #555;
	text-decoration: none;
	overflow: hidden;
	padding: 0 0 0 18px;
 }
.indexHeadInquiry a:hover{
 	background:url(../images/icon_inquiry_on.gif) left center no-repeat;
 }

#indexMenu li{
	float: left;
	width: 313px;
}
.indexMenuInfo,.indexMenuGreeting{
	margin-right: 8px;
}
.indexMenuInfo a{ 
	background: url(../images/index_menu.jpg) no-repeat 0 -80px;
	width:313px; 
	height:80px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.indexMenuInfo a:hover{
	background-position: 0 0;
}
.indexMenuGreeting a{ 
	background: url(../images/index_menu.jpg) no-repeat -313px -80px;
	width:313px; 
	height:80px; 
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.indexMenuGreeting a:hover{
	background-position: -313px 0;
}
.indexMenuNews a{
	background: url(../images/index_menu.jpg) no-repeat -626px -80px;
	width:313px; 
	height:80px; 
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}
.indexMenuNews a:hover{
	background-position: -626px 0;
}
#indexImg{
	background: url(../images/index_img_bg.png) repeat-x;
	height: 330px;
	border-bottom: 5px solid #1B4A95;
	margin-top: -7px;
	min-width: 960px;
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
}
.mainImgBg{
	background: url(../images/index_main_img.jpg) center top no-repeat;
	height: 330px;
	margin: 0 auto;
}
#indexMain{
	float: left;
	width: 665px;
}
.indexDaycare a{
	background:url(../images/index_daycare.jpg) 0 -161px no-repeat;
	width:664px; 
	height:161px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.indexDaycare a:hover{
	background-position: 0 0;
}
#indexSub{
	float: right;
	width: 270px;
}
#indexSub .indexInquiry{
	background: url(../images/index_inquiry.gif) no-repeat;
	width: 270px;
	height: 230px;
}
#indexSub .sideMail{
	width:201px;
	margin: 185px auto 0 auto;
}
#indexSub .sideMail a{ 
	background: url(../images/index_mail.gif) no-repeat 0 -18px;
	width:201px; 
	height:18px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#indexSub .sideMail a:hover{ 
	background-position:0 0;
}

.timeTable{
	width:645px;
	margin:0px 0px 20px 0px;
}
.timeTable th{
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;
	border: 1px solid #AFAFAF;
	font-weight:bold;
}
.timeTable td{
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	padding: 15px 10px;
	border: 1px solid #AFAFAF;
	color:#555;
}
.day{
	background:#F2F2F2;
}
.saturday{
	background:#DCF3FF;
}
.sunday{
	background:#FFEEF8;
}
.close{
	color:#A8241D;
}
.newsLogo{
	position: absolute;
	bottom: 1px;
	right: 5px;
}
