@charset "UTF-8";

html {
    margin-bottom:1px;
    height:100%;
    }

/* 余白等 */
#main_top {
	margin-left: 240px;
	width: 690px;
	height: 510px;
	text-align: center;
	}

textarea.nosc { 
	overflow: auto;
	 } 

/* 順序無しリストのマークを非表示 */
#main_top ul#sale:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "・";
}

/* 商品案内画像の左寄せ */
#main_top #syo ul#sale li {
	margin-top: 10px;
	float: left;
	width: 220px;
	list-style-type: none;
	text-align: center;
}

/* 商品案内画像(保育園)のロールオーバー処理 */
#main_top #syo ul#sale li#hoiku a {
	display: block;
	width: 205px;
	height: 117px;
	background: url(../img/top/hoiku_logo02.gif) 0 0 no-repeat;
}

#main_top #syo ul#sale li#hoiku a:hover {
	background-color: #fff;
}

#main_top #syo ul#sale li#hoiku a:hover img {
	visibility: hidden;
}

#main_top #syo ul#sale li#hoiku a img {
    border-style:none;
}

/* 商品案内画像(さんちょく)のロールオーバー処理 */
#main_top #syo ul#sale li#sanchoku a {
	display: block;
	width: 205px;
	height: 117px;
	background: url(../img/top/sanchoku_logo02.png) 0 0 no-repeat;
}

#main_top #syo ul#sale li#sanchoku a:hover {
	background-color: #fff;
}

#main_top #syo ul#sale li#sanchoku a:hover img {
	visibility: hidden;
}

#main_top #syo ul#sale li#sanchoku a img {
    border-style:none;
}

/* 商品案内画像(AM Flora)のロールオーバー処理 */
#main_top #syo ul#sale li#am a {
	display: block;
	width: 205px;
	height: 117px;
	background: url(../img/top/am_logo02.png) 0 0 no-repeat;
}

#main_top #syo ul#sale li#am a:hover {
	background-color: #fff;
}

#main_top #syo ul#sale li#am a:hover img {
	visibility: hidden;
}

#main_top #syo ul#sale li#am a img {
    border-style:none;
}