@charset "utf-8";

/* さかいぎ幼稚園ホーム */

/* ==================================
MAIN IMAGE
================================== */
#mainimage {
	clear: both;
}
#mainimage #mainflash {
	position: relative;
	height: 500px;
	z-index: 0 !important;
}
#mainimage #mainflash p {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	height: 500px;
	background: url(../img/home/main.jpg) no-repeat center top;
}
#mainimage #topicpath {
	position: relative;
	margin-top: -15px;
	z-index: 10 !important;
}

#maincont {
	margin: 0 auto;
	width: 950px;
}
#maincont .slidedown {
	position: relative;
	float: left;
	padding-right: 22px;
	width: 302px;
	height: 225px;
	overflow: hidden;
}
#maincont #intro {
	background: url(../img/home/cont_intro_l1_on.gif) no-repeat left top;
}
#maincont #state {
	background: url(../img/home/cont_state_l1_on.gif) no-repeat left top;
}
#maincont #topics {
	padding-right: 0;
	background: url(../img/home/cont_topics_l1_on.gif) no-repeat left top;
}
#maincont .slidedown img {
	position: absolute;
	top: 0;
	left: 0;
}
#maincont .slidedown img.layer4 {
	position: absolute;
	top: 120px;
	left: 0;
}

/* ==================================
CONTENTS
================================== */
/* トピックス */
#topics_new {
	clear: both;
	float: left;
	margin-top: 20px;
	padding-bottom: 10px;
	width: 590px;
	height: 100%;
	background-color: #ffffff;
	border-bottom: 3px dotted #8ace08;
}
#topics_new ul {
	padding: 5px 15px;
}
#topics_new li {
	padding: 8px 0;
	border-bottom: 1px dotted #cccccc;
}
#topics_new a span {
	display: block;
}
#topics_new .thumb img {
	width: 110px;
	height: 80px;
	object-fit: contain;
}
#topics_new ul {
	padding: 5px 15px;
}
#topics_new li {
	clear: both;
	padding: 4px 0;
	border-bottom: 1px dotted #cccccc;
}
#topics_new li .thumb {
	float: left;
	width: 110px;
}
#topics_new li .tit {
	margin-left: 120px;
	font-weight: bold;
}
#topics_new li .sub {
	margin-left: 120px;
	font-size: 93%;
	color: #333333;
}
#topics_new li .date {
	margin-left: 120px;
	font-size: 93%;
	color: #333333;
}
#topics_new .more {
	padding: 0 15px;
	text-align: right;
}
#topics_new .more a {
	padding-left: 12px;
	background: #ffffff url(../img/common/icn_linkmark.gif) no-repeat left 0.2em;
}

/*トピックスサイドエリア*/
.side_area {
	float: right;
	margin-top: 20px;
}
.banner_area img {
	width: 340px;
}
/* 地図 */
#access {
	margin-top: 20px;
	width: 340px;
	border-bottom: 3px dotted #8ace08;
}
#access p {
	padding: 10px 20px;
	background-color: #ffffff;
}
